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.