Version 1.0.0 for dbtech tabs
Quote:
Originally Posted by KristerSwe
you can use this code in DBT Postbilt tabmod but need to remove some doublepost from postbit template... am playing with it right now
Code:
<dt>{vb:rawphrase artcount}</dt><dd>{vb:raw $post['artcount']}{vb:raw artvar}</dd>
|
oh and KristerSwe - I placed your code here in [code] If I may suggest you may want to edit your post too.
Version 1.0.1
Code:
<dt>{vb:rawphrase artcount}</dt><dd><a href="http://www.yoursite.com/list.php?author/{vb:raw artlink}">{vb:raw $post['artcount']}{vb:raw artvar}</a>
</dd>
Oh and the 1.0.1 xml as of right now needs to be edited to yoursite.
fixed

in 1.0.2 xml
Code:
<dt>{vb:rawphrase artcount}</dt><dd><a href="./list.php?author/{vb:raw artlink}">{vb:raw $post['artcount']}{vb:raw artvar}</a>
</dd>