Last Posts Titles MOD

Con l'avvento della versione phpBB 3.1 Beta 2 e successive abbiamo rimosso tutte le MOD per sperimentare le estensioni.
Rispondi
Avatar utente
Darkman
Amministratore
Amministratore
Messaggi: 1204
Iscritto il: marzo 28, 2009, 11:04 pm

Last Posts Titles MOD

Messaggio da Darkman »

Aprite: includes/functions_display.php
Find
Tip: This may be a partial find and not the whole line.

Codice: Seleziona tutto

slast_post_subject = $row['forum_last_post_subject'];
Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Codice: Seleziona tutto

			$last_post_subject = censor_text($row['forum_last_post_subject']);
Find
Tip: This may be a partial find and not the whole line.

Codice: Seleziona tutto

'LAST_POST_SUBJECT'		=> censor_text($last_post_subject),
Replace With

Tip: Replace the preceding line(s) to find with the following lines.

Codice: Seleziona tutto

			'LAST_POST_SUBJECT'		=> $last_post_subject,
			'LAST_POST_SHORTENED_SUBJECT'	=> (utf8_strlen($last_post_subject) > 26) ? truncate_string($last_post_subject, 25) . "\xE2\x80\xA6" : $last_post_subject,
--------------------------------------------------------------------------------

Save all files. End of MOD.
You have finished the installation for this MOD. Upload all changed files to your website. If the installation went bad, simply restore your backed


Per il template da ACP

Files to Edit
styles/prosilver/template/forumlist_body.html


Open: styles/prosilver/template/forumlist_body.html
Find
Tip: This may be a partial find and not the whole line.

Codice: Seleziona tutto

<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code:Select All

Codice: Seleziona tutto

<dfn>{L_LAST_POST}</dfn>
In-line Add after

Code:Select All

Codice: Seleziona tutto

 <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SHORTENED_SUBJECT}</a><br />
--------------------------------------------------------------------------------

Save all files. End of MOD.
You have finished the installation for this MOD. Upload all changed files to your website. If the installation went bad, simply restore your backed up files.
Avatar utente
systemcrack
V.I.P.
V.I.P.
Messaggi: 293
Iscritto il: maggio 21, 2010, 11:38 am
Contatta:

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da systemcrack »

Scusa Darkman, c'è una cosa che non mi è chiara... la mod è questa:
Find
Tip: This may be a partial find and not the whole line.

Codice: Seleziona tutto

slast_post_subject = $row['forum_last_post_subject'];
Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Codice: Seleziona tutto

			$last_post_subject = censor_text($row['forum_last_post_subject']);
Find
Tip: This may be a partial find and not the whole line.

Codice: Seleziona tutto

'LAST_POST_SUBJECT'		=> censor_text($last_post_subject),
Replace With

Tip: Replace the preceding line(s) to find with the following lines.

Codice: Seleziona tutto

			'LAST_POST_SUBJECT'		=> $last_post_subject,
			'LAST_POST_SHORTENED_SUBJECT'	=> (utf8_strlen($last_post_subject) > 26) ? truncate_string($last_post_subject, 25) . "\xE2\x80\xA6" : $last_post_subject,
--------------------------------------------------------------------------------

Save all files. End of MOD.
You have finished the installation for this MOD. Upload all changed files to your website. If the installation went bad, simply restore your backed

o c'è anche questo da fare per forza?

Per il template da ACP

Files to Edit
styles/prosilver/template/forumlist_body.html


Open: styles/prosilver/template/forumlist_body.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All

<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code:Select All

<dfn>{L_LAST_POST}</dfn>
In-line Add after

Code:Select All
<a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SHORTENED_SUBJECT}</a><br />

--------------------------------------------------------------------------------

Save all files. End of MOD.
You have finished the installation for this MOD. Upload all changed files to your website. If the installation went bad, simply restore your backed up files.
Very Ignorant People
Avatar utente
Darkman
Amministratore
Amministratore
Messaggi: 1204
Iscritto il: marzo 28, 2009, 11:04 pm

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da Darkman »

Certo, il forumlist va modificato.

Ti spiego: quesya MOD ha 2 INSTALL
- Oer la root
- per Prosilver

Però ho fatto un errore, non ho citato la fonte....devo trovarla
Avatar utente
systemcrack
V.I.P.
V.I.P.
Messaggi: 293
Iscritto il: maggio 21, 2010, 11:38 am
Contatta:

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da systemcrack »

Scusa Darkman quando puoi metteresti la fonte allora fregr
Very Ignorant People
Avatar utente
Darkman
Amministratore
Amministratore
Messaggi: 1204
Iscritto il: marzo 28, 2009, 11:04 pm

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da Darkman »

trovate

Modification name: Last Posts Titles
Author: LEW21
Modification description: Displays the subject of LAST POST posted in a forum.
Modification version: 1.0
Tested on phpBB version: See below

scaricabile in 11 lingue da qui

http://www.phpbb.com/community/viewtopi ... 9&t=579026
Avatar utente
systemcrack
V.I.P.
V.I.P.
Messaggi: 293
Iscritto il: maggio 21, 2010, 11:38 am
Contatta:

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da systemcrack »

Grazie Darkman.. installato! e vai
Very Ignorant People
Avatar utente
Darkman
Amministratore
Amministratore
Messaggi: 1204
Iscritto il: marzo 28, 2009, 11:04 pm

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da Darkman »

systemcrack ha scritto:Grazie Darkman.. installato! e vai

Bravo, a me piacciono queste MOD pulite e brevi quanto geniali.
Avatar utente
systemcrack
V.I.P.
V.I.P.
Messaggi: 293
Iscritto il: maggio 21, 2010, 11:38 am
Contatta:

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da systemcrack »

Guarda ti sto facendo un'elenco d'interessanti che ho trovato da plasma.. che ho messo ieri.. ti mando un mp!
Very Ignorant People
Avatar utente
Darkman
Amministratore
Amministratore
Messaggi: 1204
Iscritto il: marzo 28, 2009, 11:04 pm

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da Darkman »

Adesso qui abbiamo un altra esperta che promette bene, appena risolve il problema dello sfondo decollerà
Avatar utente
systemcrack
V.I.P.
V.I.P.
Messaggi: 293
Iscritto il: maggio 21, 2010, 11:38 am
Contatta:

Re: Vedere in Home Page i Titoli ultimi topic

Messaggio da systemcrack »

Le ho passate anche a lei!
Very Ignorant People
Rispondi