Smf® Solutions

Smf 2.0.x => Upload Images => Discussion démarrée par: foropimiento le 23 Avril 2014 à 17:32:07

Titre: upload test
Posté par: foropimiento le 23 Avril 2014 à 17:32:07
(https://www.smf-fr.com/uploads/member_13/1398267115.jpg)
Titre: upload test
Posté par: foropimiento le 24 Avril 2014 à 08:00:59
(https://www.smf-fr.com/uploads/member_13/1398319251.jpg)
Titre: upload test
Posté par: foropimiento le 24 Avril 2014 à 11:29:50
(https://www.smf-fr.com/uploads/member_13/1398331777.jpg)
Titre: upload test
Posté par: foropimiento le 25 Avril 2014 à 09:31:08
display.template
Titre: upload test
Posté par: maximus23 le 25 Avril 2014 à 09:50:07
Hi,

You have more mods.

Manuel Install for display.template.

Search :

Code

echo '
<div id="qr_buttons">
<input type="submit" name="post" value="', $txt['post'], '" onclick="return submitThisOnce(this);" accesskey="s" tabindex="', $context['tabindex']++, '" class="button_submit" />
<input type="submit" name="preview" value="', $txt['preview'], '" onclick="return submitThisOnce(this);" accesskey="p" tabindex="', $context['tabindex']++, '" class="button_submit" />';



Add Before :

Code

echo'<div>';

if (!empty($modSettings['max_quick_reply']))
{
max_upload_management();
}
echo'</div>';


File Display.template modified for test :