Quote:
Originally Posted by Ntfu2
The code should be at the very end of your postbit(postbit_legacy) template
Start it with this
Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
And put a </if> at the very end to close everything off 
|
Thank you, but it does not seem to work to me.
I am using this add-on
https://vborg.vbsupport.ru/showthread.php?t=93706 and want to get the same look as here at vbulletin.org - first post fixed at the top of every page and toolbar and page bar below it. If I add the code at the end of postbit_first template, the code is placed where I want it to be, but variables are not parsed.