Author |
Message |
shmk
Worker


Joined: Dec 21, 2004
Posts: 116
|
Posted:
Fri May 06, 2005 7:55 am |
|
I have a problem with phpnuke and phpbb.
When I visit my Forum I see all sections with new posts highlighted (RIGHT), and if I surf on it and then re-visit the Forum home, all sections are no more highlighted (all posts read - ABSOLUTLY WRONG).
I think it's a problem of cookies incompatibility phpbb/phpnuke or some errors in my phpbb template (I'm using a self-made modified version of subsilversh by nukemods).
Someone has a solution ?
Thx in advance  |
|
|
|
 |
sting
Involved


Joined: Sep 23, 2003
Posts: 456
Location: Somewhere out there...
|
Posted:
Sat Jun 04, 2005 9:04 pm |
|
I think that is a feature, not a bug... seems like that happens to me as well if I leave the forums and come back to them.
-sting |
|
|
 |
 |
shmk

|
Posted:
Tue Aug 02, 2005 3:04 am |
|
sting wrote: | I think that is a feature, not a bug... seems like that happens to me as well if I leave the forums and come back to them.
-sting |
Is there a mode to remove this "feature" ?
PS: Could be caused by a phpbb theme ? |
|
|
|
 |
chatserv
Member Emeritus

Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Tue Aug 02, 2005 8:40 am |
|
Check your cookie settings in the forum's configuration admin section
domain should be yoursite.com
name should be yoursite
path should be /
cookie secure disabled
session length 3600 |
|
|
|
 |
sting

|
Posted:
Tue Aug 02, 2005 1:39 pm |
|
chatserv wrote: | Check your cookie settings in the forum's configuration admin section
domain should be yoursite.com
name should be yoursite
path should be /
cookie secure disabled
session length 3600 |
The man is a vertiable cornucopia of php-nuke/phpbb knowledge.
Hail Chatserv.
-sting |
|
|
|
 |
shmk

|
Posted:
Tue Aug 02, 2005 2:06 pm |
|
The phpbb cookies settings are right but after a deep control I think that the problem is possible made by a js menĂ¹ that I modded for phpnuke long time ago.
Now I removed the line of code similar to a "cookie clear" someone can give me a hand ?
I made a self made block but I think the proble is in this main .js file:
http://www.magic-style.org/sezioni/dtree.js
As you can see I commented the line in "// [Cookie] Clears a cookie"
... but this means that my cookie will never get cleared and become really really long ? :s |
|
|
|
 |
shmk

|
Posted:
Tue Aug 02, 2005 2:33 pm |
|
A little question: when you write
yoursite.com
intend the full domain, right ?
because I inserted
and not
|
|
|
|
 |
chatserv

|
Posted:
Tue Aug 02, 2005 2:59 pm |
|
|
|
 |
VinDSL
Life Cycles Becoming CPU Cycles

Joined: Jul 11, 2004
Posts: 614
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com
|
Posted:
Tue Aug 02, 2005 11:11 pm |
|
chatserv wrote: | Check your cookie settings in the forum's configuration ...
...session length 3600 (1 hour) |
Alternatively, I've been setting mine at 28800 (8 hours). Gives you a little 'breathing room'. Sometimes I'll spend an hour answering a single post, especially if it requires code examples, screenshots or whatever... |
_________________ .:: "The further in you go, the bigger it gets!" ::.
.:: Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! ::. |
|
 |
 |
shmk

|
Posted:
Fri Sep 02, 2005 4:10 am |
|
It's normal that I have 2 cookies ?
with user and admin
Quote: | - magic-style[number].txt |
with forum datas |
|
|
|
 |
|