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 |
#2252
|
|||
|
|||
Thank you kindly
|
#2253
|
||||
|
||||
Unfortunately not, sorry
Quote:
Quote:
Fillip |
#2254
|
||||
|
||||
Advanced Post Thanks / Like v3.2.9
Changes To Existing Features: Disable Post Refresh
Fillip |
#2255
|
||||
|
||||
Put it in in the Admin CP options
|
#2256
|
|||
|
|||
My vB version is the latest v. 4.2.2 PL1
I followed instructions fully: upload + CHMOD 777 then import XML from admin CP. I had a message saying the: "/forums/dbtech/thanks/includes/class_install.php appears to be missing!" I checked in the folder includes, the file class_install.php is there .. I uploaded that file again confirmed overwrite but when importing XML I had same error message .. Please help. |
#2257
|
|||
|
|||
I removed all uploaded files/folders then reinstalled - this time all successful but when I went to DBtech - Post thank / Manage Button I had the message: Invalid Button = 0
Please help! |
#2258
|
||||
|
||||
Click on Repair Cache in the DBTech - Post Thanks menu in your ACP, you may need to do it a few times.
|
#2259
|
|||
|
|||
Thank ozzy, I have looked to previous posts and done exactly as you adviced. It works right now.
|
#2261
|
||||
|
||||
I love this mod, but it takes a toll on my site's performance.
All other DBTech mods are so good with caching and speed, so I decided to investigate what's up with this one specifically. I found the culprit to be the following hook: Global Initialisation in global_bootstrap_init_complete Which calls this file: /dbtech/thanks/hooks/global_start.php Which in turn calls /dbtech/thanks/includes/class_core.php (for THANKS::init($vbulletin)) In class_core.php, under the function public static function init($vbulletin), if I comment out the following line: Code:
self::_getPermissions(); Because this is a global hook, it causes slowness across the entire website, even pages that don't have any Thanks / Likes logic on them. Of course, I can't actually leave this line commented out because I'm sure it's important. So I would ask if there's anything we can do to optimize this, considering it's global? I also have User Tagging installed, and I tested the same with that. The Global Initialisation for that has no impact on performance. I can disable the entire mod and the site is the same speed. the getPermissions function is identical to the Thanks / Likes getPermissions function. So what specifically about Global Initialisation and getPermissions for Thanks / Likes is slowing things down? Note: This testing was done on my QA environment, which is 100% vanilla vBulletin 4.2.2 with no other mods installed. Thanks! |
Благодарность от: | ||
Taringa! CS |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|