The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Similar Threads after first post
Hello, I want to move the similar threads right below my first post, just as similar mods are shown in vb.org... unfortunately, haven't been able to make it work.
I tried to use this in the postbit, but nothing is shown. Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">$similarthreads</if> Thanks |
#2
|
|||
|
|||
This wouldnt work because $similarthreads isnt called in the postbit template
|
#3
|
|||
|
|||
Oh, yeah, i know it's called in the showthread template... that's why i was wondering if someone has an idea on how it is done here in vb.org
|
#4
|
|||
|
|||
no help
|
#5
|
|||
|
|||
I also wanted the same feature, but since it did not seem possible, I digged into the code and made my own modifications. I now have similar threads in a column on the right side (as in youtube) only on showthread pages...
It needs modification of some template files and am not sure if I can advice anybody on that over here... |
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
I'd try it if i knew where to start
|
#9
|
|||
|
|||
this is simple actually... on postbit creation, after "is_first_post" thingy, just call the details to display these related threads...
|
#10
|
|||
|
|||
Quote:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|