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
[rellect] Likes Summary Details »»
[rellect] Likes Summary
Version: 1.0.0, by rellect rellect is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 5.1.x Rating:
Released: 06-06-2014 Last Update: Never Installs: 63
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

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

Liked content is usually more interested to the user to read.
The current likes-counter really easy to miss, you don't give much attention to a little button in the corner.
So I've build this little enhancement. It will add a summary line under each message and mention briefly how many liked the post.
A lot friendlier.

-----
If you installed this mod and/or you want to get support, please "Mark as Installed".
-----

========================================
Compatibility:
========================================

This mod only tested in vB5.1.1, which is as of today the latest stable version.
Installing this mod on a previous version could work, but it's not recommended and not supported.

Generally this should be working fine in all 5.1.X versions.

========================================
Notes:
========================================

There are currently few limitations that I thought to mention before I'll start getting "bugs" reports about them:
1. If you just liked a post, you'll need to refresh to see the change in the line, it doesn't updates immediately by ajax.
2. If you edit a message and saves it, the summary line will disappear from the message until a refresh.
3. Summary line only available in "thread view". If you'll go to "stream view" you won't see it.

I may fix these things in the future..

========================================
How to install:
========================================

1. Upload the content of 'upload_to_root' directory to your root.
2. Make sure that Plugin/Hook System is enabled, it is disabled by default.
3. Reload your site (twice) - this mod uses the Auto-Install feature.

Auto-Install it's a feature that allows vB5 to install addons automatically when all files uploaded.
There is no need to install xml manually.

IF YOU FOLLOWED THE STEPS BUT THE MOD STILL NOT INSTALLED,
TRY MANUAL INSTALLATION BY DOING THE STEPS BELOW.

========================================
How to upgrade and how to install manually
========================================

1. Upload the content of 'upload_to_root' directory to your root
2. Find the file "product_rellectlikessummary.xml" in /upload_to_root/core/packages/rellectlikessummary/xml
3. Go to Import Product in the admincp
4. Upload the xml

========================================
Log:
========================================

[07/06/14] 1.0.0
* First release


likes.png

Download Now

File Type: zip [rellect] Likes Summary 1.0.0.zip (6.6 KB, 441 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Fleiding, Ninja04, pidje, Zachery

Comments
  #42  
Old 09-05-2020, 12:12 PM
tattotattoo tattotattoo is offline
 
Join Date: Aug 2020
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #43  
Old 09-11-2020, 03:04 AM
ywwz ywwz is offline
 
Join Date: Jul 2009
Posts: 255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about 5.6.3? Anyone using it on 5.6.3?
Reply With Quote
  #44  
Old 10-15-2020, 04:06 PM
carmine3838's Avatar
carmine3838 carmine3838 is offline
 
Join Date: May 2009
Location: napoli
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Per vbulletin 4.2.5 non esiste?
Reply With Quote
  #45  
Old 04-08-2021, 05:44 AM
danielmorashov danielmorashov is offline
 
Join Date: Feb 2021
Location: Israel
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone tried it on vb 5.6.4?
Reply With Quote
  #46  
Old 08-31-2021, 09:04 AM
clauz's Avatar
clauz clauz is offline
 
Join Date: Dec 2010
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in vb 5.6.4 this mod has some BUGS.
The link of the user inside topics is broken.
https://forum.vbulletin.com/forum/vb...55#post4460655
Reply With Quote
  #47  
Old 10-08-2021, 06:00 PM
heugabel heugabel is offline
 
Join Date: May 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/core/packages/rellectlikessummary/api/likessummary.php

search:
Code:
$user['profileurl'] =  vB5_Route::buildUrl('profile|bburl|nosession', array('userid'=>$user['userid']));
replace with:
Code:
$user['profileurl'] =  vB5_Route::buildUrl('profile', array('userid'=>$user['userid']));
Reply With Quote
  #48  
Old 10-13-2021, 11:05 AM
clauz's Avatar
clauz clauz is offline
 
Join Date: Dec 2010
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by heugabel View Post
/core/packages/rellectlikessummary/api/likessummary.php

search:
Code:
$user['profileurl'] =  vB5_Route::buildUrl('profile|bburl|nosession', array('userid'=>$user['userid']));
replace with:
Code:
$user['profileurl'] =  vB5_Route::buildUrl('profile', array('userid'=>$user['userid']));
thank you
Reply With Quote
  #49  
Old 10-18-2021, 07:30 AM
clauz's Avatar
clauz clauz is offline
 
Join Date: Dec 2010
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello again, for some reasons this mod is displaying a "Like summary" only in some sections of my forum.

Here is not displayed:

https://www.tenisdemasa.ro/forum/for...578#post944578

Here is displayed:

https://www.tenisdemasa.ro/forum/for...021#post940133
Reply With Quote
  #50  
Old 10-25-2021, 07:20 AM
milforum milforum is offline
 
Join Date: Nov 2019
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on vB5.6.4 with the modification suggested by @Heugabel (thank you!), but I seem to have the same problem as @Clauz. It works on most of my subforums and threads, but not on all. I cannot find a pattern.
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:08 PM.


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.04920 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (1)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
  • (10)post_thanks_box
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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