The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
kh99 thank you so much for the help you give in this thread, after much searching to find what I wanted I used your coding (with changes for vb3 lol) on my board, example here: http://www.digiscrapforum.com/showthread.php?t=2287 I think it looks much nicer than the old display :P
|
#12
|
||||
|
||||
![]()
Hey everyone, great article and looking to do the exact same think, Is this for vb 3.8 ? I get an error when trying to add the code to my postbit_legacy
Thanks |
#13
|
|||
|
|||
![]()
This is for vBulletin 4 if you look at the forum name. However, you should create your own thread for this.
|
#14
|
||||
|
||||
![]()
Thanks for a worthless response
|
#15
|
|||
|
|||
![]()
You could try using this in your postbit or postbit_legacy template:
Code:
<if condition="$post['isfirstshown']"><!-- similar threads --></if> then it seems like the same plugin code should work. |
#16
|
||||
|
||||
![]() Quote:
Cool going to try now. Thanks Again.. --------------- Added [DATE]1361299569[/DATE] at [TIME]1361299569[/TIME] --------------- Quote:
OK if I enable the plugin the similar threads dont show up at all. Can you help me identify what in the plugin isnt working ? |
#17
|
|||
|
|||
![]()
Hmm...seems like it should work. The reason it doesn't show at all is because the plugin unsets the $similarthreads variable so that it won't show in the usual place. So the str_replace isn't working - are you sure you put it in the same template you're using (postbit or postbit_legacy), and in the same style that you're viewing? Try doing something like this:
Code:
<if condition="$post['isfirstshown']">x<!-- similar threads --></if> and see if the x shows up at all. |
#18
|
||||
|
||||
![]() Quote:
If I wanted to move this above the first post what do I need to change or is that not recommended from a SEO prospective. |
#19
|
|||
|
|||
![]()
If you wanted it above the first post you could just move the part you inserted to be at the top of the postbot template. Or you could probably just edit the SHOWTHREAD template and move the similarthreads code, then you wouldn't need the plugin. I have no idea about SEO.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|