phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Mod topten topics firmata micogian

Supporto MODs generale.
Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da Micogian » 12/08/2012, 11:57

masterbiz ha scritto:Grazie , ma un blocco forum dove lo prendo ? sono un principiante del phbb3
Non è un problema di phpbb3, è semplicemente HTML. Basta guardare il codice sorgente del tuo Forum.
La tabella più semplice è "Statistiche".
Questa è la parte di codice che genera la tabella "Statistiche":

Codice: Seleziona tutto

<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td class="tl"></td>
    <td class="tm"></td>
    <td class="tr"></td>
  </tr>
  <tr>
    <td class="ml"></td>
    <td>
<div class="cat">
	<h3>Statistiche</h3>
</div>
<div class="mainbox-content">
	<p>Totale messaggi: <strong>11</strong> &bull; Totale argomenti: <strong>11</strong> &bull; Totale iscritti: <strong>2</strong> &bull; Ultimo iscritto: <strong><a href="./memberlist.php?mode=viewprofile&u=54&sid=ebee5c4184e1bfdbec83b68da9d63c65" style="color: #0000FF;" class="username-coloured">angelovtl</a></strong></p>
</div>
    	</td>    <td class="mr"></td>
  </tr>
  <tr>
    <td class="bl"></td>
    <td class="bm"></td>
    <td class="br"></td>
  </tr>
</table>

Avatar utente
masterbiz
Utente
Utente
Messaggi: 96
Iscritto il: 03/05/2012, 18:40
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.9.1
Database: MySQL 5.5.41
Località: Sicily (Island)
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da masterbiz » 07/10/2012, 10:47

provato svariate volte non riesco , cmq ho trovato questo potrebbe aiutarmi ?

To add borders to mods, (Only works w/ version 1.4.7 & above)
add {$A_BLOCK_START} before the mod's code
and add {$A_BLOCK_END} after the mod's code.
[b][i]"Il software è come il sesso, è meglio quando è libero"[/i][/b]

Avatar utente
masterbiz
Utente
Utente
Messaggi: 96
Iscritto il: 03/05/2012, 18:40
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.9.1
Database: MySQL 5.5.41
Località: Sicily (Island)
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da masterbiz » 20/12/2012, 10:52

Ultima modifica e per quest'anno non ti disturbo piu' :lol:

Ho problema con lo sfondo come vedi !

Codice: Seleziona tutto

<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td class="tl"></td>
    <td class="tm"></td>
    <td class="tr"></td>
  </tr>
  <tr>
    <td class="ml"></td>
    <td>
<!--  Mod topten_topics ver 1.0.2 by Micogian start -->
<div class="cat">
   <ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dd style="width: 34%">&nbsp;Ultimi Topics</dd>
					<dd style="width: 33%">&nbsp;Topics pi&ugrave; visti</dd>
					<dd>&nbsp;Ultimi Posts</dd>
					</div>
                   <div class="mainbox-content">
				</dl>
			</li>
		</ul>
		<ul  class="topiclist forums" >
		<!-- BEGIN topten_list -->
			<li>
				<dl>
					<dd style="width: 34%; padding: 1px">{topten_list.LAST_TOPIC_DATA} &nbsp;<a style="font-weight: bold" href="{topten_list.LAST_TOPIC_LINK}" title="{topten_list.LAST_TOPIC_TITLE} (in: {topten_list.LAST_TOPIC_FORUM})">{topten_list.LAST_TOPIC_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.LAST_TOPIC_AUTHOR})</span></dd>
					<dd style="width: 33%; padding: 1px">{topten_list.VIEW_TOPIC_VIEWS} &nbsp;<a style="font-weight: bold" href="{topten_list.VIEW_TOPIC_LINK}" title="{topten_list.VIEW_TOPIC_TITLE} (in: {topten_list.VIEW_TOPIC_FORUM})">{topten_list.VIEW_TOPIC_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.VIEW_TOPIC_AUTHOR})</span></dd>
					<dd style="padding: 1px"><a style=" font-weight: bold" href="{topten_list.LAST_POST_LINK}" title="{topten_list.LAST_POST_TITLE} (in: {topten_list.LAST_POST_FORUM})">{topten_list.LAST_POST_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.LAST_POST_AUTHOR})</span></dd>               
				</dl>
			</li>   
		<!-- END topten_list -->
		</ul>
	<span class="corners-bottom"><span></span></span></div>
</div>
<!--  Mod topten_topics ver 1.0.2 by Micogian end -->
</div>
       </td>    <td class="mr"></td>
  </tr>
  <tr>
    <td class="bl"></td>
    <td class="bm"></td>
    <td class="br"></td>
  </tr>
</table>
http://i.imgur.com/QqoLk.png
[b][i]"Il software è come il sesso, è meglio quando è libero"[/i][/b]

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da Micogian » 20/12/2012, 17:33

Stesso problema CSS dell'altra Mod View Last Pictures, devi modificare la classe "topiclist forums"

Codice: Seleziona tutto

<ul  class="topiclist forums" >
Solo che nell'altra Mod la classe era legata al tag <div>, questa al tag <ul>, dipende dal css.

Avatar utente
masterbiz
Utente
Utente
Messaggi: 96
Iscritto il: 03/05/2012, 18:40
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.9.1
Database: MySQL 5.5.41
Località: Sicily (Island)
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da masterbiz » 20/12/2012, 17:59

Risolto ! ma ho solo smanettato su quella classe e per magia ...... :|

http://i.imgur.com/HO0oA.png

Codice: Seleziona tutto

<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td class="tl"></td>
    <td class="tm"></td>
    <td class="tr"></td>
  </tr>
  <tr>
    <td class="ml"></td>
    <td>
<!--  Mod topten_topics ver 1.0.2 by Micogian start -->
<div class="cat">
   <ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dd style="width: 34%">&nbsp;Ultimi Topics</dd>
					<dd style="width: 33%">&nbsp;Topics pi&ugrave; visti</dd>
					<dd>&nbsp;Ultimi Posts</dd>
					</div>
                   <div class="mainbox-content">
				</dl>
			</li>
		</ul>
		<ul class="topiclist" >
		<!-- BEGIN topten_list -->
			<li>
				<dl>
					<dd style="width: 34%; padding: 1px">{topten_list.LAST_TOPIC_DATA} &nbsp;<a style="font-weight: bold" href="{topten_list.LAST_TOPIC_LINK}" title="{topten_list.LAST_TOPIC_TITLE} (in: {topten_list.LAST_TOPIC_FORUM})">{topten_list.LAST_TOPIC_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.LAST_TOPIC_AUTHOR})</span></dd>
					<dd style="width: 33%; padding: 1px">{topten_list.VIEW_TOPIC_VIEWS} &nbsp;<a style="font-weight: bold" href="{topten_list.VIEW_TOPIC_LINK}" title="{topten_list.VIEW_TOPIC_TITLE} (in: {topten_list.VIEW_TOPIC_FORUM})">{topten_list.VIEW_TOPIC_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.VIEW_TOPIC_AUTHOR})</span></dd>
					<dd style="padding: 1px"><a style=" font-weight: bold" href="{topten_list.LAST_POST_LINK}" title="{topten_list.LAST_POST_TITLE} (in: {topten_list.LAST_POST_FORUM})">{topten_list.LAST_POST_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.LAST_POST_AUTHOR})</span></dd>               
				</dl>
			</li>   
		<!-- END topten_list -->
		</ul>
	<span class="corners-bottom"><span></span></span></div>
</div>
<!--  Mod topten_topics ver 1.0.2 by Micogian end -->
</div>
       </td>    <td class="mr"></td>
  </tr>
  <tr>
    <td class="bl"></td>
    <td class="bm"></td>
    <td class="br"></td>
  </tr>
</table>
Grazie di tutto Buon Natale a te e famiglia !
[b][i]"Il software è come il sesso, è meglio quando è libero"[/i][/b]

Avatar utente
masterbiz
Utente
Utente
Messaggi: 96
Iscritto il: 03/05/2012, 18:40
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.9.1
Database: MySQL 5.5.41
Località: Sicily (Island)
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da masterbiz » 30/01/2013, 12:34

Con debug attivato visualizzo sta caterba di errori xd :(

Codice: Seleziona tutto

phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 124: Undefined variable: last_topic_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 125: Undefined variable: last_topic_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 126: Undefined variable: last_topic_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 127: Undefined variable: last_topic_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 128: Undefined variable: last_topic_author
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 129: Undefined variable: last_topic_data
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 138: Undefined variable: last_post_link
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 139: Undefined variable: last_post_title
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 140: Undefined variable: last_post_title_short
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 141: Undefined variable: last_post_forum
[phpBB Debug] PHP Notice: in file [ROOT]/mod_topten_topics.php on line 142: Undefined variable: last_post_author
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4702: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4704: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4705: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4706: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[b][i]"Il software è come il sesso, è meglio quando è libero"[/i][/b]

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Mod topten topics firmata micogian

Messaggio da Micogian » 30/01/2013, 13:18

Io non attivo il debug ma anche se lo attivo non ho questo problema.
Al limite si possono dichiarare le variabili che danno errore.
Non capisco però perchè l'errore riguardi le variabili degli ultimi posts e quelle degli ultimi topics ma non quelle per i topics più visti.
La dichiarazione delle variabili è questa, da inserire all'inizio del file mod_topten_topic.php:

Codice: Seleziona tutto

global $last_topic_link, $last_topic_title, $last_topic_title_short, $last_topic_forum, $last_topic_author, $last_topic_data;
global $last_post_link, $last_post_title, $last_post_title_short, $last_post_forum, $last_post_author;
Quella dei topic più visti sarebbe:

Codice: Seleziona tutto

global $view_topic_link, $view_topic_title, $view_topic_title_short $view_topic_forum, $view_topic_author, $view_topic_views;

Rispondi

Torna a “Supporto MODs”

Chi c’è in linea

Visitano il forum: Nessuno e 58 ospiti