Da Niko! Mar 10 Gen 2012 - 17:30
questo tutorial è molto semplice ma può essere usato solo da chi utilizza la versione forum #PhpBB2 o #PunBB
Modifica dei templatesAndate verso Pannello di amministrazione ► 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">
|
Ultima modifica di Niko il Lun 1 Mar 2021 - 21:37 - modificato 1 volta. (Motivazione : Aggiornamento)