The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Adapting urls vB3 search forms to vB4
Needed to adapt these urls in order to function properly in the latest version of vBulletin 4.1.12
<a href="external.php?type=rss2&forumids=$forum[forumid]"> <a href="subscription.php?do=addsubscription&f=$forum[forumid]"> <a href="newthread.php?do=newthread&f=$forum[forumid]"> <a href="search.php?do=getnew&f=$forum[forumid]"> |
#2
|
||||
|
||||
Basically you need to translate $forum[forumid] to {vb:raw forum.forumid} for each.
I assume you are using them in a template. In VB4 you use the {vb:raw array.element} syntax wherever you want tie result printed out in the HTML code. If you were using it in a conditional <vb:if condition="..."> then you would keep the same VB3 $array[element] syntax. |
#3
|
||||
|
||||
Thank you so much ... It was just that ...
So simple that had not noticed ... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|