Accueil   FAQ   FastUpload   1PLs Co | $35,000 NOW

(!) Vous êtes sur la version archivée du site. Nous vous recommandons de visiter www.asrun.eu

Le FastUpload permet à tous webmasters disposant d'un site ou d'un forum, de proposer à ces utilisateurs la possibilité d'uploader des images afin de les insérer rapidement !

  • Pas besoin de venir sur le site ImageRun.Info
  • Pas de surcharge pour votre forum
  • Rapide à mettre en place
  • Fonctionne sur tout type de forum
Installation Standard
1. Vous pouvez insérer le code où vous le voulez...
<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85"> www.imagerun.info</iframe>

Installation pour IPB 1.x
1. Ouvrez /dossier_du_forum/Skin/s#/skin_post.php ( # est le numéro de votre skin )
2. Trouvez la fonction postbox_buttons($data)
3. Trouvez le code suivant :
<td class='pformleft'><b>{$ibforums->lang['po_options']}</b></td>
<td class='pformright'>
4. Insèrez en dessous :
<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85">www.imagerun.info</iframe>

Installation pour IPB 2.x
1. Rendez-vous dans votre zone admin
2. Menu de gauche, suivez la direction : Skins & Templates > Skin Manager
3. Sélectionnez votre template, cliquez dessus puis cliquez à nouveau : Edit Root Skin Template HTML
4. Sélectionnez la ligne Post Screen
5. Trouvez le template : postbox_buttons
6. Trouvez le code suivant :
<td class="pformleft"><b>{ipb.lang['po_options']}</b></td>
<td class="pformright">
7. Insèrez en dessous :
<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85">www.imagerun.info</iframe>

Installation pour punBB
1. Ouvrez /dossier_du_forum/post.php
2. Trouvez le code suivant :
<ul class="bblinks">
3. Après le code :
<li><a href="help.php#bbcode" onclick="window.open(this.href); return false;"><?php echo $lang_common['BBCode'] ?></a>: <?php echo ($pun_config['p_message_bbcode'] == '1') ? $lang_common['on'] : $lang_common['off']; ?></li>
<li><a href="help.php#img" onclick="window.open(this.href); return false;"><?php echo $lang_common['img tag'] ?></a>: <?php echo ($pun_config['p_message_img_tag'] == '1') ? $lang_common['on'] : $lang_common['off']; ?></li>
<li><a href="help.php#smilies" onclick="window.open(this.href); return false;"><?php echo $lang_common['Smilies'] ?></a>: <?php echo ($pun_config['o_smilies'] == '1') ? $lang_common['on'] : $lang_common['off']; ?></li>
</ul>
4. Insèrez en dessous :
<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85">www.imagerun.info</iframe>

Installation pour VBULLETIN
1. Connectez vous sur votre admincp puis allez dans Styles and Templates et Style Manager
2. Cliquez Edit Templates
3. Cliquez [« »] pour New Posting Templates
4. Editez le template newreply
5. Trouvez le code suivant :
<fieldset class="fieldset"><legend>$vbphrase[miscellaneous_options]</legend>
<div style="padding:$stylevar[formspacer]px"><if condition="$bbuserinfo['signature'] != ''"><div>
<label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature"
tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if><div>
<label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl"
tabindex="1" $checked[parseurl] />
$vbphrase[automatically_parse_links_in_text]</label></div>
disablesmiliesoption</div></fieldset>
6. Insèrez en dessous :
<fieldset class="fieldset"><legend>FastUPload</legend>
<div style="padding:$stylevar[formspacer]px">
<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85"> www.imagerun.info</iframe></div></fieldset>
7. Enregistrez.
8. Pour le template newthread, répétez les opérations 5,6,7.

Installation pour phpBB
1. Ouvrez le fichier posting_body.tpl
2. Trouvez le code suivant :
<td class="row1" valign="top"><span class="explaintitle">{L_OPTIONS}:</span><br />
<span class="gensmall">{HTML_STATUS}<br />
{BBCODE_STATUS}<br />
{SMILIES_STATUS}</span>
<td class="row2">
3. Insèrez en dessous :
<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85">www.imagerun.info</iframe>

Installation pour SMF
1. Ouvrez le fichier Post.template.php
2. Trouvez le code suivant :
echo '<script language="JavaScript" type="text/javascript"><!-- swapOptions();// --></script>';
3. Insèrez en dessous :
echo '<iframe src="http://www.imagerun.info/forum.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="85">www.imagerun.info</iframe>';

2024 © www.ImageRun.Info