![]() |
Showthread title
I would to add also the foru display title in the SHOWTHREAD for the <title>
Currenly I have the following: <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}</title> What Do I need to do in the vb4 to get the following result for the <title> tag. Exaple on vbulletin.org/forum <title> Showtrhead title - vB4 Programming Discussions </title> What syntax I need to use in the <title> in SHOWTHREAD to get the: <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title} - vB4 Programming Discussions </title> Thanks. |
Try this :
HTML Code:
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title} - {vb:raw foruminfo.title_clean} </title> |
Thanks but seems that doesnt works.
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title} - - </title> It shows me just "-" instead vB4 Programming Discussions. Really strange, in the ForumDisplay Works. |
Let me try it when I back to home.
|
Hi, did you try at home?
In vb 3.7-8 I didnt have problems with that. |
create a plugin with following code:
PHP Code:
Hook Location: showthread_complete save and activate the plugin in SHOWTHREAD template, find Code:
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}</title> Code:
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title} - {vb:raw forumTitle}</title> |
Thanks you for your time.
Works perfectly. |
All times are GMT. The time now is 07:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|