| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
grimagon
Joined: 26 Jun 2007 Posts: 1
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Tue Jun 26, 2007 8:22 am Post subject: Re: PHPBB3 remove SID from styles |
|
|
And welcome
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 :
with:
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 |
|
 |
ewwink
Joined: 26 Jun 2007 Posts: 3 Location: tasikmalaya
|
Posted: Tue Jun 10, 2008 3:47 pm Post subject: Re: PHPBB3 remove SID from styles |
|
|
| it is work...??? |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |