James Birkett
06-06-2010, 01:50 PM
Hi there,
I want to convert the following links in vB4 format to vB3 format, can anyone help?
<a href="{vb:link forum, {vb:raw thread}, {vb:raw foruminfo}}&prefixid={vb:raw thread.prefixid}" rel="nofollow">{vb:raw thread.prefix_rich}</a>
I know it includes $thread, $foruminfo, $thread['prefixid'] and $thread['prefix_rich'] - I'm just unsure on how to convert the "forum" to vB3.
Also:
<a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a>
Finally:
<a href="{vb:link forum, {vb:raw foruminfo}}">
I want to convert the following links in vB4 format to vB3 format, can anyone help?
<a href="{vb:link forum, {vb:raw thread}, {vb:raw foruminfo}}&prefixid={vb:raw thread.prefixid}" rel="nofollow">{vb:raw thread.prefix_rich}</a>
I know it includes $thread, $foruminfo, $thread['prefixid'] and $thread['prefix_rich'] - I'm just unsure on how to convert the "forum" to vB3.
Also:
<a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a>
Finally:
<a href="{vb:link forum, {vb:raw foruminfo}}">