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
[AJAX] Thumbs Up? Details »»
[AJAX] Thumbs Up?
Version: 1.9, by Scandal Scandal is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.2.x Rating:
Released: 07-18-2012 Last Update: 12-21-2012 Installs: 347
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Thumbs up/down system for all content of vBulletin!

This mod gives a simple thumbs system for:
  • Forum posts
  • Pictures
  • Picture comments
  • Profile visitor messages
  • Social group messages
  • vBCMS articles
  • vBCMS article comments
  • vBBlog entries
  • vBBlog comments
Features
  • Thumbs up/down rating system
  • Ability to turn off "thumbs down" votes
  • Uses AJAX technology (= no page refresh when voting)
  • Ability to turn off system on each section
  • Show who vote feature (with ability to turn it off for up or/and down thumbs)
  • Postbit statistics
  • Top X rated contents in latest 7 days
  • Notification system for new thumbs (with ability to turn it off via usercp)
  • Only first post feature
  • Ban user/usergroup feature
  • Turn off system on individual forums
  • Importers from Post Thanks/Groans/vBSEO Likes, included!
  • Thumbs Up? Center:
  • - latest thumbs on "my" content
  • - latest thumbs "I sent"
  • - top rated contents
  • - statistics
Credits to my friend Lea Verou for designing the appearance of this hack!

Language packs
German

How to install?
Read the documents inside the *zip file.

How to upgrade?
1. Upload and replace the new files.
2. Import XML product with "Allow overwrite" to YES.

Changelog:
v1.0 - first release
v1.5.2 - 1 bug fixed (only first post function issue), 2 phrase edits
v1.8.0
- new feature: support for vBCMS articles & comments
- whos online locations added
- new feature: top rated (in latest 7 days) contents page
- new feature: postbit statistics
- change: only one button when "thumbs down" are disabled
- new feature: ability to change the color of the thumbs box and the color of amount font via admincp
v1.9.0
- new feature: support for vBBlog entries & comments
- small fix to box template (thanks to Valter)
update 22/12/2012
- bug fixed: guests could not show the thumbs number (shows a zero for all posts)
- to install this fix just upload and replace the updated file includes/functions_sc_thumbs.php. It is not necessary to re-upload all files or upgrade the product xml


If you like this hack, nominate it for MOTM!

-Scandal

Download Now

File Type: zip importers.zip (25.8 KB, 1288 views)
File Type: zip sc_thumbs_1.9_vB4.zip (57.1 KB, 1737 views)

Screenshots

File Type: png box.png (7.5 KB, 0 views)
File Type: png notifications.png (5.5 KB, 0 views)
File Type: png usercp.png (1.9 KB, 0 views)
File Type: png profileblock.png (6.7 KB, 0 views)
File Type: jpg center.jpg (136.7 KB, 0 views)
File Type: png postbit2.png (40.9 KB, 0 views)
File Type: jpg stats.jpg (70.2 KB, 0 views)

Show Your Support

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

Comments
  #212  
Old 02-07-2013, 11:16 AM
robfielding robfielding is offline
 
Join Date: Apr 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I really like the Thumbs Up feature, thanks!

Is there any way of getting the best rated posts to appear in a Forum Block? I'd really like to have a block on my Forum index that shows the top rated posts from the last week.

Apologies if this question has been answered before.

Thanks,

Rob
Reply With Quote
  #213  
Old 02-09-2013, 12:35 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Scandal
I did not have time to test yet
but can this be ran along side with ab1's thanks mod
or it has to be imported to this ..

meaning a stand alone thumbs mod

thanks for all your hard work.
Reply With Quote
  #214  
Old 02-09-2013, 01:52 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one template atm was not cached
sc_thumbs_memberinfo_block
I added this to Cache Templates
Code:
if (THIS_SCRIPT == 'member') {
   $cache = array_merge($cache, array('sc_thumbs_memberinfo_block'));

}
Reply With Quote
  #215  
Old 02-09-2013, 02:18 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I enable the top rated and statistics

thanks

* edited never mind I found it
Attached Images
File Type: jpg thumbs.jpg (144.7 KB, 0 views)
Reply With Quote
  #216  
Old 02-09-2013, 02:26 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when I click on Statistics
it shows all 0
screen added

any idea ?? thanks
Attached Images
File Type: jpg thumbs1.jpg (49.3 KB, 0 views)
Reply With Quote
  #217  
Old 02-09-2013, 03:13 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Valter where these addressed ?
if not can you explain what you did ? thanks
Quote:
Originally Posted by Valter View Post
You should give us ability to view stats for other users.

Code:
http://domain/thumbs_center.php?u={userid}


Quote:
Originally Posted by Valter View Post
You need to remove this (template sc_thumbs_box):
Code:
<a href="#{vb:raw contentid}">
and of course closing tag:
Code:
</a>
https://vborg.vbsupport.ru/showpost....0&postcount=94
Quote:
Originally Posted by Valter View Post
1. Is there a way to disallow removal of given thumbs?
I would like grey thumbup icon to appear here instead of red thumbdown icon.

2. Why number of thumbs in post is linked to DOMAIN/forum.php#{post_number}?
Do we really need <a href="#{vb:raw contentid}">?

3. Why you are not using existing global phrases for:

-From
-Type
-Date
-Time
-Content
-None
etc... ?
are these fixes still needed or where they implemented
Quote:
Originally Posted by AURFSCAN View Post
Also I think the show thumbers popup should be to the left of the box and up, not below..

That too can be fixed in the css. Reason being If there is only one post in a thread theres no room for the box and the browser goes crazy with trying to scroll.. theres a mention of it in this thread
Quote:
Originally Posted by wally07 View Post
This fixed the scrolling issue I encountered as well. Thank you!
Reply With Quote
  #218  
Old 02-09-2013, 04:25 PM
Scandal's Avatar
Scandal Scandal is offline
 
Join Date: Dec 2005
Location: Athens / Greece
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
Scandal
I did not have time to test yet
but can this be ran along side with ab1's thanks mod
or it has to be imported to this ..

meaning a stand alone thumbs mod

thanks for all your hard work.
Yes, it is a stand alone thumbs mod with feature to import your "thanks" from abe's post thanks and post groans!
Quote:
Originally Posted by Hippy View Post
when I click on Statistics
it shows all 0
screen added

any idea ?? thanks
Data of the page "Statistics" for whole site, refresh every 24 hours. So if you have done a clean install of Thumbs Up?, you must wait some hours to build the stats OR you can run the statistics refresh button at admincp > [block] Thumbs Up? > Special Actions > Rebuild Statistics :up: Its is a simple task for the server. :up:

I'm very happy to see you on this topic, Hippy
Reply With Quote
Благодарность от:
Hippy
  #219  
Old 02-09-2013, 07:28 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scandal View Post
Yes, it is a stand alone thumbs mod with feature to import your "thanks" from abe's post thanks and post groans!

Data of the page "Statistics" for whole site, refresh every 24 hours. So if you have done a clean install of Thumbs Up?, you must wait some hours to build the stats OR you can run the statistics refresh button at admincp > [block] Thumbs Up? > Special Actions > Rebuild Statistics :up: Its is a simple task for the server. :up:

I'm very happy to see you on this topic, Hippy
thanks bud
I been busy as a mofo .. I had this mod tagged but no time to test .. Just got around to it ..

did you see this fix I posted ??

Quote:
Originally Posted by Hippy View Post
one template atm was not cached
sc_thumbs_memberinfo_block
I added this to Cache Templates
Code:
if (THIS_SCRIPT == 'member') {
   $cache = array_merge($cache, array('sc_thumbs_memberinfo_block'));

}
after reading more I found refresh every 24 hours. I ran it and all is well
Reply With Quote
  #220  
Old 02-09-2013, 07:30 PM
Replicators's Avatar
Replicators Replicators is offline
 
Join Date: Jul 2005
Location: Jamestown, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The biggest issue i have with this mod is the coloring, on my style it just looks OFF! It would be nice if the thumbs up and down buttons were like whats on youtube, smaller and neater. Also thumbs up being before the thumbs down. Anyway i can switch the thumbs through template edit?
Reply With Quote
  #221  
Old 02-09-2013, 08:45 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Replicators View Post
The biggest issue i have with this mod is the coloring, on my style it just looks OFF! It would be nice if the thumbs up and down buttons were like whats on youtube, smaller and neater. Also thumbs up being before the thumbs down. Anyway i can switch the thumbs through template edit?
send me a link so I can see
+ post a screen shot I will see if I can figure out the issue ..
most likely its a stylevar
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 07:12 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.14092 seconds
  • Memory Usage 2,396KB
  • 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_code
  • (10)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (22)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)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