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 :)

war59312 20th Feb 03 03:09 PM

Cool

I just browse stright to the forum as well so i dont have this problem:

http://www.betaone.net/forums/index.php

cya,
Will

Brave01Heart 23rd Mar 03 07:06 PM

Hi

With regard to the "Refresh Button", I also have a problem which has just started:

When I add a repply to a topic and then click "Add Reply" and then go back to the forum and click "Refresh", the last post is shown as being made by me but when I click on the topic, my reply is not there.

If I leave the BetaONE and then go back into it again, my reply is then able to be seen.

Any idea why this has just started happening?

Regards

Brave01Heart

Sephiroth 24th Mar 03 03:46 AM

i noticed this too, it's ie's cache... let me check a few options in the admin cp then tell me if you have this problem tomorrow

Brave01Heart 24th Mar 03 05:44 PM

Hi Sephiroth

Just checking if what you have done is now allowing my reply to ve shown straight away ......... standby. :)

Update! Nope, it's still not working and I had to go back out of the forum and then back in again. As I said earlier, when I hit refresh on a particular topic, I am shown as the last poster but when I click on that topic, my post is not shown.

Me puzzled???? :)

Regards

Brave01Heart


All times are GMT +1. The time now is 12:19 AM.

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