Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Similar Threads After The First Post [Plugin] - VB4 - By AioNets.com Details »»
Similar Threads After The First Post [Plugin] - VB4 - By AioNets.com
Version: 1.00, by A.Chakery A.Chakery is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.x.x Rating:
Released: 11-26-2014 Last Update: Never Installs: 15
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Similar Threads After The First Post , Brought You By : AioNets.com


Description :

This is the plugin and simple version of my previous product (HERE) which automatically moves the similar threads under the first post of every topic.

The differences between this plugin and the previous product Are :
- In the plugin version you will not be able to turn similar threads off for forums of your choice.
- The plugin version is much more optimized especially for large boards since it does not add additional queries to the database and it simply moves the similar threads under the first post.
- The installation of the plugin version is a little challenging than the product one.

Personally I would choose the plugin version over product one because of its performance.

Features :
- Automatically moves similar threads to the bottom of the first post.
- Ability to disable it globally
- Ability to customize it using CSS
- Works great with vBSEO and DB-SEO


Ease of Installation : Normal


Installation :

First ensure that the your vBulletin Similar Threads option is enabled.


1- Goto : AdminCP > Plugins and Products > Add New Plugin

2- Then set the options as below :

Product: vBulletin
Hook Location: showthread_complete
Title : AioNets Similar Threads
Execution Order : 5
Plugin PHP Code :
PHP Code:
if (isset($similarthreads))
{
    
$postbits str_replace('<!-- AioNetsSimilarThreads -->'$similarthreads$postbits);
    unset(
$similarthreads);

Plugin is Active : YES

Then Click On the Save Button.

3- Now you should edit the related templates to similar threads :
Goto : AdminCP > Styles & Templates > Style Manager

Then click on the "? ?" button located at the right side of your active Style.
-or-
Click on the Drop down menu and select " Edit Templates " option.

Then search for "Show Thread Templates" and Double Click on it.

Then under Show Thread Templates you will see two templates related to Similar threads which we need to work on :

First one is -> "showthread_similarthreadbit" ... Please Double click on it and replace all of its content with :
PHP Code:
<ul><li>$simthread[prefix_rich] <a href="showthread.php?$session[sessionurl]t=$simthread[threadid]title="$simthread[preview]">$simthread[title]</a></li></ul
The second template is : "showthread_similarthreads" ... Double click on it and replace all of its content with :
PHP Code:
<vb:if condition="in_array($post[postcount], array(1))">
<
br /><br /><div class="aionets_similar_threads"
<
strong>$vbphrase[similar_threads] </strong><br /> 
$similarthreadbits 
</div>  
</
vb:if> 
4- Now Search For "Postbit Templates" and Double Click on it :

NOTE : If you are using the Postbit Style (which can be set in vBulletin Options > Style & Language Settings )

You should Double click on "postbit" template BUT if you are using the Legacy style you should double click on "postbit_legacy" ...

When you double clicked on your postbit template search for " {vb:raw post.message} " and AFTER that insert below code :
PHP Code:
<!-- AioNetsSimilarThreads --> 
And then save this template.

5- Styling :
- First Please Go to "AdminCP > Style Manager" ,
- Open your style templates,
- Then Add below CSS code to "postbit.css" template
PHP Code:
.aionets_similar_threads{color:#465584;float:right;background-color:#FFF;border-left:4px solid #19364D;border-right:1px dotted #19364D;border-top:1px dotted #19364D;border-bottom:1px dotted #19364D;padding:7px;margin:0 auto 8px} 
And It's Done !


IMPORTANT NOTES
1- Always take backup of any template which you are working on
2- Please USE editor apps like Text Wrangler in Mac or NotePad++ in Windows to edit templates and never edit any code directly. Personally I am using Espresso on my Mac and I am really satisfied.

Screenshots

File Type: png Similar Threads By AioNets.com.png (121.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Muhammad Rahman

Comments
  #22  
Old 08-01-2015, 09:50 PM
bosanci28's Avatar
bosanci28 bosanci28 is offline
 
Join Date: Feb 2008
Location: USA - West Coast
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Bozza,

I have Pm you with the Post_Legacy file as i can't find the "$post[message]" also.

Running vb4.2.2

Thanks
Reply With Quote
  #23  
Old 03-08-2016, 09:07 AM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for the late reply,

Would you please provide me with the content of your postbit_legacy ?

Thank you
Reply With Quote
  #24  
Old 03-14-2016, 08:27 AM
fahadullah fahadullah is offline
 
Join Date: Jan 2015
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bozza View Post
I'm a bit confused...

1. I can't find $post[message] in my postbit_legacy.

2. Even if I could, isn't the requested code (<!-- AioNetsSimilarThreads --> ) just a comment?
Same problem as this. Cannot find $post[message] in my postbit_legacy
Reply With Quote
  #25  
Old 03-14-2016, 04:09 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh my bad.. I ported this modification from vb3 and I forgot to change that part.

Please search for this phrase instead : {vb:raw post.message}

if you still have issues with this modification please also visit our other product which is located here : https://vborg.vbsupport.ru/showthread.php?p=2511473

Regards.
Reply With Quote
  #26  
Old 03-14-2016, 06:31 PM
fahadullah fahadullah is offline
 
Join Date: Jan 2015
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tried it. Still not working.

I do not go with the other product due to the performance hit.

Quote:
Originally Posted by A.Chakery View Post
Oh my bad.. I ported this modification from vb3 and I forgot to change that part.

Please search for this phrase instead : {vb:raw post.message}

if you still have issues with this modification please also visit our other product which is located here : https://vborg.vbsupport.ru/showthread.php?p=2511473

Regards.
Reply With Quote
  #27  
Old 03-16-2016, 07:26 PM
NiGh10GaLe NiGh10GaLe is offline
 
Join Date: Dec 2015
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did all the steps as you told, but there's nothing appear in any post.
Threads option is enabled.
I'm using a theme of purevb.
ni10gl.com/vb this is my forum url, so can you check it please ?
Thank you
Reply With Quote
  #28  
Old 03-16-2016, 08:14 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you rebuild your similar threads in maintenance?

Do you have a custom theme? If so you have to add the code into your postbit or postbit_legacy template.
Reply With Quote
  #29  
Old 12-29-2016, 07:54 PM
harry_5 harry_5 is offline
 
Join Date: Sep 2003
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Add-On! But how can I make it work also in my vBulletin mobile style?
Reply With Quote
  #30  
Old 12-29-2016, 08:22 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by harry_5 View Post
Great Add-On! But how can I make it work also in my vBulletin mobile style?
Dear Harry,

Unfortunately I really do not have enough time to maintain this plugin, so I believe it would be better if you go with the add-on version which is located here :

https://vborg.vbsupport.ru/showthread.php?t=313726

Please test it and update me with the results.

Best Regards,
Ali.
Reply With Quote
  #31  
Old 03-06-2017, 09:34 AM
Gn_Snake Gn_Snake is offline
 
Join Date: Feb 2006
Location: Italy
Posts: 358
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NiGh10GaLe View Post
I did all the steps as you told, but there's nothing appear in any post.
Threads option is enabled.
I'm using a theme of purevb.
ni10gl.com/vb this is my forum url, so can you check it please ?
Thank you
Also i have taken all the steps but nothing appears

This plugin is really interesting, it's a shame that is not developing.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:06 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06958 seconds
  • Memory Usage 2,356KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete