BetaONE will rise again!

BetaONE will rise again! (http:\\b1.hcanet.com\forum/index.php)
-   Feedback and Suggestions (http:\\b1.hcanet.com\forum/forumdisplay.php?f=26)
-   -   Refresh button (http:\\b1.hcanet.com\forum/showthread.php?t=6525)

kamikazee 3rd Feb 03 06:45 AM

I don't know about anyone else, but when I am going through the forum if I use my refresh button it always brings me back to the front/main page no matter where I am at, whats up with that?

belthazor 3rd Feb 03 10:48 AM

You aren't alone kam. I'll see if we can't get Zone or Seph to look into it. :)

Dave 3rd Feb 03 04:55 PM

Seems to work fine for me, hitting refresh leaves me on the same page.

I'm doing it here on this thread to check out belthazor's collection of sigs. :)
Dave

DoG 3rd Feb 03 06:31 PM

Quote:

Originally posted by Dave@Feb 3 2003, 04:55 PM
Seems to work fine for me, hitting refresh leaves me on the same page.

I'm doing it here on this thread to check out belthazor's collection of sigs. :)
Dave

Just wondering, are you browsing through the front-page & portal or do you link straight to the forums?

I get the same refresh problem when i browse through the portal but its fine if i use a shortcut straight to the forums

kamikazee 3rd Feb 03 06:43 PM

Quote:

Just wondering, are you browsing through the front-page & portal or do you link straight to the forums?

I get the same refresh problem when i browse through the portal but its fine if i use a shortcut straight to the forums

I have the same problem whereever I link to. So that doesn't work for me. Just thought I would give it a try to no avail., thanks tho.

Sephiroth 3rd Feb 03 07:35 PM

the only way to fix this would be for me or zone to somehow or another to redo the portal so that it isn't frame based, which i'm not sure of how difficult that's gonna be to do, it may take me a while because i don't have a lot of time online lately but it'll get done sooner or later :)

Cactus 3rd Feb 03 10:16 PM

Uhm, it could be done with cookies...

Tested a bit with t, and it looks to me it could be done that way. Need to learn about session cookies to perfect it :)

Code:

<?php
if (isset($_COOKIE['betaONEpage'])) {
 &nbsp;if ($_COOKIE['betaONEpage'] == "Portal") { $betaONEpage = "/portal/"; }
 &nbsp;else { $betaONEpage = "/forums/"; }}
else { setcookie("betaONEpage", "Portal", time() + 60, "/", "www.betaone.net" ); }
?>

and

Code:

<FRAME name="main" src=<? print "$betaONEpage" ?> scrolling="auto">

Sephiroth 9th Feb 03 09:37 PM

hmm, /me tries that now cacti

Bads 9th Feb 03 09:57 PM

I don't have this problem ;)

Did you wipe your cookies ?

Sephiroth 20th Feb 03 04:21 AM

le cactus is working on something that'll permanently fix this... it should hopefully be done this weekend :)


All times are GMT +1. The time now is 02:43 AM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.