Hi..
go here and try the forum redirect links...
http://www.hardwired.myftp.org/forum/
they work right?... it's on IIS at my house...
right, uploaded the same product to a live forum and bugger me if it's not updating... i still even see values from an older version..stuck in there (even though the actual database table show the right values)
ok : Hook Location : cache_templates
code is :
Code:
if (THIS_SCRIPT == "index")
{
global $globaltemplates;
$globaltemplates = array_merge($globaltemplates, array('linkhits'));
}
works on my system, but online...unix based, i've setup my live forum to match some of the settings i thought were making this problem, i.e GZIP,Add Standard HTTP Header,Add No-Cache HTTP Headers,Remove Redirection Message Pages........etc, all turned on or off, doesn't matter...it will not update, i've logged out, ctrl+F5'd...you name it... whats the matter with this thing.... please help before i pull all my hair out... cheers
-b6
sussed...i was missing an edit (not uploaded) i made to the 'functions_forumlist.php'...doh! - why oh why?... at least of got RC2 to look forward to tonight....
-b6