The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello there,
I want to include a Title with url of every thread at the top of the page. I know the modifications required but please tell me what should I include which represent topic title and topic url. Like if we include the following <a href="$vboptions[bburl]">$vboptions[bbtitle]</a> Then it will show a link to forum home whever we include it. It is a general form of <a href="http://www.vbulletin.com/forum">vBulletin Community Forum</a> Please tell me the general form I can use for a thread title and its link. Please please please help me, I have searched a lot to find it but I was unable to figure it out. |
#2
|
||||
|
||||
![]()
It depends on what template you are using it in. In a SHOWTHREAD template, it would just be $thread[title] or $threadinfo[title]. But, it depends on the template and the query variables used.
|
#3
|
|||
|
|||
![]() Quote:
<meta name="title" content="$threadinfo[title]" /> <link rel="image_src" href="http://open.thumbshots.org/image.aspx?url=$threadinfo[url]" / > <meta property="og:title" content="$threadinfo[title]"/> <meta property="og:image" content="http://open.thumbshots.org/image.aspx?url=$threadinfo[url]"/> <meta property="og:site_name" content="$vboptions[bbtitle]"/> Now I need four variables which vb4 is using instead of following four:
when we open a thread of vB in firefox and after "right click" we choose "View Page Info", there shows "keywords" and "description" of the page (of the thread that opened). What two variables are used in vb4 for "keywords" and "description"? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|