[email protected]
vbmenu_register("postmenu_2584303", true);
03-24-2017, 07:55 PM
Hi guys,
how can I add html code / scripts after the 3rd thread in forumdisplay? Here's a visual of what I need:
https://screencast.com/t/2kb6GefC
I presume it has to do with threadbits template, but I can't find any info on how to modify the template only for the Nth thread displayed.
Initially I thought I need to use someting like
<vb:if condition="thread.threadid == X">
but the threadid varies on the forumdisplay based on the last posts made, right?
So, how do I do this? Any help is appreciated...
how can I add html code / scripts after the 3rd thread in forumdisplay? Here's a visual of what I need:
https://screencast.com/t/2kb6GefC
I presume it has to do with threadbits template, but I can't find any info on how to modify the template only for the Nth thread displayed.
Initially I thought I need to use someting like
<vb:if condition="thread.threadid == X">
but the threadid varies on the forumdisplay based on the last posts made, right?
So, how do I do this? Any help is appreciated...