|
|
|
|
|
|
|
|
|
Re: I've created a theme based on path_info, but [message #12450 is a reply to message #12449] |
Fri, 08 August 2003 01:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Err sorry I mean private.tmpl
one way to fix this would be to see if your base path_info templates are ok and if they are replace the broken templates in your custom theme with the working ones.
FUDforum Core Developer
|
|
|
Re: I've created a theme based on path_info, but [message #12479 is a reply to message #12450] |
Fri, 08 August 2003 23:44 |
Gady
Messages: 117 Registered: March 2003
Karma: 0
|
Senior Member |
|
|
I made a fresh installation of 2.5.2 on my playground, grabbed whole forum\thm\path_info folder and copied over to the server.
Then I've created new forum\thm\bc_path_info with same content and just updated header.tmpl and footer.tmpl.
I've edit my theme "BC Compass" to base on bc_path_info template set. Theme rebuilded. Forum disabled. Made the theme default. Disabled all other themes. Forum enabled.
Result:
index page - fine. But after entering any forum - wrong path to forum icons (showing just place holders) and ANY forum link doesn't work at all! The only way to restore configuration is to go to phpMyAdmin and manualy update fud_users and fud_themes tables.
http://www.bccompass.com/forum
|
|
|
|
|
|
|
Re: Bingo! [message #12494 is a reply to message #12493] |
Sun, 10 August 2003 14:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to enable URL sessions via the admin control panel, otherwise the cookies will always be used.
FUDforum Core Developer
|
|
|
|
Re: Bingo! [message #12505 is a reply to message #12497] |
Mon, 11 August 2003 11:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not necessarily, however in most cases I would recommend using cookie sessions only and leave URL sessions disabled. Comperatively speaking, URL sessions are less secure then their cookie based cousins.
FUDforum Core Developer
|
|
|
|