| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Auteur |
Message |
joebart PR2


Inscrit le: 22 Déc 2006 Messages: 238
|
Posté le: Mar Aoû 28, 2007 12:06 am Sujet du message: Re: Mod avancé et Recent Topic 001 ? |
|
|
| J'ai testé en invité et c'est pareil pour moi gowap.. Doit manquer quelque chose dans le pacth que m'a mis dcz... |
|
|
| Revenir en haut de page |
|
 |
|
 |
SeO Administrateur - Site Admin

Inscrit le: 15 Mar 2006 Messages: 3477
|
|
| Revenir en haut de page |
|
 |
joebart PR2


Inscrit le: 22 Déc 2006 Messages: 238
|
|
| Revenir en haut de page |
|
 |
dcz Administrateur - Site Admin

Inscrit le: 28 Avr 2006 Messages: 14403
|
Posté le: Dim Sep 02, 2007 10:58 am Sujet du message: Re: Mod avancé et Recent Topic 001 ? |
|
|
Ahh bah tout de suite, c'est plus clair
Donc, oui, il faut faire une modif de plus, cela vient de la fâcheuse tendance de phpBB3 de se passer de append_sid :
| Code: |
Trouves :
[code] 'U_NEWEST_POST' => $view_topic_url . '&view=unread#unread',
'U_LAST_POST' => $view_topic_url . '&p=' . $row['topic_last_post_id'] . '#p' . $row['topic_last_post_id'],[/code]
Remplaces par :
[code] // www.phpBB-SEO.com SEO TOOLKIT BEGIN
'U_NEWEST_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . (($row['forum_id']) ? $row['forum_id'] : $forum_id) . '&t=' . $topic_id. '&view=unread#unread'),
'U_LAST_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . (($row['forum_id']) ? $row['forum_id'] : $forum_id) . '&t=' . $topic_id . '&p=' . $row['topic_last_post_id']) . '#p' . $row['topic_last_post_id'],
// www.phpBB-SEO.com SEO TOOLKIT END[/code] |
Post édité : http://www.phpbb-seo.com/forums/reecriture-url-avancee/discussions-vt1856.html#18081
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Dernière édition par dcz le Dim Sep 02, 2007 4:11 pm; édité 1 fois |
|
| Revenir en haut de page |
|
 |
joebart PR2


Inscrit le: 22 Déc 2006 Messages: 238
|
Posté le: Dim Sep 02, 2007 3:39 pm Sujet du message: Re: Mod avancé et Recent Topic 001 ? |
|
|
Alors ca me donne ça :
| Code: | | Parse error: syntax error, unexpected '.' in /home/ultimarena/domains/ultimarena.net/public_html/recent_topics.php on line 154 |
Voici les lignes 151 à 155 :
| Code: | // www.phpBB-SEO.com SEO TOOLKIT BEGIN
'U_NEWEST_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . (($row['forum_id']) ? $row['forum_id'] : $forum_id) . '&t=' . $topic_id. '&view=unread#unread'),
'U_LAST_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . (($row['forum_id']) ? $row['forum_id'] : $forum_id) . '&t=' . $topic_id . '&p=' . $row['topic_last_post_id']) . . '#p' . $row['topic_last_post_id'],
// www.phpBB-SEO.com SEO TOOLKIT END |
|
|
|
| Revenir en haut de page |
|
 |
dcz Administrateur - Site Admin

Inscrit le: 28 Avr 2006 Messages: 14403
|
|
| Revenir en haut de page |
|
 |
joebart PR2


Inscrit le: 22 Déc 2006 Messages: 238
|
Posté le: Dim Sep 02, 2007 4:47 pm Sujet du message: Re: Mod avancé et Recent Topic 001 ? |
|
|
C'est tout bon  |
|
|
| Revenir en haut de page |
|
 |
|
|
| Navigation |
Autres sujets de discussion |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |