| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
lovewuha
Joined: 18 Aug 2008 Posts: 8
|
Posted: Sat Oct 04, 2008 12:34 am Post subject: Problem with topX start ( top post and most viewer topic ) |
|
|
My topX start file TopX start
will you help me add SEO with MOD
Demo :http://forum.lovewuha.net |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sat Oct 04, 2008 3:45 pm Post subject: Re: Problem with topX start ( top post and most viewer topic ) |
|
|
you probably just need to add :
| Code: | // www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( empty($phpbb_seo->seo_url['topic'][$topic_id]) ) {
if (@$topic_data['topic_type'] == POST_GLOBAL) {
$phpbb_seo->seo_opt['topic_type'][$topic_id] = POST_GLOBAL;
}
$phpbb_seo->seo_url['topic'][$topic_id] = $phpbb_seo->format_url(censor_text($row['topic_title']));
}
if ( empty($phpbb_seo->seo_url['forum'][$row['forum_id']]) ) {
$phpbb_seo->seo_url['forum'][$row['forum_id']] = $phpbb_seo->set_url($row['forum_name'], $row['forum_id'], $phpbb_seo->seo_static['forum']);
}
// www.phpBB-SEO.com SEO TOOLKIT END |
after :
| Code: | foreach ($this->_records as $row)
{
$forum_id = $row['forum_id'];
$topic_id = $row['topic_id']; |
and :
after :
| Code: | function display()
{
global $template, $auth, $user, $cache, $config;
global $phpbb_root_path, $phpEx; |
in recent.php  |
_________________ 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 |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |