vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Placing SIMILAR THREADS Box under First Post or somewhere else instead of LAST (https://vborg.vbsupport.ru/showthread.php?t=283986)

christon26 06-23-2012 07:49 PM

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

bada_bing 02-18-2013 07:21 PM

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

Amaury 02-19-2013 06:10 AM

Quote:

Originally Posted by bada_bing (Post 2405064)
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

This is for vBulletin 4 if you look at the forum name. However, you should create your own thread for this.

bada_bing 02-19-2013 10:10 AM

Quote:

Originally Posted by Amaury25 (Post 2405151)
This is for vBulletin 4 if you look at the forum name. However, you should create your own thread for this.

Thanks for a worthless response

kh99 02-19-2013 12:59 PM

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.

bada_bing 02-19-2013 01:50 PM

Quote:

Originally Posted by kh99 (Post 2405209)
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.



Cool going to try now.

Thanks Again..

--------------- Added [DATE]1361299569[/DATE] at [TIME]1361299569[/TIME] ---------------

Quote:

Originally Posted by kh99 (Post 2405209)
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.


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 ?

kh99 02-19-2013 05:40 PM

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.

bada_bing 02-19-2013 07:26 PM

Quote:

Originally Posted by kh99 (Post 2405267)
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.

Thank you so so much after you mentioned if I was putting the code in postbit or postbit_legacy I noticed I was placing it in postbit legacy rather that postbit. testing and working now..

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.

kh99 02-19-2013 07:41 PM

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.


All times are GMT. The time now is 04:40 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01820 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete