Go Back   vb.org Archive > vBulletin Modifications > vBulletin 5.x Modifications > vBulletin 5.x Products & Extensions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Yilmaz - Similar Threads vB5 Details »»
Yilmaz - Similar Threads vB5
Version: 1.0.3, by yilmaz yilmaz is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 5.5.5 Rating:
Released: 12-15-2020 Last Update: 10-14-2022 Installs: 25
Supported Auto-Templates
Additional Files  

Tested with vBulletin Version 5.7.0 and PHP Version 8.1.11

========================================
Description:
========================================

This plugin automatically adds Similar Threads as blocks of the first post of each Thread, based on Thread tags.



17,12,2020 Fixed database error

22.02.2021 Icon width and height bug fixed

15.10.2022 Fixed some bugs I found

Important
It takes similar Threads from the tags of other Threads.

Therefore, if there are no tags, Similar Threads block will not appear.

It will only show up if a similar taglet is added.

If you install this Automatic Topic Tagger product, there will be no threads left without tags.

Mark as installed = get support.

========================================
How to install:
========================================
Upload the content of "Yilmaz - Similar Threads vB5" to your root.
that's all it.
enjoy..
-----
If you installed this mod and/or you want get support, please "Mark as Installed".
-----

========================================
How to uninstall:
========================================
1. Remove the package "yilmazsimilarthreads" that located in /core/packages/
2. Go to "Manage Products" in the admincp and delete the product named "Yilmaz - Similar Threads vB5"

How to update:
========================================
After uploading files
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]
OR import the XML file from your server
Code:
./core/packages/yilmazsimilarthreads/xml/product_yilmazsimilarthreads.xml

Download Now

File Type: zip Yilmaz - Similar Threads vB5.zip (5.7 KB, 31 views)

Screenshots

File Type: png screenshot-vb5.ozbeceriksizler.co-2020.12.16-07_19_30.png (58.1 KB, 0 views)
File Type: png screenshot-vb5.ozbeceriksizler.co-2020.12.16-07_21_12.png (28.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 02-21-2021, 04:41 PM
yilmaz's Avatar
yilmaz yilmaz is offline
 
Join Date: Sep 2004
Posts: 751
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DamasGate View Post
I have a question please:
Is it possible to display it in the first post of all the topic pages (Multi-page topics)?


Thank you
You want it to show in the first message of page 2

I have to try, if I get a positive result, an option is added.
Reply With Quote
  #13  
Old 02-22-2021, 07:07 AM
DamasGate DamasGate is offline
 
Join Date: Aug 2003
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yilmaz View Post
You want it to show in the first message of page 2

I have to try, if I get a positive result, an option is added.



Yes, that's what I mean.


It would be great if you could do that for both hacks Similar Threads vB5 + Automatic Topic Tagger.



It is very good SEO for these links to appear on first post of all topic pages.

I greatly appreciate your efforts.


Thank you
Reply With Quote
  #14  
Old 02-22-2021, 05:37 PM
yilmaz's Avatar
yilmaz yilmaz is offline
 
Join Date: Sep 2004
Posts: 751
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

22.02.2021 Icon width and height bug fixed
Reply With Quote
  #15  
Old 02-23-2021, 05:10 AM
tahir436 tahir436 is offline
 
Join Date: Dec 2013
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Yilmaz

After installation mine is shown like this:


Also see this post for reference

https://labkushai.com/forum/politica...d-sabir-shakir
Reply With Quote
  #16  
Old 02-23-2021, 06:03 AM
yilmaz's Avatar
yilmaz yilmaz is offline
 
Join Date: Sep 2004
Posts: 751
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yilmaz View Post
22.02.2021 Icon width and height bug fixed
Quote:
Originally Posted by tahir436 View Post
Hi Yilmaz

After installation mine is shown like this:


Also see this post for reference

https://labkushai.com/forum/politica...d-sabir-shakir
Yes, I also noticed.
I stated that I have updated it in the above message, if you just install it again and update it, the problem will go away.
Reply With Quote
  #17  
Old 02-23-2021, 01:49 PM
tahir436 tahir436 is offline
 
Join Date: Dec 2013
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yilmaz View Post
Yes, I also noticed.
I stated that I have updated it in the above message, if you just install it again and update it, the problem will go away.
OK its working after updates. Thanks for your support
Reply With Quote
  #18  
Old 02-28-2021, 06:08 PM
milforum milforum is offline
 
Join Date: Nov 2019
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works fine for me, but I now and then get database errors. One example below:

Database error in vBulletin 5.6.4:

Invalid SQL:
SELECT tagnode.nodeid as tagnodeid, node.iconid, node.prefixid, node.nodeid as nodeidsi, node.title as konubasligi, node.lastcontentid, node.parentid, node.textcount, node.totalcount, icon.iconpath, icon.title as icontitle, closure.parent as forumidesi, closure.depth, forum.title as forumtitle, node.authorname
FROM tag AS tag
LEFT JOIN tagnode AS tagnode ON (tagnode.tagid = tag.tagid)
LEFT JOIN node AS node ON (node.nodeid = tagnode.nodeid)
LEFT JOIN closure AS closure ON (closure.child = node.nodeid)
LEFT JOIN node AS forum ON (forum.nodeid = closure.parent)
LEFT JOIN user AS user ON (user.userid = node.lastauthorid)
LEFT JOIN icon AS icon ON (icon.iconid = node.iconid)
WHERE ()
AND closure.depth = 1
AND node.title !=''
AND node.inlist = 1
AND tagnode.nodeid != '15615'
AND tagnode.nodeid = node.starter
GROUP BY tagnode.nodeid
ORDER BY tagnode.nodeid DESC
LIMIT 10;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')
AND closure.depth = 1
AND node.title !=''
AND node.inlist = 1
AND tagnod...' at line 9
Error Number : 1064
Request Date : Sunday, February 28th 2021 @ 08:22:04 PM
Error Date : Sunday, February 28th 2021 @ 08:22:04 PM
Script : https://xxx.yyy/node/15615
Referrer :
IP Address : 99999999999
Username : <i>Gjest</i>
Classname : vB_Database_MySQLi
MySQL Version :


Stack Trace:
#0 vB_Database->getErrorData() called in phar://[path]/vb/vb.phar/database.php on line 1214
#1 vB_Database->halt() called in phar://[path]/vb/vb.phar/database/mysqli.php on line 249
#2 vB_Database_MySQLi->execute_query() called in phar://[path]/vb/vb.phar/database.php on line 583
#3 vB_Database->query_read() called in [path]/packages/yilmazsimilarthreads/api/template.php on line 69
#4 YilmazSimilarThreads_Api_Template::fetchBulk() called in phar://[path]/vb/vb.phar/api/wrapper.php on line 223
#5 vB_Api_Wrapper->__call() called in /home/xxxxx/public_html/includes/api/interface/collapsed.php on line 105
#6 Api_Interface_Collapsed->callApi() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 224
#7 vB5_Template_Cache->fetchTemplate() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 110
#8 vB5_Template_Cache->replacePlaceholders() called in /home/xxxxx/public_html/includes/vb5/template.php on line 421
#9 vB5_Template->render() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 134
#10 vB5_Template_Cache->replacePlaceholders() called in /home/xxxxx/public_html/includes/vb5/template.php on line 421
#11 vB5_Template->render() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 134
#12 vB5_Template_Cache->replacePlaceholders() called in /home/xxxxx/public_html/includes/vb5/template.php on line 421
#13 vB5_Template->render() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 134
#14 vB5_Template_Cache->replacePlaceholders() called in /home/xxxxx/public_html/includes/vb5/template.php on line 421
#15 vB5_Template->render() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 134
#16 vB5_Template_Cache->replacePlaceholders() called in /home/xxxxx/public_html/includes/vb5/template.php on line 421
#17 vB5_Template->render() called in /home/xxxxx/public_html/includes/vb5/template/cache.php on line 134
#18 vB5_Template_Cache->replacePlaceholders() called in /home/xxxxx/public_html/includes/vb5/template.php on line 421
#19 vB5_Template->render() called in /home/xxxxx/public_html/includes/vb5/frontend/controller/page.php on line 275
#20 vB5_Frontend_Controller_Page->index() called in /home/xxxxx/public_html/index.php on line 75
Reply With Quote
  #19  
Old 03-16-2022, 07:25 PM
yilmaz's Avatar
yilmaz yilmaz is offline
 
Join Date: Sep 2004
Posts: 751
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tested with vBulletin Version 5.6.7 and PHP Version 8.0.16
Reply With Quote
  #20  
Old 12-23-2022, 10:58 AM
Aristide Aristide is offline
 
Join Date: Dec 2022
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on vB 5.7.1.
Works well with some threads and fails to work with others. I entered a debug mode and got the following (when it had failed to work):
Quote:
Debug: Error
syntax error, unexpected 's' (T_STRING)
occurred in file xxxx/includes/vb5/template.php(404) : eval()'d code on line 31
Trace
Function render in file xxxx/includes/vb5/template/cache.php line 137
Function replacePlaceholders in file xxxx/includes/vb5/template.php line 426
Function render in file xxxx/includes/vb5/template/cache.php line 137
Function replacePlaceholders in file xxxx/includes/vb5/template.php line 426
Function render in file xxxx/includes/vb5/template/cache.php line 137
Function replacePlaceholders in file xxxx/includes/vb5/template.php line 426
Function render in file xxxx/includes/vb5/template/cache.php line 137
Function replacePlaceholders in file xxxx/includes/vb5/template.php line 426
Function render in file xxxx/includes/vb5/template/cache.php line 137
Function replacePlaceholders in file xxxx/includes/vb5/template.php line 426
Function render in file xxxx/includes/vb5/template/cache.php line 137
Function replacePlaceholders in file xxxx/includes/vb5/template.php line 426
Function render in file xxxx/includes/vb5/frontend/controller/page.php line 275
Function index in file xxxx/index.php line 70
Reply With Quote
  #21  
Old 01-01-2023, 12:50 PM
Aristide Aristide is offline
 
Join Date: Dec 2022
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works on vB 5.7.1 if there is no apostrophe in the titles of the similar threads/topics to be displayed by the mod. But, if there is an apostrophe in the title of one of those topics to be displayed by the mod, you get a error message. The mod needs a way to handle apostrophes in the titles of the similar threads/topics that it detects.
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 09:04 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.07500 seconds
  • Memory Usage 2,349KB
  • 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
  • (1)bbcode_code
  • (6)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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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