Thank you.
If i wanted to be a bit more complex within headinclude i guess i could include a list of different conditional statements which call different versions of hd_form (such as hd_form1, hd_form2, etc) depending on the area a user is browsing?
Eg:
Code:
<if condition="THIS_SCRIPT == 'showthread' ">
<!-- my_hd -->
</if>
<if condition="THIS_SCRIPT == 'printthread' ">
<!-- my_hd2 --></if>
<if condition="THIS_SCRIPT == 'forumhome' ">
<!-- my_hd3 --></if>
<!-- default_hd -->
--------------- Added [DATE]1339250267[/DATE] at [TIME]1339250267[/TIME] ---------------
Sorry, another question.
While this does all appear to be working fine today I've noticed that the forum isn't marking threads as being 'read' as it usually does.
If i view a thread and then go back to the sub-forum it still shows that thread as having new posts in it even though i've already read it. No matter how many times i refresh or re-view the same thread it will still show as a thread with new posts in. Its as if the counters aren't being updated or its serving me a cached copy or something.