The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX] Details »» | |||||||||||||||||||||||||||||||||||
[DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]
Developer Last Online: Mar 2023
What it is: Advanced Thanks/Like mod is designed to cut down on spam and increase useful content in your forum by using a peer encouragement system - users thank/like each others posts, which can give them access to attachements, post content etc, as well as encourage the thanked person to post more great content.
------------------------------------------------------------------------------------------- Priority support & Product Demos available at: http://www.dragonbyte-tech.com/forum.php ------------------------------------------------------------------------------------------- Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. ------------------------------------------------------------------------------------------- Importer from Abe's Thanks mod (vB3 / vB4) and vBSEO "Likes" now available in Lite version! Major Features: Lite Require a Button Click: Allows you to hide the content of a post, or hie an attachment, until the person clicks a button on the post. Statistics: Shows the top 5 people for; Giving / Receiving button clicks. Collapsable postbit stats: Shows how many button clicks a person has given, received etc in the postbit. Admins can determine what statistics can show in the postbit to control sizes etc. The postbit is also collapsable. Admin Permissions: Control things such as who can click buttons, require button clicks, what shows in postbit, what options can run concurrently, per forum permisions etc. Reputation: Add / Remove Reputation for each of your button clicks. Notifications: Receive alerts when a member clicked on one of the buttons for one of your posts. Import Thanks: Import script to import "thanks" from Abe's [AJAX] Post Thank You Hack on vBulletin.org. It will work with both vB3 and vB4 versions of this mod. Import Likes: Import script to import "likes" from vBSEO. Major Features: Pro Infinite Buttons: Ability to create new buttons to press! No longer do you need to be limited by Thanks / Like / Dislike. Auto Collapse Posts: Collapses a post so it doesnt show up by using a formulae for button clicks of your choosing. User Postbit Config: Lets users decide what postbit stats they want to see. Additional permissions: Un-click a button. Control how many stats show on the statistics page, set permissions per subforum. Integrated Controls: You can now integrate the button clicking controls into the post footer, like many of you requested. Buttons in First Post Only: This allows you to only make the first post thankable. If you forum is based around news, releases or anything similar this will allow your users to easily see the quality of the thread in question. Button Click Anonymity: This feature will be extremely helpful to forums who like the idea of a "dislike" button, but don't like the drama it brings. Now you can set certain buttons to be anonymous - no one will see who clicked. Post Colour Thresholds: Ever wanted an easy way for members to tell if a post is helpful or trash? Colour thresholds let you change the colour of posts depending on how many clicks of a button they receive. Members can now see at a glance whether or not a post is helpful, interesting or pointless. Complete Feature List Lite
------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer of pages generated by this mod which includes:
Download Now
Screenshots
Show Your Support
|
60 благодарности(ей) от: | ||
3DG|Bugo, alhidaya, AliMadkour, AusPhotography, Austone, b65ran, Ba'al, Baja, Bounce, Brandon Sheley, Chadwicksracing, CountRock, dangan, Ed007Toronto, egyptsons, ehsanix, fastcom, Filgga, Gorgasm, Goshee, GreyGhost, Hasann, hexeditor, iiioroh, jasculs, josner, Judith2, Kirk Fitzgerald, kizy, kruzzen, Lover1, Macgiber, Maddrax, Madpoodle, mapleleaffans, Mellow, mjda, mohammadxxx, mokujin, MusiquesElectro, Namaless, RenierZA, reppa, RichieBoy67, SaN-DeeP, Secured, Skaut, smimosmile, smsma.net, Ua|Eight, viktor89, WendM, zako2010 |
Comments |
#952
|
||||
|
||||
That is a Pro-only feature in v2.0.0, which is currently in Open Beta for our customers
Fillip |
#953
|
|||
|
|||
can i disable the Notifications of thanks? the alerts which i'm receiving ?
|
#954
|
||||
|
||||
In v2.0 (currently in Beta for Pro customers only) there is a global option to turn that off, or a Pro-only option for each user to turn it off
Fillip |
#955
|
||||
|
||||
Advanced Post Thanks / Like v2.0.1 (Gold):
Feature: (vB4) Block frame for the Forum Sidebar; create your own blocks that shows a stream from the buttons you choose, obeying forum permissions and "clicked users hiding" as described above Feature: Button Display Order Feature: Ability to globally disable notifications without disabling plugins Feature: "Hottest Threads / Posts" page that shows the threads and posts with the most button clicks for each button Feature: Reputation rebuild, in case you recalculated vBulletin reputation Feature: Ability to quickly tick all checkboxes in columns and rows in the Button Manager and Forum Manager. Big thanks to John (Darkwaltz4) for the jQuery JavaScript code that made this feature possible! Change: Various optimisations to hopefully alleviate server load on very large forums Change: Converted JavaScript code to jQuery for better compatibility with vB4 SuperCharged and any other mod that moves JavaScript. Note: We have NOT tested the compatibility with the JS relocation feature of that mod, it's simply a change that -may- lead to improved compatibility. Other Pro-only features also added, see this post for a more complete list: http://www.dragonbyte-tech.com/f4/ad...released-5226/ Fillip |
Благодарность от: | ||
BCP Hung |
#956
|
|||
|
|||
Having an issue with the styling here, The Thank/Like/Dislike buttons seem to come with a forced white background that are making it impossible to see.
How do I fix this. Would kindly appreciate it if you can help me with this problem as I really have no idea where to start to even find the place to edit those. Thanks. EDIT: I used Firebug to trace the CSS rules that are forcing this background CSS rule, however I've had no luck finding that rule inside of vBulletin's templates. Code:
.textcontrols a, a.textcontrol { background: url("images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9; border: 1px solid #A8A8A8; border-radius: 5px 5px 5px 5px; color: #424242; font: bold 11px/1.23 Tahoma,Calibri,Verdana,Geneva,sans-serif; padding: 3px 5px; position: relative; text-decoration: none; } |
#957
|
||||
|
||||
This is most commonly the result of CSS settings, namely the background attribute of the .postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a { CSS class, in postbit.css.
To fix it, please try the following steps: Step 1) Remove all the contents of the postbit_control_background StyleVar. Step 2) If that didn't fix it, please enter the postbit.css file and find the .postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a { CSS class, and remove the background: definition. Fillip |
#958
|
|||
|
|||
Thank you for the quick response DB Tech, but that did not work. I managed to fix it by doing the following to vbulletin.css on my custom style.
Code:
.textcontrols a, a.textcontrol { position:relative; padding: 3px {vb:math {vb:stylevar padding}/2}; font: {vb:stylevar control_font}; line-height: {vb:stylevar line_height}; text-decoration:none; border: {vb:stylevar control_border}; color: {vb:stylevar control_color}; /* background:{vb:stylevar control_background}; */ -moz-border-radius:{vb:stylevar popupmenu_border_radius}; -webkit-border-radius:{vb:stylevar popupmenu_border_radius}; border-radius:{vb:stylevar popupmenu_border_radius}; } Code:
.textcontrols a:hover, a:hover.textcontrol { /* background:{vb:stylevar control_hover_background}; */ text-decoration:none; color: {vb:stylevar control_hover_color}; } |
Благодарность от: | ||
DragonByte Tech |
#959
|
|||
|
|||
can you elaborate on this? or screencap? I visited your demo site but didn't see this feature. Thanks!
|
#960
|
||||
|
||||
Quote:
Here's a screenshot of the feed when the "hide who has clicked" pro-only feature is enabled. Fillip |
#961
|
|||
|
|||
Ok, one question:
Advanced Post Thanks / Like Pro - 3 Months Receives Updates For: 3 Months I understand I'm receiving updates for 3 months, but after those 3 months... will I be able to use the mod for the rest of my life ? I mean.. will it work correctly further on ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|