| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Joerg
Joined: 10 May 2007 Posts: 24
|
Posted: Tue May 15, 2007 3:57 pm Post subject: installation with hierachy category mod |
|
|
Hi ,
in the install-txt i found this part:
| Code: | index.php
#
#-----[ FIND ]------------------------------------------
#
if (isset($display_categories[$cat_id]) && $display_categories[$cat_id])
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['cat'][$cat_id]) ) {
$phpbb_seo->seo_url['cat'][$cat_id] = $phpbb_seo->format_url($category_rows[$i]['cat_title'], $phpbb_seo->seo_static['cat']);
}
// www.phpBB-SEO.com SEO TOOLKIT END
#
#-----[ FIND ]------------------------------------------
#
if ( $is_auth_ary[$forum_id]['auth_view'] )
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['forum'][$forum_id]) ) {
$phpbb_seo->seo_url['forum'][$forum_id] = $phpbb_seo->format_url($forum_data[$j]['forum_name'], $phpbb_seo->seo_static['forum']);
}
// www.phpBB-SEO.com SEO TOOLKIT END
|
but in my index.php i dont found this parts:
http://forum.bulldog-bt1100.de/index.txt
I need here a litte bit help
Regards Jörg |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Joerg
Joined: 10 May 2007 Posts: 24
|
Posted: Wed May 16, 2007 10:13 am Post subject: Re: installation with hierachy category mod |
|
|
if i understand you right , so i can only use the simple rewrite mod??
Or i must deinstall the CH-Mod if i will use the advanced rewrite mod??
Regards Jörg |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Joerg
Joined: 10 May 2007 Posts: 24
|
Posted: Thu May 17, 2007 11:34 am Post subject: Re: installation with hierachy category mod |
|
|
Hi,
thanks so i will try it.
thanks for your help.
Regards Jörg |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |