| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
twalker
Joined: 06 Nov 2008 Posts: 2
|
Posted: Thu Nov 06, 2008 3:08 pm Post subject: Manual install problem on heavily modified PHPBB |
|
|
For the most part the problem I have is self-inflicted, but hopefully I'm not completely out of luck. I run a heavily modified older version of PHPBB, but it's not the standard mods that make upgrading difficult. I've added my own security throughout the code, as well as countless tweaks and custom functionality to almost every script and template.
The only problem installing the Mixed mod rewrite that I've run into so far is with the index.php. Where is says to find the following code, my version doesn't have it:
| 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 |
Is there any way to work around this? Any help would sure be appreciated.
Tim |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
twalker
Joined: 06 Nov 2008 Posts: 2
|
Posted: Mon Nov 10, 2008 11:20 pm Post subject: Re: Manual install problem on heavily modified PHPBB |
|
|
Hi dcz,
Thank you for taking a look at this. Here's a link to the index.php file:
Zip archive: index.php.zip
If there's anything else you need just let me know.
twalker
 |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4551
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |