Jump to content


The Case Of The Disappearing Posts


  • Please log in to reply
34 replies to this topic

#31 adnan

adnan

    N00b-a-R00b

  • Members
  • PipPip
  • 11 posts

Posted 12 August 2010 - 05:25 PM

View PostFrodo, on 12 Aug 2010, 04:56 PM, said:

View Postadnan, on 12 Aug 2010, 04:15 PM, said:

To all

Did you receive the newsletter ?

I haven't had a newsletter.   :angry:

Check your spambox.

#32 Frodo

Frodo

    Your neck looks very... tasty!

  • Admin
  • 9533 posts

Posted 12 August 2010 - 06:20 PM

View Postadnan, on 12 Aug 2010, 06:25 PM, said:

View PostFrodo, on 12 Aug 2010, 04:56 PM, said:

View Postadnan, on 12 Aug 2010, 04:15 PM, said:

To all

Did you receive the newsletter ?

I haven't had a newsletter.   :angry:

Check your spambox.

Nothing...
Please click on my dragons to help them grow -    Posted Image   Posted Image   Posted Image

#33 Nick

Nick

    Tech-Support Guru

  • Admin
  • 6055 posts

Posted 12 August 2010 - 06:51 PM

View Postadnan, on 12 Aug 2010, 11:15 AM, said:

View PostNick, on 12 Aug 2010, 07:22 AM, said:

Possible Fix to Browser Cache Issue:

We have had this browser cache issue for long enough. It's downright frustrating. I've seen some of Studentis's staff attempt to fix it, but it usually ended in failure. So, I've taken matters into my own hands. Just like I did with our skin problem. And.. it seems like I "fixed" the refresh problem.

Now, it's pretty much impossible to literally fix the "actual" cache issue without server access, but I have come up with a simple solution.. that actually seems to work.

I've inserted a code into the "AR Neo (Default)" theme's header. This code tells the user's browser to NOT load the cache. In simple terms, it ignores the page stored on the user's computer, and loads a fresh one.

<%
Response.Expires = 15
Response.ExpiresAbsolute = Now&#40;&#41; - 2
Response.AddHeader &#34;pragma&#34;,&#34;no-cache&#34;
Response.AddHeader &#34;cache-control&#34;,&#34;private&#34;
Response.CacheControl = &#34;private&#34;
%>

This sort of "by-passes" the current forum cache problem. With this script in our header, pages *should* show new posts when refreshed.. without force refreshing. (CTRL-F5)

This will work in ALL browsers. However, you MUST be using our default AR Neo skin. (Why wouldn't you? :D)

These changes can not be seen instantly though. You must either force refresh every page, or clear your browser cache.

Here are instructions on how to clear your cache, for every browser.

For me, after clearing Google Chrome's cache, pages are loading new posts without force refreshing.

Hope this works. Please post your feedback.  :bleh:

That is ASP code node PHP or Javascript.  It wont work even if you try your hardest

I thought it was working for me. But I guess not at this point.. :pirate:

However, I still don't understand WHY it can't be fixed. What I'm trying to do, is "ignore" the problem.. since none of us crew members have access to the server. I'll try some more code tonight.. But an explanation WHY the problem is existing should also be posted. And WHY it can't be fixed..

Quote

Did you receive the newsletter ?

Yes, I did. And I love it. :turned:

Thanks for adding the "Social Network" icons.  :angry:

#34 Frodo

Frodo

    Your neck looks very... tasty!

  • Admin
  • 9533 posts

Posted 12 August 2010 - 06:51 PM

View Postadnan, on 12 Aug 2010, 04:15 PM, said:

That is ASP code node PHP or Javascript.  It wont work even if you try your hardest ...

At least Nick is trying to fix the site.  I, for one, appreciate his efforts.
Please click on my dragons to help them grow -    Posted Image   Posted Image   Posted Image

#35 Nick

Nick

    Tech-Support Guru

  • Admin
  • 6055 posts

Posted 12 August 2010 - 07:11 PM

I just tried this as well.. nothing really working yet I don't think.

<META HTTP-EQUIV=&#34;Pragma&#34; CONTENT=&#34;no-cache&#34;>
<META HTTP-EQUIV=&#34;Cache-Control&#34; CONTENT=&#34;no-cache&#34;>
<META HTTP-EQUIV=&#34;Pragma-directive&#34; CONTENT=&#34;no-cache&#34;>
<META HTTP-EQUIV=&#34;Cache-Directive&#34; CONTENT=&#34;no-cache&#34;>
<META HTTP-EQUIV=&#34;Expires&#34; CONTENT=&#34;0&#34;>