schan
12-04-2013, 10:24 PM
Hey all,
Can someone help me migrate this single line of code from 3.7.4 to 4.2.2?
<phrase 1="member.php?$session[sessionurl]find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
I know how to migrate things like <phrase 1=$thread[threadid] 2="$thread[postid]>$vbphrase[by_x]</phrase> and so on...but I don't know how to convert a string in the phrase into vB4 template format.
I can't seem to find the info anywhere, not even vBulletin's template syntax documentation. Is this even possible?
Thanks,
-S
--------------- Added 1386203334 at 1386203334 ---------------
I played around with it some more and figured it out. The solution is simply no, there's no way to migrate the string in that phrase to vB4's template (at least I can't find any). I just rebuilt the same functionality using vB4's template syntax using {vb:link} and a couple of other variables.
Thanks.
-S
Can someone help me migrate this single line of code from 3.7.4 to 4.2.2?
<phrase 1="member.php?$session[sessionurl]find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
I know how to migrate things like <phrase 1=$thread[threadid] 2="$thread[postid]>$vbphrase[by_x]</phrase> and so on...but I don't know how to convert a string in the phrase into vB4 template format.
I can't seem to find the info anywhere, not even vBulletin's template syntax documentation. Is this even possible?
Thanks,
-S
--------------- Added 1386203334 at 1386203334 ---------------
I played around with it some more and figured it out. The solution is simply no, there's no way to migrate the string in that phrase to vB4's template (at least I can't find any). I just rebuilt the same functionality using vB4's template syntax using {vb:link} and a couple of other variables.
Thanks.
-S