PDA

View Full Version : displaying thread topic in title


robert_2004
11-14-2004, 09:53 AM
i've got the CMPS running on my viewthread pages (i have a column running down my left side), but the forum has now lost the ability to show the topic of the thread in the title of the broswer.

what do i have to do to get this working?

phlogiston
11-14-2004, 07:26 PM
in your showthread.php file you will have added almost at the very end:eval('$HTML = "' . fetch_template('SHOWTHREAD') . '";');
print_portal_output($home, $HTML);(I think...! :S)

BETWEEN these two lines ADD a new line:$vba_options[title] = $thread[title];:)

Our Sponsors
 

robert_2004
11-15-2004, 08:54 AM
hmmm... that hasn't wanted to work for me.

plus, i think it needs to be ['title']

Brian
11-15-2004, 06:40 PM
http://www.vbadvanced.com/forum/showpost.php?p=15559&postcount=2