Maybe it's an issue with having multiple pages open?
I have Firefox set to automatically open the homepage, forum and ACP in separate tabs.
Perhaps that is the reason?
That used to work without the portal though so obviously something somewhere needs tweaking.
I'll see if I can track it down...
Search found 26 matches
- 14. October 2008 17:25
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
- 14. October 2008 02:26
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
This is still not working so we have no option but to uninstall the portal.
- 9. October 2008 21:41
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
It all seems to be fine.
I've just cleared all the board cookies and I'll see what happens.
I've just cleared all the board cookies and I'll see what happens.
- 9. October 2008 16:45
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
I've tried several things and still can't resolve this cookie problem.
I now have both home.php (portal) and forum.php in the domain root.
I suspect it's due to this line in my .htaccess file:
Any ideas what I can do to resolve it?
I now have both home.php (portal) and forum.php in the domain root.
I suspect it's due to this line in my .htaccess file:
Code: Select all
DirectoryIndex home.php index.php index.html index.htm
- 7. October 2008 22:23
- Forum: Show-Off
- Topic: Clip The Apex
- Replies: 8
- Views: 15675
Re: Clip The Apex
Thanks :) Where (i.e. what path) did you put the first piece of code and the js in? I'm not 100% sure.... Missed this first time around... The code goes in the overall_header in the <head></head> section. I've put the js files in the /template directory and amended the path as follows: <script type...
- 7. October 2008 22:18
- Forum: Show-Off
- Topic: Clip The Apex
- Replies: 8
- Views: 15675
Re: Clip The Apex
I've quickly updated the portal footer to credit this site.
- 7. October 2008 22:07
- Forum: Show-Off
- Topic: Clip The Apex
- Replies: 8
- Views: 15675
Re: Clip The Apex
We've only just installed the portal a few days ago so there's still some work to do on it but it's getting there. We have big plans for the site so I'll post updates as and when we do them. Beautiful. Just a pity that you don't feel to leave any sign of a credit for our work. :( Apologies - it's s...
- 7. October 2008 21:25
- Forum: Show-Off
- Topic: Clip The Apex
- Replies: 8
- Views: 15675
Re: Clip The Apex
It's from here: http://www.dynamicdrive.com/dynamicinde ... roller.htmflat_webb wrote:Can I ask how you made that nice News block? Presumably it uses several rss feeds somehow? I'd very much like something similar for my portal.
Very easy to install and configure.
- 4. October 2008 13:44
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
- 2. October 2008 12:33
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
Still got the same problem with this.
What should the configuration in the root .htaccess be?
What should the configuration in the root .htaccess be?
- 30. September 2008 18:24
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
Anything else I can check?
- 30. September 2008 12:29
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
Yes, just found it and it is already set to /
This problem has only started occurring since I moved the portal.php file from /forum to the domain root.
This problem has only started occurring since I moved the portal.php file from /forum to the domain root.
- 30. September 2008 12:23
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Re: Cookie problem - expiring repeatedly
I which file is that?
Thanks.
Thanks.
- 30. September 2008 11:06
- Forum: board3 Portal 1.0.x - English Support
- Topic: Cookie problem - expiring repeatedly
- Replies: 20
- Views: 19829
Cookie problem - expiring repeatedly
Your Portal Version: 1.0.0RC3 Your phpBB Type: Standard phpBB3 MODs installed: No Your knowledge: Basic Knowledge What have you done before the problem was there? Movet the portal to the domain root What have you already tryed to solve the problem? Nothing Description and Message Since moving porta...
- 29. September 2008 18:37
- Forum: board3 Portal 1.0.x - English Support
- Topic: Moving portal.php from /forum to root
- Replies: 11
- Views: 11036
Re: Moving portal.php from /forum to root
This has now been solved.
The U_PORTAL definition in functions include needs to be: 'U_PORTAL' => append_sid("../home.$phpEx"),
The U_PORTAL definition in functions include needs to be: 'U_PORTAL' => append_sid("../home.$phpEx"),