vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - [DBTech] Advanced Post Thanks / Like v3 (vB3) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=243511)

Mark_Zuckerberg 02-07-2012 08:36 PM

Mate this is the edit of super admin


Code:

        //        ****** SUPER ADMINISTRATORS ******
        //        The users specified below will have permission to access the administrator permissions
        //        page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1,3,5140';

still not working :(

DragonByte Tech 02-07-2012 08:50 PM

Are you sure you fully refreshed the AdminCP with Ctrl+F5?

Fillip

Mark_Zuckerberg 02-07-2012 09:13 PM

yeah it worked mate thanks

Mark_Zuckerberg 02-07-2012 09:26 PM

mate but its not showing me like/ dilike under post only showing in member post bit like this

Quote:

Post Thanks / Like
Thanks (Given): 0
Thanks (Received): 0
Likes (Given): 0
Likes (Received): 0
Dislikes (Given): 0
Dislikes (Received): 0

DragonByte Tech 02-09-2012 04:55 PM

That's the intended way for the display to work. If the buttons don't show up for you, please check permissions in the Button Manager.

Fillip

45wheelgun 02-15-2012 12:58 PM

How well does this work on larger boards? Does it add significant server load?

DragonByte Tech 02-16-2012 03:17 AM

Server load is not a constant that we can say "it adds x server load". It depends on your server configuration, your server specs and the number of users you have.

(And no, giving me this info will not mean I can come back with a number for you :p)


Fillip

MGC x Pie x MC 03-12-2012 04:57 PM

Edit: Nvm. Great hack.

dizzynation 03-12-2012 07:43 PM

Works perfect on 3.8.7 patch 2

DragonByte Tech 05-28-2012 10:00 PM

Advanced Post Thanks / Like v2.0.3
Feature: Now compatible with vBulletin 4.2.0's Navigation Manager.
Feature: Can now be integrated with the Quick Links menu
Feature: The Community menu item as well as the new Quick Links menu item can now be disabled via a vBulletin setting
Fix: The "Disable HiVelocity Link" option was incorrectly included in the InfoPanels mod.

Fillip

TheRealso0sick 06-08-2012 04:13 PM

Hey,
i got some problems with this mod.

I've converted from Abe's [AJAX] Post Thank You Hack
but it didn't convert the "Thanks (Received)", only the "Thanks (Given)"

&

(Pro) Max Postbit Users

I've set that value to 0 so it shows all users, but it still only
shows for example: "8 Member(s) thanked for this post" but not the usernames.

Any way to fix that? :/

DragonByte Tech 06-08-2012 04:50 PM

Please post Pro support questions in our Pro support forums :)


Fillip

dpnow 06-13-2012 02:39 PM

Am on vBulletin 3.84 and this is the second Thanks plugin I have installed and once again nothing appears on posts and threads. It's probably site-specific because I'm using the original Thanks plugin on two other sites without problems. But I don't know where to look to find the problem. Any help much appreciated!

Ian

DragonByte Tech 06-16-2012 12:24 AM

Advanced Post Thanks / Like v3.0.0 (Beta 4)

Buttons / Hide
  • Each button can be set as "Default" for Attachments and Content. When posting via Quick Reply, the default button(s) will be set as Required
  • Notifications can be disabled on a per-button basis
  • The "thanks bar" in posts displays the number of users who has clicked each button for all areas.
  • These clicks can be disabled via a vBulletin Option
  • Email notifications go through an extra (hopefully) invisible redirect to clear its notifications, to ensure users are logged in before viewing their profiles
  • Button text can be disabled via vBulletin Options

Integration
  • Social Groups
  • User Notes
  • Visitor Messages
  • Integration can be disabled via vBulletin Options

General / Other
  • The importer from Abe's Post Thank You Hack should now correctly import Received User ID (future imports only)


Fillip

DragonByte Tech 06-16-2012 10:08 PM

Beta 5 is a vB4-only update, vB3 users need not update :)


Fillip

DragonByte Tech 06-18-2012 10:46 AM

Advanced Post Thanks / Like v3.0.0 (Beta 6):
Fix: Removed future support of per-Social Group Discussion and per-Social Group Post disabling of buttons due to a flaw in vBulletin 4's search design that would cause PHP errors on search.

Fillip

dpnow 06-20-2012 02:54 PM

Quote:

Originally Posted by dpnow (Post 2339284)
Am on vBulletin 3.84 and this is the second Thanks plugin I have installed and once again nothing appears on posts and threads. It's probably site-specific because I'm using the original Thanks plugin on two other sites without problems. But I don't know where to look to find the problem. Any help much appreciated!

Ian

vBulletin 3.84 is logging sql errors, so I have now uninstalled but the same errors are continuing.

How can I ensure the uninstall has been fully completed?

Ian

DragonByte Tech 06-20-2012 03:02 PM

Without any error messages I have no way to assist you, sorry :(


Fillip

dpnow 06-20-2012 04:35 PM

OK - this is what I am getting:

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

                        SELECT post_thanks.postid AS postid
                        FROM vb_post_thanks AS post_thanks
                        LEFT JOIN vb_post AS post USING (postid)
                        INNER JOIN vb_thread AS thread ON(thread.threadid = post.threadid)
                        WHERE post_thanks.userid = 1304
                                AND thread.forumid IN(1,22,19,21,29,8,18,37,24,49,20,25,4,9,11,38,32,27,40,28,34,41,33,30,31,36,39,26,46,47,48,5,14,50,15,42,43,44,45,6,13,23,17,16,7,35,12)
                        ORDER BY post.dateline DESC
                        LIMIT 1000;

MySQL Error  : Table 'dpnow_forum.vb_post_thanks' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, June 20th 2012 @ 01:28:58 PM
Error Date    : Wednesday, June 20th 2012 @ 01:28:58 PM
Script        : http://dpnow.com/forum2/post_thanks.php?do=findthanks_user_gave&u=1304
Referrer      :
IP Address    :
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

(The IP address has been removed by me).

Ian

DragonByte Tech 06-20-2012 05:17 PM

Please delete the files that came with the Post Thank You hack, as that is not related to APTL at all :)


Fillip

DragonByte Tech 06-20-2012 09:21 PM

Advanced Post Thanks / Like v3.0.0 Beta 6 Hotfix #1
Re-download and re-upload /dbtech/thanks/includes/class_core.php if you're having issues with the page not updating when a button is clicked :)


Fillip

Snex 06-21-2012 09:18 PM

@DragonByte Tech

I had this awhile back for vb3.8 and worked fine, however, this time upon downloading and installing it i'm having a problem with the postbit.

I went into dbtech_thanks_postbit like i did before hoping to find the code for the postbit:

Quote:

Likes:
Likes received
Likes given:
dislikes received:
dislikes given:
- but I can't seem to find it - i'm wanting to make it so that only the given likes show (by adding that code into my skins postbit_legacy template) so it shows Likes: 0

great if you can help?
thanks.

DragonByte Tech 06-21-2012 09:21 PM

That's only possible in the Pro version ever since we switched to allowing unlimited buttons, as opposed to being stuck with those three :)


Fillip

Snex 06-21-2012 09:28 PM

Quote:

Originally Posted by DragonByte Tech (Post 2341867)
That's only possible in the Pro version ever since we switched to allowing unlimited buttons, as opposed to being stuck with those three :)


Fillip

Ah. Figures lol. Is the option to move the likes/dislikes function into the postbit next to quick reply buttons also only available in the pro version?

DragonByte Tech 06-21-2012 09:30 PM

Yeah :)


Fillip

dpnow 06-22-2012 09:52 AM

OK, I think I have deleted the script from the other Thanks plug-in. I have now reinstalled the Advanced Thanks plug-in (your one, Fillip) and once again nothing is showing on the forum at all. You can find the forum here:

http://dpnow.com/forum2/

Any help gratefully received.

Ian

DragonByte Tech 06-23-2012 03:31 PM

Quote:

Originally Posted by dpnow (Post 2341979)
OK, I think I have deleted the script from the other Thanks plug-in. I have now reinstalled the Advanced Thanks plug-in (your one, Fillip) and once again nothing is showing on the forum at all. You can find the forum here:

http://dpnow.com/forum2/

Any help gratefully received.

Ian

Have you configured usergroup permissions in Manage Buttons and set the forums in the Forum Manager under the DBTech - Post Thanks?


Fillip

dpnow 06-25-2012 10:07 AM

Quote:

Originally Posted by DragonByte Tech (Post 2342325)
Have you configured usergroup permissions in Manage Buttons and set the forums in the Forum Manager under the DBTech - Post Thanks?


Fillip

I can't find these. There is an entry in vBulletin Options but I can't see the options you refer to?

Ian

DragonByte Tech 06-25-2012 10:12 AM

No, I mean in the Forum Manager under the DBTech - Post Thanks admincp menu group.

If you can't see that group, please add yourself to Super Administrators in config.php as per the readme file :)


Fillip

dpnow 06-25-2012 01:00 PM

Thanks - ok I have seen the DBTech AdminCP section and checked the user groups and forums. But still nothing is showing. I checked the posts in admin and end-user accounts.

Sorry about this. Could there be an incompatibility with an existing mod?

Ian


Quote:

Originally Posted by DragonByte Tech (Post 2342741)
No, I mean in the Forum Manager under the DBTech - Post Thanks admincp menu group.

If you can't see that group, please add yourself to Super Administrators in config.php as per the readme file :)


Fillip


DragonByte Tech 06-29-2012 12:52 PM

Could be, template hooks require that all mods interfacing with them does so correctly. Could you try disabling all other mods?

Fillip

DragonByte Tech 07-07-2012 12:55 AM

Advanced Post Thanks / Like v3.0.1:
Feature: vB Optimise v2.5.0 integration

Fillip

DragonByte Tech 07-13-2012 11:34 PM

Advanced Post Thanks / Like v3.0.2
Fix: Fixed UTF-8 issues some people were having in certain scenarios
Fix: Typo in the Notifications code would cause notifications to produce a 404
Change: The mod will now properly close its database connection when returning data

Fillip

DragonByte Tech 07-16-2012 05:13 PM

Hotfix #1
Fix: (Lite) Parse errors in the DragonByte Gallery and Social Group integration plugins

Fillip

DragonByte Tech 07-21-2012 12:38 AM

Advanced Post Thanks / Like v3.0.3
Feature: Importer feature: vBSEO Likes

Fillip

serra00 08-19-2012 05:59 AM

How do I do to change the phrase "like this post" to my language?
I find the phrase in the phrases and language panel

DragonByte Tech 08-21-2012 06:01 PM

Button Management -> Edit :)


Fillip

KaitenV 09-08-2012 03:51 AM

I don't see any modification to my postbit template after install.
I can't figure out how to get the box to show up under a post.
example thread: http://otakuhelpers.com/forums/showt...=9340#post9340

DragonByte Tech 09-08-2012 01:30 PM

Have you configured the Button permissions in the Manage Buttons interface?

Keep in mind you'll need to be Super Admin or grant your account the Can Administer Advanced Post Thanks / Like in order to see the DBTech - Post Thanks menu to access these settings.

Fillip

KaitenV 09-11-2012 05:19 PM

1 Attachment(s)
I posted two screenshots of these settings. No matter how I tinker with them it will not show up.


All times are GMT. The time now is 01:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01664 seconds
  • Memory Usage 1,824KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete