The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
By means of that vbulletin variable I can obtain the complete path of a post
Hello to all, I have one questioning and it is with regard to variables of vbulletin.
For example the variable: $vboptions [bburl], it offers to me the path of the forum for example: https://vborg.vbsupport.ru/, but what I wish is to obtain the complete path of the post, for example: https://vborg.vbsupport.ru/showthread.php?t=221765. I have been looking for the whole network(net) for the response but without major success. If they could help me with this topic he would be grateful for them. Regards, --------------- Added [DATE]1251500566[/DATE] at [TIME]1251500566[/TIME] --------------- Already well I solved it and it is of the following way: Code:
<if condition="$threadinfo[threadid]"> $vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost <else /> $vboptions[bburl] </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|