phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Manual install problem on heavily modified PHPBB

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Mixed mod rewrite
::  
Author Message
twalker



Joined: 06 Nov 2008
Posts: 2

Manual install problem on heavily modified PHPBBPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

Manual install problem on heavily modified PHPBBPosted: Sun Nov 09, 2008 10:04 am    Post subject: Re: Manual install problem on heavily modified PHPBB

This code is required for categories rewriting and page titles.

So it's not the most useful one, but still. Please post here a zip to your index.php file and I'll tell you more about a possible solution in your case Wink

++

_________________
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
Visit poster's website
twalker



Joined: 06 Nov 2008
Posts: 2

Manual install problem on heavily modified PHPBBPosted: 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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 4551

Manual install problem on heavily modified PHPBBPosted: Tue Nov 11, 2008 8:30 am    Post subject: Re: Manual install problem on heavily modified PHPBB

It seems that you could be a little more up to date for that file, until you update you can add the code you mentioned after :

Code:
      if ( $display_forums )
      {


instead, should work Wink

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Mixed mod rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: