boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to fix: Not Updating / can't Refresh

 
Post new topic   Reply to topic    boardom Forum Index -> Bugs
View previous topic :: View next topic  
Author Message
Jaleco



Joined: 09 Feb 2003
Posts: 15
Location: Canada

PostPosted: Fri May 28, 2004 4:43 pm    Post subject: How to fix: Not Updating / can't Refresh Reply with quote

I see SOOOO many people on here constantly, asking why their posts aren't showing up, and refresh isn't working. People just say OH, just force refresh by using ctrl and f5.... I have a much easier solution, that someone posted up FOREVER ago.... Lucky for me, I was around when that was posted so now I can help you all out...

Internet Explorer won't refresh your b2 properly, thus your recent posts do not appear unless you empty your internet files, or force refresh...

here's what to do:

Open blog.header.php, look for these lines:


@header ("Last-Modified: $last_modified_header");
@header ('ETag: "'.md5($last_modified_header.$pagenow).'"');


Replace them with these lines:

if (!$is_winIE) {
@header ("Last-Modified: $last_modified_header");
@header ('ETag: "'.md5($last_modified_header.$pagenow).'"');
}


Next, look if you can refresh in MSIE. You may have to empty your temp internet files first, but after you have done this, you won't have to worry about refreshing ever again. I promise.

Someone PLEASE make this a sticky, or pinned... Don't let this get lost at the bottom of the pile of posts again, we can save so many unanswered questions this way.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Bugs All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group