Hey EE,
I hope you have an easy fix for me & I’m just overlooking something.
We were recently told by our webserver host that we were “hacked” (I won’t point out the sarcasm in my type).
So needless to say, we had to reinstall. Since everything lives in the db, that is good & makes for an easy reinstall. The only drawback was that we used the webserver files that were backed up from the host (from August).
So now, the code
{exp:forum:topic_titles orderby="post_date" sort="desc" limit="7"}
<li><a href="http://{thread_path=forum/viewthread}">{title}</a></li>
{/exp:forum:topic_titles}Is showing the latest forum post as if it were 8/8/2011. The strange thing is that this same code is on other template pages & renders just fine.
It is only the homepage / template (site>index) that is outputting it incorrectly.
The other strange thing is that only the home page is outputting an old, very old header. If iI look at the template, everything is fine, but what is rendered is different.
Here are two pages for comparison:
Incorrect
http://www.brunoboys.net/
Notice ‘Draft Boards’ is the last navigation item. Also notice the forum module below the middle of the page & talking about draft questions.
Correct
http://www.brunoboys.net/entry/public-viewing-held-for-al-davis/
Notice ‘Player News’ is the last navigation item. Also, the forum module (bottom of sidebar) is talking about ‘Week 7’.
I found an old header.php in (system folder)>template_files>site & deleted that, but it’s still outputting the old header.
Please help…
-Mike