| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
drankur
Joined: 04 Feb 2008 Posts: 21
|
Posted: Tue May 27, 2008 5:17 am Post subject: New posts on every page |
|
|
can anybody plz tell me how to put "view new posts" on everypage of forum, its shows only in index page in prosilver .
thanks |
|
|
| Back to top |
|
 |
|
 |
MathieuM. phpBB SEO Team


Joined: 10 Feb 2008 Posts: 545 Location: Rhône-Alpes
|
Posted: Tue May 27, 2008 9:44 am Post subject: Re: New posts on every page |
|
|
Hi,
New posts are in index_body.html :
| Code: | | <!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> |
If you want them on each page on your forum, you have to copy-paste this code in your overall_header.html, for exemple after this part of code :
| Code: | <!-- IF U_RESTORE_PERMISSIONS --> •
<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ENDIF --> |
But you will have it anywhere, in PM, UCP, etc... You could so copy-paste :
| Code: | | <!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> |
Only in viewforum_body.html and viewtopic_body.html
Mathieu. |
_________________ [ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ] |
|
| Back to top |
|
 |
drankur
Joined: 04 Feb 2008 Posts: 21
|
Posted: Tue May 27, 2008 1:36 pm Post subject: thanks |
|
|
thanks bro, it worked , thanks a lot  |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |