Allez dans votre PCA:
=> Skins & Templates
==> Skin Manager
===> Votre skin
====>Edit Root Skin Template HTML
=====> Post Screen
======> postbox_buttons
Rechercher:
CODE
</td>
<td class="pformright" valign='top'>
<textara cols='80' rows='20' name='Post' tabindex='3' class='textinput'>$data</textara>
</td> </tr>
<td class="pformright" valign='top'>
<textara cols='80' rows='20' name='Post' tabindex='3' class='textinput'>$data</textara>
</td> </tr>
Ajouter à la suite:
CODE
<tr>
<td class='pformleft'><b>Uploader une image sur ImageShack</b></td>
<td class='pformright'>
<iframe src="http://www.imageshack.us/iframe.php?txtcolor=111111" scrolling="no" frameborder="0" width="280" height="70">Votre navigateur doit supporter les i-frames pour utiliser ce service.</iframe>
</td>
</tr>
<td class='pformleft'><b>Uploader une image sur ImageShack</b></td>
<td class='pformright'>
<iframe src="http://www.imageshack.us/iframe.php?txtcolor=111111" scrolling="no" frameborder="0" width="280" height="70">Votre navigateur doit supporter les i-frames pour utiliser ce service.</iframe>
</td>
</tr>
Ce code peut être modifié pour s'intégrer au mieux dans vos page.
Ce code ne peut pas être modifié pour cacher des éléments de l'iframe.
Astuce trouvée sur le site de ImageShack
