Mod IPB 2.x ImageFacile (version 2.5)
Aperçu du mod :
Installation via nos partenaires officiels :
-
Via InvisionBoard.fr : http://forums.invisionboard.fr/index.php?showtopic=39140
-
Via IPB 3.0 : http://forums.invisionpower.fr...le-file710.html
Installation manuelle via ImageFacile :
ATTENTION :
- Uniquement pour toutes les versions IPB 2.x.
- Pour que vos utilisateurs utilisent nos miniatures, vous devez activer les images dynamiques. (rendez-vous dans TOOLS & SETTINGS, Security and Privacy, Allow dynamic images? et cochez yes).
- Suivant vos thèmes, vous devez changer <td class='row1'> etc..., par autre chose à vous donc de voir en fonction de vos thèmes.
INSTALLATION :
Aller dans votre PC admin.
Puis "LOOK & FEEL"
Dans la catégorie "Skins & Templates" cliquer sur "Skin Manager"
Puis tout a droite du theme sur lequel vous voulez appliquer la modification cliquer sur "Edit Template HTML"
Cliquer sur "Post Screen"
Puis cliquer sur "PostIcons"
Au tout début du template, faites vous une place et collez ceci :
<!-- MOD ImageFacile IPB v.2.5 -->
<tr>
<td class='subtitle' colspan='2'>Autres...</td>
</tr>
<tr>
<td class='row1' style='text-align: right'>
<strong>Upload d'images avec <a href="http://www.imagefacile.com/" target="_blank" style="text-decoration: none;">ImageFacile</a></strong>
</td>
<td class='row2'>
<iframe src="http://www.imagefacile.com/ipb.php" width="500" height="50" frameborder="0" scrolling="no" allowtransparency="true" ></iframe>
</td>
</tr>
<!-- MOD ImageFacile IPB v.2.5 -->
Regardez bien les lignes d'après afin de modifier l'affichage du mod en fonction de votre theme, c'est souvent révélateur.
---------------------------------------
Par exemple pour le skin ProBlue cela donnera ceci :
<!-- MOD ImageFacile IPB v.2.5 -->
<tr>
<td class='subtitle' colspan='2'>Autres...</td>
</tr>
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>Upload d'images avec <a href="http://www.imagefacile.com/" target="_blank" style="text-decoration: none;">ImageFacile</a></strong>
<br /><span class='desc'>{$this->ipsclass->lang['post_optional']}</span>
</td>
<td align="left" width='80%'>
<iframe src="http://www.imagefacile.com/ipb.php" width="500" height="50" frameborder="0" scrolling="no" allowtransparency="true" ></iframe>
</td>
</tr>
</table>
</div>
<!-- MOD ImageFacile IPB v.2.5 -->
Voila cela necessite plusieurs essais pour ceux qui ne connaissent pas trop, mais tout le monde devrait finir par y arriver
