| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
digital1
Joined: 26 Oct 2007 Posts: 44 Location: India
|
Posted: Tue Dec 25, 2007 12:38 pm Post subject: Help In Installing Latest Post Mod. |
|
|
I want to install latest post mod in seo premod phpbb version. When i installed all the files i get links for the post which result in 404 errors. i think it will be fixed by changing these lines in index.php
| Code: |
'U_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", (($latest_post['forum_id']) ? 'f=' . $latest_post['forum_id'] . '&' : '') . 't=' . $latest_post['topic_id'] . '&p=' . $latest_post['post_id']) . '&#p' . $latest_post['post_id'],
|
this mod is provided by theuniquetiger(phpbb user name).
Thank for any help.  |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Tue Dec 25, 2007 3:28 pm Post subject: Re: Help In Installing Latest Post Mod. |
|
|
A link to where the mod is released would make this topic a bit more useful
Anyway, from the code you posted, looks like there is just a typo in it, try replacing it with :
| Code: | | 'U_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", (($latest_post['forum_id']) ? 'f=' . $latest_post['forum_id'] . '&' : '') . 't=' . $latest_post['topic_id'] . '&p=' . $latest_post['post_id']) . '#p' . $latest_post['post_id'], |
The & was not needed anyway. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
digital1
Joined: 26 Oct 2007 Posts: 44 Location: India
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |