i have a few snippits of code from vb2 and i was wondering what the conversion would be in vb3.5
Code:
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
and
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0" {tableinnerextra} width="100%">
and
<normalfont color="{categoryfontcolor}">
the parts in brackets
Code:
$stylevar[outerborderwidth]
^^^this was in 3.0, is it in 3.5? i cant find a referance to it in the manual
Code:
$vbulletin->options['bburl']/images
is there an easier way to write the images dir?