Da Ospite il Mar 10 Gen 2012, 17:30
| Come mettere una smiley box vicino alla risposta rapida | |
Ciao,
questo tutorial è molto semplice ma può essere usato solo da chi ha PhpBB2 o PunBB  ecco a voi...
Andate su: PDA > Visualizzazione > Templates > Generale > viewtopic_body
modificate questo:
- Codice:
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td> <!-- BEGIN topicpagination --> <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td> <!-- END topicpagination --> </tr> <!-- BEGIN switch_user_logged_in --> <!-- BEGIN watchtopic -->
con questo:
- Codice:
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td class="row2" colspan="3" valign="top" {COLSPAN_PAGINATION}><span class="gensmall">{PAGE_NUMBER}</span></td> </tr> <tr> <!-- BEGIN topicpagination --> <td class="row1" colspan="3" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td> <!-- END topicpagination --> </tr> <!-- BEGIN switch_user_logged_in --> <!-- BEGIN watchtopic --> <tr> <td class="row2" colspan="3" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td> </tr> <!-- END watchtopic --> <!-- END switch_user_logged_in --> <tr> <td class="row2" colspan="2" align="center" style="padding:0px"> <!-- BEGIN switch_user_logged_in --> <a name="quickreply"></a> {QUICK_REPLY_FORM}<br /> <!-- END switch_user_logged_in --> </td> <td class="row2" width="10%" align="center"><iframe src="/smilies.forum?mode=smilies_frame" width="200" height="250"></iframe></td> </tr> <tr> <td style="margin:0; padding: 0;" colspan="3"> <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''"> <tbody> <!-- BEGIN show_permissions --> <tr> <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td> <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> <!-- END show_permissions --> <tr> <td class="catBottom" colspan="3" height="28">
DEMO:

Tutoriale tradotto e sviluppato da : Niko Copyrigth © FORUMATTIVO.COM
|