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  
 
   
PHPBB3 remove SID from styles

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 Forum
::  
Author Message
grimagon



Joined: 26 Jun 2007
Posts: 1

PHPBB3 remove SID from stylesPosted: Tue Jun 26, 2007 1:01 am    Post subject: PHPBB3 remove SID from styles

Hi, I'm using PHPBB3 and would like to use PHP css styles on other parts of my website.

Problems arising because PHPBB3 applies SID sessions to styles.php.

I am trying to remove the SIDs only on styles.php, so i can link to phpbb3/styles.php without sessions.

Thanks for any help.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

PHPBB3 remove SID from stylesPosted: Tue Jun 26, 2007 8:22 am    Post subject: Re: PHPBB3 remove SID from styles

And welcome Very Happy

Why wouldn't you share phpBB3 sessions on the web site that would use the phpBB3 styling ?

You could then call style.php the way phpBB3 does.

Now givent that style.php seems to be able to work without SID thanks to :

Code:
   if (!$user)
   {
      $id         = $config['default_style'];
      $recompile   = false;
      $user      = array('user_id' => ANONYMOUS);
   }


You could try to replace :
Code:
if ($id && $sid)

with:
Code:
if ($id )


To be able to call it without SID. Should work.

++

_________________
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
ewwink



Joined: 26 Jun 2007
Posts: 3
Location: tasikmalaya

PHPBB3 remove SID from stylesPosted: Tue Jun 10, 2008 3:47 pm    Post subject: Re: PHPBB3 remove SID from styles

it is work...???
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 Forum
Page 1 of 1

Navigation Similar Topics

Jump to: