Quote:
Originally Posted by kpmedia
I need to do this on both vB3 and vB4 forums. I can change live code on a vB3 install, while the vB4 has the be done on a development server. The conditional statements barely change between 3 and 4.
|
The method for using values stored in variables within templates is different. For example...
vB 3.x:
HTML Code:
$thread[title]
vB 4.x:
HTML Code:
{vb:raw thread.title}