Quote:
Originally Posted by Analogpoint
Then edit your SHOWTHREAD and FORUMDISPLAY templates. Add this for the <title> tag:
Code:
<title>
<if condition="$foruminfo['forumid'] == YOURFOURMID">
$bbuserinfo[username]'s to do list
<else />
// the current contents of the title tag in the template here
</if>
</title>
|
Great I will give it a try. I am on the way out the door right now I will try it when I get back.
Thanks
--------------- Added [DATE]1195955418[/DATE] at [TIME]1195955418[/TIME] ---------------
Well I tried it but there is already a few <if> statements in the code and I can not seem to get it working. I may be doing something wrong or am screwing up the <if> commands. This is the code that is in the two you said to change but to place the code you sent I can not get it working properly. Could you direct me where to place to code please.
SHOWTHREAD
Code:
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
FORUMDISPLAY
Code:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>