Log in

View Full Version : New Posting Features - [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]


Pages : 1 2 3 4 5 6 7 8 9 [10] 11 12

GeorgeB85
08-08-2014, 09:52 PM
Yes, under "Manage Buttons" then "Edit" you will see these options:

https://vborg.vbsupport.ru/external/2014/08/13.jpg

You will need to select "Yes" under each active button you have.

Thank you kindly

DragonByte Tech
08-09-2014, 01:12 PM
Is this possible on mobile?Unfortunately not, sorry :(

We are using another jQuery tool and because thanks.js uses .noconflict; it breaks.

So we fixed it by
This $.noConflict(true)(function($)
Replaced by $(function()

I'm guessing you used .noconflict in case of an issue, but when I need to use jQuery it means I have a non standard setup.

Can we make the use of .noconflict optional?No, this cannot be made optional.

Also... Can we make the jQuery version a parameter, currently
public static $jQueryVersion = '1.7.2'; in class_core.php
I've changed this to 1.11.0 and it works fine.As you yourself pointed out, it is a parameter in that file. I'm not sure what else you're looking for?


Fillip

DragonByte Tech
08-09-2014, 01:18 PM
Advanced Post Thanks / Like v3.2.9

Changes To Existing Features:

Disable Post Refresh

Now also prevents APTL's HIDE feature from running
Implements compatibility with 3rd party HIDE modifications
Keeps APTL's buttons working



Fillip

AusPhotography
08-10-2014, 11:03 AM
As you yourself pointed out, it is a parameter in that file. I'm not sure what else you're looking for?

Put it in in the Admin CP options :)

ketchup
08-17-2014, 10:18 PM
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.

ketchup
08-18-2014, 09:35 AM
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!

ozzy47
08-18-2014, 09:38 AM
Click on Repair Cache in the DBTech - Post Thanks menu in your ACP, you may need to do it a few times.

ketchup
08-18-2014, 09:51 AM
Thank ozzy, I have looked to previous posts and done exactly as you adviced. It works right now.

ozzy47
08-18-2014, 10:14 AM
Good to hear. :)

findingpeace
08-27-2014, 12:20 PM
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:

self::_getPermissions();

And test my website, page load times drop .1 - .3 seconds, consistently. This may not seem like a lot, but under heavy load, it makes a huge difference.

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!

findingpeace
08-27-2014, 01:36 PM
This appears to be an issue with the older version I had installed (3.1.7) - trying with the latest version, no performance hits! Thanks DBTech, you guys rock. :)

Alan_SP
08-27-2014, 09:21 PM
Yes, I wrote about this before.

Older versions of the mod, not server optimized caused about 80-90% more server load. Like it doubled number of users. That was the reason why I disabled mod and waited for solution.

Newer versions solved this problem greatly. :up:

ScotMini
08-28-2014, 08:59 AM
Thanks

findingpeace
08-30-2014, 12:25 PM
Yes, I wrote about this before.

Older versions of the mod, not server optimized caused about 80-90% more server load. Like it doubled number of users. That was the reason why I disabled mod and waited for solution.

Newer versions solved this problem greatly. :up:

Cool! Do you know if any other older DBTech mods have this problem? I tested by disabling them and didn't notice any performance changes, but I still just want to be sure. I currently have:

Tagging 3.0.8pl1
Notifications 1.0.5

Will I experience any performance improvements by upgrading those? Thanks!

DragonByte Tech
08-30-2014, 12:31 PM
It's possible, I don't fully recall all the changes that were made in newer versions.

Fillip

Alan_SP
08-30-2014, 09:16 PM
Cool! Do you know if any other older DBTech mods have this problem?

No, I didn't find other mods that caused so large impact on server. Of course, there are other mods that impact server noticeably, but none so much.

tini_lam
09-02-2014, 07:52 AM
I have bbcode google document use tag iframe. When I click button Thanks then Iframe google document load again with full screen.

This bug. Help me fix it.

DragonByte Tech
09-02-2014, 09:03 AM
That is not a bug. You can turn off the Disable Post Refresh option in the vBulletin Options for this mod.

Fillip

tini_lam
09-02-2014, 09:49 AM
ok, I done well.

cloudfarmer
09-26-2014, 05:08 PM
Hi, i'm having a slight problem with installing.

I followed the instructions and now when I click "Manage Buttons" under
"DBTech - Post Thanks" in your AdminCP navigation menu'' I get the message:

Not Found

The requested document was not found on this server.
Web Server at thecloudfarmer.co.uk

could someone please tell me where I have gone wrong

thankyou

powerwheelie
09-27-2014, 12:30 PM
Same problem here, I get a Invalid Button: 0 message when clicking magane buttons.

Also no buttons showing on my forum:
www.powerwheelie.de

Only Post Thanks / Like on the userinfo left side.

How do I make this work?

DragonByte Tech
09-28-2014, 03:17 PM
Hi, i'm having a slight problem with installing.

I followed the instructions and now when I click "Manage Buttons" under
"DBTech - Post Thanks" in your AdminCP navigation menu'' I get the message:

Not Found

The requested document was not found on this server.
Web Server at thecloudfarmer.co.uk

could someone please tell me where I have gone wrong

thankyouUpload the files that came with the product by uploading the contents of the upload folder, rather than the upload folder itself. Also, if you have renamed the AdminCP directory, remember to rename it inside the upload folder as well.

Same problem here, I get a Invalid Button: 0 message when clicking magane buttons.

Also no buttons showing on my forum:
www.powerwheelie.de

Only Post Thanks / Like on the userinfo left side.

How do I make this work?Click Repair Cache, then edit each button and set the Can Click permissions.


Fillip

cloudfarmer
09-30-2014, 06:52 PM
thanks works great, i'm really pleased to have this on my forum. Running on 4.2

koolfire
10-01-2014, 04:31 AM
I'm getting this error trying to upload this as a product (I've done everything else as specified) ==> http://screencast.com/t/9WLLjHU5Fbj

Firyou
10-01-2014, 08:54 AM
I'm switching over from Abe's thank post mod and when I imported the thanks it still says 0 on this mod. I have over 1 million thanks and users can than their own posts on my forum. Not sure if that matters

DragonByte Tech
10-02-2014, 11:16 PM
I'm getting this error trying to upload this as a product (I've done everything else as specified) ==> http://screencast.com/t/9WLLjHU5FbjWhat error?

I'm switching over from Abe's thank post mod and when I imported the thanks it still says 0 on this mod. I have over 1 million thanks and users can than their own posts on my forum. Not sure if that mattersDid you run the maintenance actions after the import?


Fillip

s_cocis
10-03-2014, 08:56 AM
Hi,

don't work with TAPATALK 5.2.1 ?

JohnScag
10-13-2014, 02:29 PM
After I install this product, I get a database error when I attempt to go to any of my threads. They come back only after I disable the product. Did I do something wrong in the install?

ozzy47
10-13-2014, 03:02 PM
Kinda hard to tell what the issue is without the actual error.

Taringa! CS
10-15-2014, 10:43 AM
hi

I'm getting problem after this upgrade. First, i had to translate all lang variables again, but the most important it's that on postbit i've got problems with "<vb:if condition="$actions">" that it's always true

gsmlover4u
10-17-2014, 07:02 PM
button not showing anymore for me vb version4.2.1

DragonByte Tech
10-19-2014, 09:24 PM
Advanced Post Thanks / Like v3.3.0

Changes To Existing Features:

(Pro) "Compact" Style

Displays users who clicked a button in a popup when the click counter is clicked
Displays avatar, markup username and user title
Uses jQuery qTip


New Features:

[DBTech] vBShout Integration

Adds a new tab for Thanks actions
Displays given and received button clicks
Works in the same way as the [DBTech] Advanced User Tagging integration



Fillip

tommyxv
10-29-2014, 03:20 PM
This working with Talktalk or Andriod Tablets?

Xcynic
11-09-2014, 03:56 PM
Thanks for an amazing mod.

I have a question though.

I'm trying to remove where it says "Received" from the postbit "Likes Received". I found the phrase but that only removed "Received" and not the two () as seen in the image. I also want to move the number which is "1" in the image next to the Likes part. Just like posts.

Any help is appreciated.

https://vborg.vbsupport.ru/external/2014/11/33.png

Brandon Sheley
11-17-2014, 04:55 PM
I don't see the Branding Free Key field in the admincp with the lite version downloaded here. We paid for brand free on your site.. Am I missing something?

Thanks

DragonByte Tech
11-17-2014, 05:01 PM
The Branding Free Key field explains that you must re-download the mod from our site in order to be able to apply the key :)

You must stop getting your updates from vB.org in order to maintain Branding Free.


Fillip

Brandon Sheley
11-17-2014, 05:06 PM
The Branding Free Key field explains that you must re-download the mod from our site in order to be able to apply the key :)

You must stop getting your updates from vB.org in order to maintain Branding Free.


Fillip

There was only a read me file when we downloaded it from your site. I'll look again to see if I missed something.

thanks

*yup, I only see a read me file with our branding key*

DragonByte Tech
11-17-2014, 05:16 PM
In the AdminCP, instead of an input area for the Branding Free key, there's a descriptive text that explains it :)


Fillip

Brandon Sheley
11-17-2014, 05:17 PM
In the AdminCP, instead of an input area for the Branding Free key, there's a descriptive text that explains it :)


Fillip

Hello,

Yes I see that area, but as I've stated, I don't see anywhere to download the product in the client area on your site.

Thanks for the help.

Do we have to buy the pro-version on your site maybe?

DragonByte Tech
11-17-2014, 05:21 PM
You can download the Lite version here: http://www.dragonbyte-tech.com/demo/22-advanced-post-thanks-like/ :)


Fillip

Brandon Sheley
11-17-2014, 05:27 PM
Excellent, thank you very much :)

Brandon Sheley
11-17-2014, 05:47 PM
Okay next question :)

I see this to the left "Post Thanks / Like" but the dropdown isn't showing on our custom style like it is on the default vb style.. I assume it's an image thing and I can fix it but the issue I have now is I don't see a thanks button in post at all.. on our custom style or the default style?

Thanks

elazanak
11-29-2014, 05:17 PM
hi There! I am new to vbulletin and probably the least pc savvy person of all time. Can someone advise on what the first steps would be? how do I upload this into my forum directory?

SNATCH3R
12-04-2014, 11:47 AM
I am facing a strange problem after installing this mod. After succesful upload of all the files and installation of the XML file, I am not able to see the Admin Panel Menu options for the DBTech Post Thanks.

Is there anything else which I need to do to make it visible. I don't see any permission settings in the Usergroup also.

Kindly help.

Thanks

ozzy47
12-04-2014, 11:49 AM
Is your user set to superadministrator in includes/config.php?

SNATCH3R
12-04-2014, 12:09 PM
Thanks ozzy47

I logged with my Admin Account (user id 1) and it worked. But how can I add my other Admins to access the settings ?

ozzy47
12-04-2014, 12:24 PM
Grant them permissions via admin perms. :)

SNATCH3R
12-04-2014, 12:44 PM
Thanks :)

ozzy47
12-04-2014, 01:54 PM
Not a problem, glad to help. :)

Singaporian
12-04-2014, 09:03 PM
Dude, i install this on my 4.2.2 PL2 VB but did not work
-i already upload and patch files \upload
-using xml file XML/vB4/product-dbtech_thanks.xml

but nothing change on forum or postbit or Hasann - Sub-Forum Manager that said can integrate with this mod , have advice for this?

Bounce
12-04-2014, 10:06 PM
Installed after having pro version which i couldnt afford no more...

When in admin cp clicking on the forum manager and ticking the forums after saving nothing appears on the forums?

And the ticks disappear from the admincp

EDIT: Reinstalled the pro version and working now :)

DragonByte Tech
12-07-2014, 07:07 PM
Dude, i install this on my 4.2.2 PL2 VB but did not work
-i already upload and patch files \upload
-using xml file XML/vB4/product-dbtech_thanks.xml

but nothing change on forum or postbit or Hasann - Sub-Forum Manager that said can integrate with this mod , have advice for this?We cannot guarantee compatibility with 3rd party modifications.

Make sure you have edited each button to add the Can Click permissions for all your usergroups.


Fillip

timthefunnyman
12-11-2014, 05:29 PM
I don't believe this is working. This is all I see on our postbit / post area: http://i.imgur.com/t65QrLR.png

DragonByte Tech
12-12-2014, 11:37 AM
Have you configured each button's usergroup permissions?

Fillip

phil67
12-17-2014, 02:57 PM
hi, don't know if anyone can help, I have installed the program and it shows on my forum, the buttons are they for everyone to see, but the buttons don't work and then when I go to the notification page it defaults to a HTTP500 error.

But the buttons work if seeing the forum through tapatalk, which is strange.

Any ideas?

HenryRocket
12-20-2014, 01:49 AM
is possible that in the future, when you give me not like a post; with a number of do not like the first message out something like "not popular message" but you the option to view the message if the user clicks on "view message" serious very helpful for me.

iHunterJ
12-20-2014, 02:26 PM
<a href="http://prntscr.com/5iz8wn" target="_blank">http://prntscr.com/5iz8wn</a>

Is there a way to delete this bit?

DragonByte Tech
12-29-2014, 04:53 PM
Advanced Post Thanks / Like v3.3.0 Patch Level 1

Bug Fixes:

The vBSEO Likes & Abe's Post Thank You Hack importers have been improved for performance and reliability
(Pro) Choosing the "Compact" Cloud Display Style in conjunction with the Integrate Avtion Buttons setting would display unneeded code in the old cloud display location



Fillip

temyes
12-29-2014, 06:37 PM
thanks for that but I am looking one as vbseo like system.

blackwolf76
12-29-2014, 10:09 PM
I have installed on my forum ( www.gbcnet.net ) this product that works very well .

But I have a problem with TopStats that use for a long time https://vborg.vbsupport.ru/showthread.php?t=232811, not going to integrate with the product you just installed and I do not see the ranking of thanks received .

With Post Thank Hack Abe works perfectly . Is there a way to fix it ??

Excuse-me for bad english...

Senators26
01-04-2015, 05:16 PM
I've seen sites use 6 but I can only get 4 to show even tho I have 6 listed and in the code. Any way to get the other 2 to show?

Zaja-7
01-05-2015, 07:03 AM
Great mod, installed and work perfect.
I do not want my users can use the "Require Thanks / Like to see content " options on posting page.
How to disable this, I don't see such option in [DBTech] settings?

EDIT: Sorry, I found this option under Button Management, please ignore my question.

DragonByte Tech
01-05-2015, 07:05 PM
Advanced Post Thanks / Like v3.3.0 Patch Level 2

Bug Fixes:

If the profile block had a large amount of received button clicks, pagination would be incorrect



Fillip

metallo97
01-05-2015, 07:52 PM
When will be available to put likes within Tapatalk?

Gadget_Guy
01-05-2015, 08:14 PM
Advanced Post Thanks / Like v3.3.0 Patch Level 2

Bug Fixes:

If the profile block had a large amount of received button clicks, pagination would be incorrect



Fillip

Can I ask why you release updates without changing the version numbers?

This is making it really hard to ensure I have the latest versions loaded on my site.

D.

AusPhotography
01-06-2015, 01:16 AM
When will be available to put likes within Tapatalk?

Talk to tapatalk about that

hollycat
01-06-2015, 04:07 PM
i tried to install this mod
now i cannot log into my site
this is the error i am getting

Warning: Non-static method THANKS_CACHE::init() should not be called statically, assuming $this from incompatible context in ..../dbtech/thanks/hooks/global_start.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at ..../includes/class_core.php:5755) in ..../includes/functions.php on line 4376

can someone help please??

ozzy47
01-06-2015, 04:16 PM
Upload all the files that came with the mod. :)

hollycat
01-06-2015, 04:23 PM
Upload all the files that came with the mod. :)


i am fairly new at this...
i did upload all the files that came with this mod and thats the error i get
i cannot log onto my site now..

thanks for the reply :)

hollycat
01-06-2015, 04:33 PM
ok i just re-uploaded all the files again and it worked
thanks so much

ozzy47
01-06-2015, 04:49 PM
Not a problem, glad to help. :)

MarkFL
01-12-2015, 05:13 PM
On the forum which I help to administrate (vB 4.2.2 PL2) we run DragonByte Tech: Advanced Post Thanks / Like (Pro) version 3.2.5pl2.

We have the product integrated with the notifications system.

What I would like to do is when a user does not follow the notifications link, but instead goes to their profile and clicks the "Post Thanks / Like" profile tab to view their thanks, the notification of new thanks will no longer be present.

Is there a way to do this?

DragonByte Tech
01-12-2015, 06:04 PM
On the forum which I help to administrate (vB 4.2.2 PL2) we run DragonByte Tech: Advanced Post Thanks / Like (Pro) version 3.2.5pl2.

We have the product integrated with the notifications system.

What I would like to do is when a user does not follow the notifications link, but instead goes to their profile and clicks the "Post Thanks / Like" profile tab to view their thanks, the notification of new thanks will no longer be present.

Is there a way to do this?No, that is not currently possible, sorry :(


Fillip

asabet
01-12-2015, 09:45 PM
Can someone please provide a link to a forum that is using this mod for both a Thanks button and Like button at the same time? I'd like to see how it looks.

ozzy47
01-12-2015, 09:56 PM
Can someone please provide a link to a forum that is using this mod for both a Thanks button and Like button at the same time? I'd like to see how it looks.

http://www.dragonbyte-tech.com/forum.php

Nelson58
01-13-2015, 10:48 AM
Can someone please provide a link to a forum that is using this mod for both a Thanks button and Like button at the same time? I'd like to see how it looks.

http://www.hobby-machinist.com/showthread.php/349-*-Various-Shop-Made-Tools?p=1147#post1147

Ahsan Ali
01-14-2015, 03:40 PM
nice mod i will try this soon.

Ahsan Ali
01-14-2015, 04:20 PM
i installed the mod but it con't show any thanks button after any member post. how to add {vb:raw thanks_postbit} code i want to show thanks button where edit post , reply button comes on right side

MarkFL
01-15-2015, 07:08 AM
i installed the mod but it con't show any thanks button after any member post. how to add {vb:raw thanks_postbit} code i want to show thanks button where edit post , reply button comes on right side

I have attached an image of where my thanks button is located. If this is what you are after, please feel free to shoot me a PM, and I will be happy to guide you through the process.

Alan_SP
01-15-2015, 06:44 PM
Iplease feel free to shoot me a PM

Why not share template changes (or code changes as well) here with community?

This is something we all may find useful.

brian22
01-15-2015, 07:26 PM
Is there any way to implement the Like button inside the actual post instead of seperately below it?

Running vb 4.2.2

tsolomon
01-16-2015, 03:56 AM
Hi,
I would like to remove "Post Thanks / Like" text from the "Total Click Count" bar. What shoul I do ? i would like to see counts of thanked and liked only, without that text.

many thanks

DragonByte Tech
01-19-2015, 05:04 PM
Is there any way to implement the Like button inside the actual post instead of seperately below it?

Running vb 4.2.2The Pro version allows you to change the location of the button bars :)

Hi,
I would like to remove "Post Thanks / Like" text from the "Total Click Count" bar. What shoul I do ? i would like to see counts of thanked and liked only, without that text.

many thanksYou can search for that text in the Phrase Manager :)


Fillip

diesel701
01-22-2015, 03:05 PM
Hi! I've have upgraded from 1.1.x to 3.3.0 and all works good.
But all the likes, thanks disappeared. Only under avatar, you can see the right amount of likes/thanks. But below the post (over buttons) always say "0 thanks, 0 likes..."

Is there something to do for rebuild database/statistics? I haven't read anything in the Readme.

EDIT: restored database and updated again the plugin. Now all the thanks and likes are restored :D
I think that install the plugin with phone is not the best way xD ahah

mjjsdimifc
01-24-2015, 01:43 PM
I need to ask if someone could install this for me? I've tried and tried and nothing happens!

Please help!
K.

ozzy47
01-24-2015, 01:49 PM
You can purchase professional instillation on their site, http://www.dragonbyte-tech.com/addons/22-advanced-post-thanks-like/

mjjsdimifc
01-24-2015, 02:00 PM
thank you Ozzy!

ozzy47
01-24-2015, 02:11 PM
Not a problem, glad to help. :)

Palmcone
01-27-2015, 03:23 PM
I use this plugin on one of my forums and have been very happy with it. Yesterday I installed it on another forum and although the profile tabs & postbit area show the mod is installed, the button bar doesn't show at all. I've checked it with the default skin and all other products deactivated and it's still not working.

Any suggestions?

AusPhotography
01-28-2015, 12:28 AM
There is a minor conflict between vBFoster and [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]

This fix is simple, change the execution order of the vBFoster plugin vBFoster - Showthread Complete to 10 (from 5)

<plugin active="1" executionorder="10">
<title>vBFoster - Showthread Complete</title>
<hookname>showthread_complete</hookname>


See: https://vborg.vbsupport.ru/showthread.php?p=2534055#post2534055

djbaxter
01-30-2015, 05:21 PM
Would like to show Likes and Thanks from other users in Notifications but not my own Thanks/Likes. Is there an easy way to do this?

To clarify, I mean for everyone - don't show the users' own Thanks or Likes.

odarriba
02-02-2015, 07:28 PM
Hello.

I have 4.4.2 installed but not working well.

If I click through does nothing

https://vborg.vbsupport.ru/

DragonByte Tech
02-03-2015, 05:33 PM
I use this plugin on one of my forums and have been very happy with it. Yesterday I installed it on another forum and although the profile tabs & postbit area show the mod is installed, the button bar doesn't show at all. I've checked it with the default skin and all other products deactivated and it's still not working.

Any suggestions?Have you set the Can Click permissions per button?

Would like to show Likes and Thanks from other users in Notifications but not my own Thanks/Likes. Is there an easy way to do this?

To clarify, I mean for everyone - don't show the users' own Thanks or Likes.The Pro version allows you to turn off the Given thanks/likes in the profile :)

Hello.

I have 4.4.2 installed but not working well.

If I click through does nothing

http://i.minus.com/iePaVeU5PlTIl.gifCheck your browser's console for any javascript errors, and check your server's error log for any PHP errors :)


Fillip

djbaxter
02-03-2015, 06:03 PM
Would like to show Likes and Thanks from other users in Notifications but not my own Thanks/Likes. Is there an easy way to do this?

To clarify, I mean for everyone - don't show the users' own Thanks or Likes.

Additionally, in notifications the text does not appear to be phrased. That is, I cannot find a phrase for {username} clicked Likes for this post: or {username} clicked Thanks for this post: (or any part of those phrases). How do I change those phrases?

odarriba
02-11-2015, 01:33 PM
Have you set the Can Click permissions per button?

The Pro version allows you to turn off the Given thanks/likes in the profile :)

Check your browser's console for any javascript errors, and check your server's error log for any PHP errors :)


Fillip

Hello.

I still do not know why it does not work when clicking

I have Vbulletin 4.2.2

DragonByte Tech
02-11-2015, 10:05 PM
Additionally, in notifications the text does not appear to be phrased. That is, I cannot find a phrase for {username} clicked Likes for this post: or {username} clicked Thanks for this post: (or any part of those phrases). How do I change those phrases?Search for {1} clicked as Phrase text and you'll find them.

Hello.

I still do not know why it does not work when clicking

I have Vbulletin 4.2.2Please provide me with the information I requested in my previous post.


Fillip

Marv
02-12-2015, 05:19 PM
Hey Fillip,

seems there is an issue with the uninstall-code. After uninstalling I am receiving this db-error now:

MySQL-error: Unknown column 'phrasegroup_dbtech_thanks' in 'field list'

DragonByte Tech
02-12-2015, 05:20 PM
Remove the files that came with the product.

Fillip

Marv
02-12-2015, 05:37 PM
Remove the files that came with the product.


Fillip:up:

SaN-DeeP
02-12-2015, 05:58 PM
does xda and ac forums.. use your modification.
Confirming before a purchase on few sites.

thanks.

chikuru
02-15-2015, 11:29 PM
After applying SSL and moving to another server, post thanks/like doesnt wotk immediately after clicking the button. I have to refresh the page to see the thanks/like given.

I inspected using firebug and its throwing this error:
POST https://www.domain.com/thanks.php 500 (Internal Server Error)jquery.min.js:4 f.support.ajax.f.ajaxTransport.sendjquery.min.js:4 f.extend.ajaxthanks.js?v=317:70 (anonymous function)jquery.min.js:3 f.event.dispatchjquery.min.js:3 f.event.add.h.handle.i

DragonByte Tech
02-16-2015, 05:46 PM
Advanced Post Thanks / Like v3.3.1

New Features:

Profile Block: Content Preview

Display a short description under each entry
Defaults to 25 characters
Controlled via vBulletin Options


(Pro) Notification Emails: Content Link

Displays a direct link to the content (if possible) in the notification email


Bug Fixes:

Disabling button integration with Threads, [DBTech] DragonByte Reviews and [DBTech] vBDownloads should now work as intended
(Pro) (vB4) Integrated Action Buttons should no longer cause an alignment issue in the post footer



Fillip

DragonByte Tech
02-16-2015, 05:48 PM
After applying SSL and moving to another server, post thanks/like doesnt wotk immediately after clicking the button. I have to refresh the page to see the thanks/like given.

I inspected using firebug and its throwing this error:
POST https://www.domain.com/thanks.php 500 (Internal Server Error)jquery.min.js:4 f.support.ajax.f.ajaxTransport.sendjquery.min.js:4 f.extend.ajaxthanks.js?v=317:70 (anonymous function)jquery.min.js:3 f.event.dispatchjquery.min.js:3 f.event.add.h.handle.iPlease check your server's error_log for the real cause behind a 500 Internal Server Error.


Fillip

eroyka
02-17-2015, 06:05 AM
Sorry but I can't find how to import likes from vBSEO. Can you indicate me where to find the script and how to do?
Thanks!

chikuru
02-18-2015, 11:54 AM
Here is the error from the logs:
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Class 'THANKS_CACHE' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/global_start.php on line 14
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Class 'THANKS_CACHE' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/global_start.php on line 14
[18-Feb-2015 07:30:12 UTC] PHP Fatal error: Class 'THANKS_CACHE' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/global_start.php on line 14
[18-Feb-2015 07:30:12 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 166
[18-Feb-2015 07:30:13 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 222
[18-Feb-2015 07:30:13 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:14 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:14 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:15 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:15 UTC] PHP Fatal error: Class 'THANKS' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 374
[18-Feb-2015 07:30:15 UTC] PHP Fatal error: Class 'THANKS' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 374
[18-Feb-2015 07:30:17 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 308
[18-Feb-2015 07:30:18 UTC] PHP Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or '$' in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 767
[18-Feb-2015 07:30:19 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 926
[18-Feb-2015 07:30:19 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 961
[18-Feb-2015 07:30:20 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 1247

tuRiver
02-19-2015, 10:12 AM
Don't you know why this happens?
I'm using pro version

Link: http://www.turiver.com/foros/consultas-y-sugerencias/83558-bbcodes-6052949.html#post6052949
User: Test
PW: 123456

When you click thanks, the twitter bbcode disappear

ForceHSS
02-19-2015, 10:38 AM
Don't you know why this happens?
I'm using pro version

Link: http://www.turiver.com/foros/consultas-y-sugerencias/83558-bbcodes-6052949.html#post6052949
User: Test
PW: 123456

When you click thanks, the twitter bbcode disappear
Support for the pro version needs to be posted on their site not here

platongr
02-20-2015, 03:29 PM
Hello,

After upgrading to the latest version (overwrite files and import with overwrite the xml) i lost all the previous thanks/likes.
I also get 2 errors when i reach any page that has thank/like stats.

Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 15

Warning: Assigning the return value of new by reference is deprecated in ..../includes/functions_log_error.php on line 36

Can you please help?

Thanks !

djbaxter
02-20-2015, 05:58 PM
Lite Version: How do you set it so a user can Un-Like or Un-Thank a post?

Alan_SP
02-22-2015, 06:44 PM
It's pro only feature.

ForceHSS
02-22-2015, 06:46 PM
Hello,

After upgrading to the latest version (overwrite files and import with overwrite the xml) i lost all the previous thanks/likes.
I also get 2 errors when i reach any page that has thank/like stats.

Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 15

Warning: Assigning the return value of new by reference is deprecated in ..../includes/functions_log_error.php on line 36

Can you please help?

Thanks !
What is your vb version

DragonByte Tech
02-22-2015, 08:38 PM
Here is the error from the logs:
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Class 'THANKS_CACHE' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/global_start.php on line 14
[18-Feb-2015 07:30:11 UTC] PHP Fatal error: Class 'THANKS_CACHE' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/global_start.php on line 14
[18-Feb-2015 07:30:12 UTC] PHP Fatal error: Class 'THANKS_CACHE' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/global_start.php on line 14
[18-Feb-2015 07:30:12 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 166
[18-Feb-2015 07:30:13 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 222
[18-Feb-2015 07:30:13 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:14 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:14 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:15 UTC] PHP Fatal error: Call to undefined method THANKS::fetchEntriesByContent() in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/hooks/showthread_query.php on line 37
[18-Feb-2015 07:30:15 UTC] PHP Fatal error: Class 'THANKS' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 374
[18-Feb-2015 07:30:15 UTC] PHP Fatal error: Class 'THANKS' not found in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_cache.php on line 374
[18-Feb-2015 07:30:17 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 308
[18-Feb-2015 07:30:18 UTC] PHP Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or '$' in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 767
[18-Feb-2015 07:30:19 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 926
[18-Feb-2015 07:30:19 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 961
[18-Feb-2015 07:30:20 UTC] PHP Parse error: syntax error, unexpected end of file in /usr/www/virtual/user/www.domain.cc/dbtech/thanks/includes/class_core.php on line 1247This means the file upload was incomplete, please try a different FTP client and do not use web uploaders like cPanel's file manager.

Hello,

After upgrading to the latest version (overwrite files and import with overwrite the xml) i lost all the previous thanks/likes.
I also get 2 errors when i reach any page that has thank/like stats.

Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 15

Warning: Assigning the return value of new by reference is deprecated in ..../includes/functions_log_error.php on line 36

Can you please help?

Thanks !It seems like you may have posted in the wrong thread by accident, as this thread is for vB4. Anyway, you need to upgrade your version of vB3 to 3.8.8 or newer.


Fillip

platongr
02-24-2015, 08:06 PM
VB Version : 4.2.2
DragonByte Tech: Advanced Post Thanks / Like (Lite) : 3.3.1

platongr
02-24-2015, 08:30 PM
VB Version : 4.2.2
DragonByte Tech: Advanced Post Thanks / Like (Lite) : 3.3.1

I tried the following scenario and, somehow it worked but i still have problems.

Backup up the dbtech_thanks tables
Uninstall the product
Clean install
Restore the tables
Make the change in /legacy/post.php


After that, I can see the member thanks/likes statistics BUT i can not see in old threads that likes/statistics.
Also, i can not see them on the user profile.

ikymbo
02-26-2015, 02:08 PM
i have a problem ! when i press "Thanks" I have to wait 12 seconds to display the action, why its not automatic?

ForceHSS
02-26-2015, 03:08 PM
Sounds like your site is slow or lagging or your pc is

DragonByte Tech
03-03-2015, 02:00 PM
using larger icon 24x24, i have an issue with text being aligned toward the top and not the middle, how can i fix that please?dbtech_thanks_postbit_entries_actionbit is the template to edit, unfortunately I don't know how to resolve it as icons larger than 16x16 are not officially supported. You can mess with the CSS styling in that template though :)


Fillip

1F42
03-03-2015, 04:59 PM
Is the notication system compatble with MGC chat? on VB3.8.8?

ForceHSS
03-03-2015, 05:00 PM
Is the notication system compatble with MGC chat? on VB3.8.8?
This plugin is for vb4 so no

1F42
03-03-2015, 05:48 PM
I thought if I bought the pro it was for either?

ForceHSS
03-03-2015, 09:03 PM
Your first above question was not about the pro version and as per site rules you would need to talk and get the pro version on the devs site

imported_FreDy
03-12-2015, 11:27 AM
Hello,

I want to disable pots thanks button for a determinate forum and display for first post only. I use Dbtech post thanks->Forum administration.
I click checkbox but system ignore instructions.

Thanks in advance.
Albert .

keyla31
03-13-2015, 07:17 PM
I like it, works fine 4.2.2

imported_FreDy
03-16-2015, 06:41 AM
I like it, works fine 4.2.2

We have DragonByte Tech: Advanced Post Thanks / Lilke (Pro) 3.3.1 and vbulletin ver. 4.2.2
and it not works fine.

button appears in all forums and in all messages of the trhead.

Thanks in advance.
Albert

mrbbs
03-18-2015, 03:02 PM
I'm evaluating your plugin. However if I go to the admin panel and click on buttons it states : "Invalid button: 0"
Also in the posts I do not see any Thank you / Like button.

Can you help me to have this resolved?

edit: fixed by clearing the cache!

Joshua2597
03-21-2015, 07:28 PM
Where are the buttons. I cleared the cache?

ForceHSS
03-21-2015, 10:38 PM
Where are the buttons. I cleared the cache?
Make yourself a superadmin from the config

Joshua2597
03-21-2015, 10:58 PM
Make yourself a superadmin from the config

I am an super admin, none of my users can see the button, but the plugin is active. Did I do something wrong lol.

https://vborg.vbsupport.ru/external/2015/03/13.png

ForceHSS
03-21-2015, 11:08 PM
I am an super admin, none of my users can see the button, but the plugin is active. Did I do something wrong lol.

https://vborg.vbsupport.ru/external/2015/03/13.png
Have you went over the settings and user group permissions yet setting them all up as you need to do this

Joshua2597
03-21-2015, 11:21 PM
Have you went over the settings and user group permissions yet setting them all up as you need to do this

There is no where to do usergroups...

http://i.imgur.com/qLErsAu.png

Joshua2597
03-21-2015, 11:31 PM
Unless i'm blind, i've set everthing up in settings, is there another thing to do

ForceHSS
03-21-2015, 11:37 PM
Admincp/DBTech - Post Thanks/Manage Buttons edit each one and scroll down to Permissions

tommyxv
03-26-2015, 01:28 AM
Has anyone imported the Likes to xenforo? I can't seem to find an importer for it on xenforo.com. I know its possible. Thx

rbharathi
03-30-2015, 02:28 AM
Hi Just Want to ask one thing,
Vbulletin 4.2.2 Patch 4 has any conflicts with latest version?
we are facing some errors, want to clear this??
any help please??

ForceHSS
03-30-2015, 03:50 AM
Hi Just Want to ask one thing,
Vbulletin 4.2.2 Patch 4 has any conflicts with latest version?
we are facing some errors, want to clear this??
any help please??
Before help can be given you will need to post the errors no one can help without them

xony
03-30-2015, 09:28 AM
Hi, since last actulizaciĆ³n I can not remove given thanks, to see if anyone can help, greetings and thanks.

DragonByte Tech
03-30-2015, 02:43 PM
Has anyone imported the Likes to xenforo? I can't seem to find an importer for it on xenforo.com. I know its possible. ThxAs far as I know, there are no importers from APTL to xF Likes, sorry :(

Hi, since last actulizaci?n I can not remove given thanks, to see if anyone can help, greetings and thanks.This is a Pro-only feature.


Fillip

DragonByte Tech
03-30-2015, 06:10 PM
Advanced Post Thanks / Like v3.3.1 Patch Level 1

Bug Fixes:

Fixed an issue where the preview text would display for posts that should be hidden.



Fillip

mdawg
04-03-2015, 04:22 AM
How about making this for vb 5 - vb5 is the wave of the future!

Vaira
04-15-2015, 06:39 PM
Can Bypass Button Click Requirement does not work.
Contents are still hidden, even though the right usergroup is ticked....

Edit: It works. Anyway one needs to set that up at vbulletin's own usergroup manager at the bottom of the usergroup settings where you've added the option as well. At the button manager of your plugin it's inactive if checked there.

Maybe remove the one tied to the vbulletin usergroup manager and make yours at the manage button setup work. :)

Vaira
04-20-2015, 10:58 AM
Is there a way to change the order of pressed button clicks which are shown in the block for button clicks in postbit?
They are sorted by date, oldest first. I'd like to have it reversed. Means the last who clicked should be always shown first.

To add it as a new option where the user can change the display order in the block for button clicks would be great.

If not a code modification to reverse the display order which I could apply myself would be nice, also. :)

Thanks on advance. :)

nolimitreef
04-21-2015, 01:44 PM
I just installed the lite version and like it. I may even get the pro version later on :D
I do have 1 question. I would like to know if and how, to place the thanks/like buttons in a different location rather than having a block at the bottom of every post?
For example:
As in this site next to post#
footbar of the posts or post bit

I saw this info somewhere but now can't find it

Thank you :)

ForceHSS
04-21-2015, 04:03 PM
I just installed the lite version and like it. I may even get the pro version later on :D
I do have 1 question. I would like to know if and how, to place the thanks/like buttons in a different location rather than having a block at the bottom of every post?
For example:
As in this site next to post#
footbar of the posts or post bit

I saw this info somewhere but now can't find it

Thank you :)
With the pro version you have the option to put the button any where you want

nolimitreef
04-23-2015, 04:27 AM
With the pro version you have the option to put the button any where you want
Thank you :)

@MarkFL was helping me with this then my partner surprised me with the Pro version tonight. I wish I knew a way to "thank" him here for going out of his way to help :D

nolimitreef
04-23-2015, 05:00 PM
My images aren't showing. Only boxes with 0 in them. Does anyone know what I did wrong? This is pro version.
https://vborg.vbsupport.ru/external/2015/04/5.png

ForceHSS
04-24-2015, 08:03 AM
My images aren't showing. Only boxes with 0 in them. Does anyone know what I did wrong? This is pro version.
https://vborg.vbsupport.ru/external/2015/04/5.png
All pro question must be asked and answered on their site

concepts
04-24-2015, 07:46 PM
How about making this for vb 5 - vb5 is the wave of the future!

hahahahahahahhahahahahahah ^^^ this guy.

Cusski
05-01-2015, 08:20 AM
I have installed the files, ran the abe importer script and then run every option under maintenance, but my existing likes have not installed, am i missing any steps out?

heres info from postbit

Post Thanks / Like

Thanks (Received)
45
Likes (Received)
0
heres existing info

Thanks / Like
631
Thanked 1,855 Times in 979 Posts

Cusski
05-01-2015, 07:00 PM
8 hours later, and trying every possible combination, and still no import has worked, also trying to get the 'click for attachment' to work without success

MahdyE23
05-04-2015, 03:47 AM
It says 4. Configure your Usergroup settings by clicking "Manage Buttons" under
"DBTech - Post Thanks" in your AdminCP navigation menu, then
editing each button and setting your usergroup permissions from there.

I did everything, changed the CHMOD to 0777 - And it shows this:

http://prntscr.com/71beu0

No errors installing, nothing...

ForceHSS
05-04-2015, 01:25 PM
It says 4. Configure your Usergroup settings by clicking "Manage Buttons" under
"DBTech - Post Thanks" in your AdminCP navigation menu, then
editing each button and setting your usergroup permissions from there.

I did everything, changed the CHMOD to 0777 - And it shows this:

http://prntscr.com/71beu0

No errors installing, nothing...

Repair cache

DragonByte Tech
05-25-2015, 07:51 PM
Advanced Post Thanks / Like v3.3.1 Patch Level 2

Bug Fixes:

Fixed an issue with DragonByte Reviews integration when viewing the profile
Fixed an issue with the "who clicked" in IE11



Fillip

emath
05-30-2015, 02:26 PM
When I'm trying to import the likes from vbseo like system i get the following error :

A required field called varname is missing or has an invalid value

I can see that in the script the value 'likes' should be inserted to this field but probably with no success

Any ideas ?

This is reproduced with the latest version .

irantk
06-01-2015, 02:30 PM
How can display the number of new thank of the user in the header ?
please help

MarkFL
06-01-2015, 02:42 PM
How can display the number of new thank of the user in the header ?
please help

Go to the product settings, and look for the setting labeled "Enable Notifications" and set this to "Yes."

Manoel J?nior
06-01-2015, 08:54 PM
1. How do I get "Thanks" button appears on the right side?

2. Its import the likes of Scandal product - Thums Up !?

MarkFL
06-01-2015, 09:13 PM
1. How do I get "Thanks" button appears on the right side?

I changed the "dbtech_thanks_postbit_entries_actionbit" template to read:

<a href="javascript://" name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}" style="padding-{vb:stylevar right}:6px; float: right;"><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0" style="top:0; vertical-align:middle;" /> {vb:raw phrase}</a>

ForceHSS
06-01-2015, 09:19 PM
1. How do I get "Thanks" button appears on the right side?

2. Its import the likes of Scandal product - Thums Up !?
(Pro) Shout Input Area Default Location Choose the default location for the shout input area.
Users can choose to override this setting.

irantk
06-02-2015, 07:59 AM
Go to the product settings, and look for the setting labeled "Enable Notifications" and set this to "Yes."

thanks

I want to display number in the header. Neither the notification.
For example, the code can be shown that the number of unread private messages:
{vb:raw bbuserinfo.pmunread}

Manoel J?nior
06-02-2015, 10:39 PM
I changed the "dbtech_thanks_postbit_entries_actionbit" template to read:

<a href="javascript://" name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}" style="padding-{vb:stylevar right}:6px; float: right;"><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0" style="top:0; vertical-align:middle;" /> {vb:raw phrase}</a>
Very thanks MarkFL. How to import likes Thumbs UP! ?

Thanks

emath
06-03-2015, 01:33 PM
When I'm trying to import the likes from vbseo like system i get the following error :



I can see that in the script the value 'likes' should be inserted to this field but probably with no success

Any ideas ?

This is reproduced with the latest version .

Any help with this ?

e24h
06-03-2015, 03:48 PM
I did upload it in the folder with index.php.

Don't think I follow. I'll PM you.

Elixar
06-04-2015, 02:04 AM
How am I able to remove thanks/likes/dislikes from a certain post?

MarkFL
06-04-2015, 02:17 AM
How am I able to remove thanks/likes/dislikes from a certain post?

Follow:

AdminCP ► DBTech - Post Thanks ► Search

And then you can use the "Entry Viewer" to locate and delete particular entries, or you can prune by user for defined entry types and date ranges.

Elixar
06-04-2015, 02:21 AM
Follow:

AdminCP ► DBTech - Post Thanks ► Search

And then you can use the "Entry Viewer" to locate and delete particular entries, or you can prune by user for defined entry types and date ranges.

I'm looking in the log and not seeing a way to delete select entries, or actually even prune at all. Must be having a brain fart. :p

MarkFL
06-04-2015, 02:41 AM
I'm looking in the log and not seeing a way to delete select entries, or actually even prune at all. Must be having a brain fart. :p

My bad, that option is only available in the Pro version. :o

Elixar
06-04-2015, 03:09 AM
My bad, that option is only available in the Pro version. :o

Lol as to how I missed that, please keep moving. :P :D

xMikeV2
06-07-2015, 08:03 AM
Are there any plans on getting this on vB5?

Manoel J?nior
06-07-2015, 12:37 PM
Are there any plans on getting this on vB5?
https://vborg.vbsupport.ru/showthread.php?t=289426

DragonByte Tech
06-08-2015, 05:28 PM
Advanced Post Thanks / Like v3.3.1 Patch Level 3

Bug Fixes:

Fixed an incompatibility issue with modifications that change jQuery?s default behaviour



Fillip

emath
06-13-2015, 05:00 AM
Could you please address my question? the import script doesn't work

https://vborg.vbsupport.ru/showpost.php?p=2546784&postcount=2406

SkepticalGaming
06-14-2015, 11:15 PM
Need some help here, was wondering if anyone can assist me.
I just installed this wonderful plugin but i found 2 things that seem to be bothering me.
The Post Thanks / Like is to the left and doesnt match the other set up above it. how can i change color and move it over to the right?
Also there is a tiny bar under it, how can i remove that blank bar?
I have a picture here below..
https://vborg.vbsupport.ru/

ForceHSS
06-15-2015, 05:20 AM
Need some help here, was wondering if anyone can assist me.
I just installed this wonderful plugin but i found 2 things that seem to be bothering me.
The Post Thanks / Like is to the left and doesnt match the other set up above it. how can i change color and move it over to the right?
Also there is a tiny bar under it, how can i remove that blank bar?
I have a picture here below..
http://lvlmeup.com/Untitled.png
We need a link to find out the css for the extra bar you have. About the other things you ask pro only options

SkepticalGaming
06-15-2015, 06:25 AM
We need a link to find out the css for the extra bar you have. About the other things you ask pro only options

Link to my website?
http://www.lvlmeup.com/showthread.php?7-Community-Rules-amp-Code-of-Conduct

so i need pro version to move over the writing and to add color?

MarkFL
06-15-2015, 11:07 AM
I can likely fix your postbit if you want to send the credentials for a temporary admin account to me by PM. :D

SkepticalGaming
06-18-2015, 12:14 AM
I can likely fix your postbit if you want to send the credentials for a temporary admin account to me by PM. :D

My partner is scared about that, can you walk us through it?
Nothing against you i appreciate the help but its not all me here. :(

MarkFL
06-18-2015, 01:13 AM
My partner is scared about that, can you walk us through it?
Nothing against you i appreciate the help but its not all me here. :(

I have my hands full at the moment, but I can likely try to walk you through it tomorrow. I will PM you when I am free, and we can work it all out by PM so we don't spam this thread with trial and error back and forth, and then you can post the solution once we get it right.

SkepticalGaming
06-19-2015, 12:43 AM
I have my hands full at the moment, but I can likely try to walk you through it tomorrow. I will PM you when I am free, and we can work it all out by PM so we don't spam this thread with trial and error back and forth, and then you can post the solution once we get it right.

Mark TY! ok if you have other forums of connecting with us ill pm u anyway u can get in contact with us.

grey_goose
06-20-2015, 12:21 AM
I have ghost entries on the statistics (thanks.php?do=hottest) page.

I assume these are from threads/posts that were deleted or merged. How can I clean out these blank entries?

DragonByte Tech
07-17-2015, 07:55 PM
Advanced Post Thanks / Like v3.3.2

New Features:

(BETA) Command Line Thanks/Like Importer

Imports Thanks from Abe's Post Thank You Hack
Imports Likes from vBSEO
Automatically recalculates statistics upon import



Fillip

Manoel J?nior
07-18-2015, 10:43 AM
How to import Likes from mod Scandal?

friendlymela
07-22-2015, 05:55 AM
Updated :)

tomcoleman
07-22-2015, 07:33 AM
installed the mod fine

but in Admin CP I don't have

"4. Configure your Usergroup settings by clicking "Manage Buttons" under
"DBTech - Post Thanks" in your AdminCP navigation menu, then
editing each button and setting your usergroup permissions from there."

??

Running 4.2.3

tomcoleman
07-22-2015, 07:56 AM
fixed I had to be super admin

tomcoleman
07-22-2015, 08:05 AM
How do I move the like/thanks buttons up to the next line?

at the moment they are in their own little box.

https://vborg.vbsupport.ru/

killah360z
08-11-2015, 02:42 AM
How do I move the like/thanks buttons up to the next line?

at the moment they are in their own little box.

https://dl.dropboxusercontent.com/u/7730603/move.JPG

you have to buy PRO version of it

DragonByte Tech
08-17-2015, 09:20 PM
Correct, that is a Pro-only feature :)


Fillip

saini1987
08-19-2015, 02:48 PM
Hi dragon byte tech,

Can you help me in this www.vbulletin.org/forum/showthread.php?t=319870

friendlymela
08-21-2015, 02:21 AM
I have installed this mod on my board .. installation was successful but i cannot see the [DBTech] Advanced Post Thanks / Like v3 option in Admincp.. someone help me whats the problem?

friendlymela
08-21-2015, 02:41 AM
WAITING for someone reply

MarkFL
08-21-2015, 02:46 AM
WAITING for someone reply

It may take more than 20 minutes for you to get a reply. :)

friendlymela
08-21-2015, 02:51 AM
It may take more than 20 minutes for you to get a reply. :)

so do u know the solution of the mentioned matter?

friendlymela
08-21-2015, 05:00 AM
Well i have solved the matter .. It was the permission issue .. anyways thanks

fxsuccess
09-12-2015, 02:03 AM
Not working here.. :(
Thanks button not showing in post or reply.

Alan_SP
09-20-2015, 11:20 AM
This mod can affect reputation if you want so and it uses notifications that are built in vB4.

DragonByte Tech
09-23-2015, 10:40 PM
there's a nasty bug, recalculating reputation in maintenance will not update reputation rank

I don't understand why this mod does not use the normal reputation and notification systems built into vb

this leads to a lot of unnecessary issues and bugsThis is not a bug, all this mod does is allow you to add to the reputation power via the button clicks, it does not interfere with ranks at all.

Sorry, but what you suggest won't work :(


Fillip

DragonByte Tech
09-27-2015, 10:41 PM
You are of course entitled to your opinion, as I'm entitled to disagree with you :)


Fillip

msmith79
10-10-2015, 02:20 AM
I have the PRO version. How do I place the Like button right next to the postbit controls "Reply" "Reply With Quote" ?

I've searched the thread but haven't come across the answer.

Thank you.

Krazeguy
10-11-2015, 07:11 AM
I can't seem to find any information on adding Post Thanks to mobile themes. It doesn't appear to be a feature in the pro version either. Any suggestions?

Using the Metro Mobile @ themeforest

Conehead555
11-18-2015, 05:17 PM
Import Likes: Import script to import "likes" from vBSEO.

Where is this option?

DragonByte Tech
11-18-2015, 05:21 PM
I have the PRO version. How do I place the Like button right next to the postbit controls "Reply" "Reply With Quote" ?

I've searched the thread but haven't come across the answer.

Thank you.Pro support queries need to be posted in our Pro support forums :)

I can't seem to find any information on adding Post Thanks to mobile themes. It doesn't appear to be a feature in the pro version either. Any suggestions?

Using the Metro Mobile @ themeforestThere is no mobile support at this time, sorry :(

Where is this option?You can find the information in the "readme_import.txt" file that is supplied with the product :)


Fillip

Conehead555
11-18-2015, 05:23 PM
Just found it, thanks. :)

DragonByte Tech
12-07-2015, 05:59 PM
Advanced Post Thanks / Like v3.4.0

New Features:

Thread Bump On Click

Ability to enable/disable thread bumping when you click a button
Controlled via vBulletin Options
(Pro) Can be enabled/disabled per button


Button Click Count: Show Thread

Display a block above the post list (showthread.php) with button click counts
Controlled via vBulletin Options
(Pro) Drop-down with the top 5 clicked posts


Button Click Count: Forum Display

Display a block above the thread list (forumdisplay.php) with button click counts
Controlled via vBulletin Options
(Pro) Drop-down with the top 5 clicked threads



Fillip

akz645
12-07-2015, 09:50 PM
https://vborg.vbsupport.ru/
Please provide some screenshots of these new feature (especially the PRO features).


Thread Bump On Click

Ability to enable/disable thread bumping when you click a button
Controlled via vBulletin Options
(Pro) Can be enabled/disabled per button

What button? I don't see any button. (http://i.prntscr.com/6abd9b6f42b74f51a5b5bfb85ae45152.png)
I tried pressing like on the posts within the thread, that didn't bump it either.


Button Click Count: Show Thread

Display a block above the post list (showthread.php) with button click counts
Controlled via vBulletin Options
(Pro) Drop-down with the top 5 clicked posts
Button Click Count: Forum Display

Display a block above the thread list (forumdisplay.php) with button click counts
Controlled via vBulletin Options
(Pro) Drop-down with the top 5 clicked threads

http://i.prntscr.com/5f81032eccbd46b9ad3868fbaf177c26.png
Can I see how the drop down looks like?

I think it (the count (http://i.prntscr.com/5f81032eccbd46b9ad3868fbaf177c26.png)) would be better horizontally as opposed to vertically. So perhaps an option to change how/where it's displayed?

--------

Suggestions:

1) Currently the button count displays for all buttons. A new setting for us to pick which button count we want to appear in a specific forum section.

2) Have the button(s) statistics count appear for a single thread.
Over here: http://i.imgur.com/SwtqSyR.png
So just below where replies/views appears. Plus it would be great if we could arrange threads (ascending/descending order) based on the button statistics count (e.g: highest to lowest liked threads).
^The specific button(s) that appear in a specific forums should be dependant on a new adminCP setting.

3) Likewise, to arrange posts based on the button statistics count (e.g: highest to lowest thanked posts).

DragonByte Tech
12-18-2015, 08:54 PM
Advanced Post Thanks / Like v3.4.0 Patch Level 1

Bug Fixes:

Resolved issues with the new "Button Click List" block



Fillip

DragonByte Tech
12-18-2015, 08:56 PM
http://i.prntscr.com/00e19fab25eb439f80cda36f31f55e27.png
Please provide some screenshots of these new feature (especially the PRO features).


What button? I don't see any button. (http://i.prntscr.com/6abd9b6f42b74f51a5b5bfb85ae45152.png)
I tried pressing like on the posts within the thread, that didn't bump it either.


http://i.prntscr.com/5f81032eccbd46b9ad3868fbaf177c26.png
Can I see how the drop down looks like?

I think it (the count (http://i.prntscr.com/5f81032eccbd46b9ad3868fbaf177c26.png)) would be better horizontally as opposed to vertically. So perhaps an option to change how/where it's displayed?

--------

Suggestions:

1) Currently the button count displays for all buttons. A new setting for us to pick which button count we want to appear in a specific forum section.

2) Have the button(s) statistics count appear for a single thread.
Over here: http://i.imgur.com/SwtqSyR.png
So just below where replies/views appears. Plus it would be great if we could arrange threads (ascending/descending order) based on the button statistics count (e.g: highest to lowest liked threads).
^The specific button(s) that appear in a specific forums should be dependant on a new adminCP setting.

3) Likewise, to arrange posts based on the button statistics count (e.g: highest to lowest thanked posts).Hi there, would it be possible for you to re-post this over @ our forum? As you can tell, it's difficult for us to provide adequate support here @ vBulletin.org due to the way the notification system works on this site.

Thank you, and sorry for the delay in getting back to you :(


Fillip

DragonByte Tech
01-11-2016, 07:52 PM
Advanced Post Thanks / Like v3.4.1

New Features:

(Pro) Button Click Counter: Per-Button Disable

Each individual button can be disabled from the Total Click Counter above threads and posts
Controlled by editing each individual button and changing the relevant setting


Bug Fixes:

If a button is disabled in a forum, it will no longer show up in that forum?s click counter



Fillip

immolator
01-12-2016, 05:22 PM
Using the skin called BlueSaint I have the following issue... using the latest version 3.4.1 (it also didn't work with previous versions)

https://vborg.vbsupport.ru/external/2016/01/12.png

Any help??

DragonByte Tech
01-18-2016, 04:51 PM
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.


Hope that helps :)


Fillip

immolator
01-22-2016, 11:13 AM
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.


Hope that helps :)


Fillip

Thanks very much for trying to help but neither of these made any difference :(

abouobaide
03-03-2016, 07:05 AM
thx work fine in 4.2.3

Suggestion:
its very helpful to add Guest clicking supported and reproduce an issue that allows guests to click

Cla75
03-03-2016, 12:09 PM
I have vbulletin 4.2.3. BUT the new version Advanced Post Thanks / Like v3.4.1 not work :-(

Click on the button like or thanks but nothing happens

thanks for support

old version 3.3.2 work but I have overwritten and I can not find the download

DragonByte Tech
03-03-2016, 05:12 PM
thx work fine in 4.2.3

Suggestion:
its very helpful to add Guest clicking supported and reproduce an issue that allows guests to clickWe have no plans to add guest clicking at this time, sorry :(

I have vbulletin 4.2.3. BUT the new version Advanced Post Thanks / Like v3.4.1 not work :-(

Click on the button like or thanks but nothing happens

thanks for support

old version 3.3.2 work but I have overwritten and I can not find the downloadCould you please inspect your server's error log to see if there's any PHP errors?


Fillip

Celtkin
03-13-2016, 01:21 PM
I've read that the plugin integrates with the native reputation system, but I'm finding that since migrating from Abe's plugin, thanks are no longer showing up on the "Latest Reputation Received" section in the user's settings.

Is this normal, or do I need to run a maintenance task or something?

DragonByte Tech
03-13-2016, 02:13 PM
I've read that the plugin integrates with the native reputation system, but I'm finding that since migrating from Abe's plugin, thanks are no longer showing up on the "Latest Reputation Received" section in the user's settings.

Is this normal, or do I need to run a maintenance task or something?Hi there,

That is normal, this mod does not add itself to the reputation log, and rebuilding the reputation via vB's maintenance page will erase APTL's reputation gains. However, APTL includes its own maintenance task to re-add those gains if you have ran the rebuild tool.


Fillip

astra121
03-13-2016, 02:27 PM
Thank you very much, although it was necessary to file, but finally achieved what they wanted!

Spika
03-21-2016, 09:09 PM
That's a Pro-only feature :)


Fillip
This feature must be in lite version :(

DragonByte Tech
03-21-2016, 09:10 PM
This feature must be in lite version :(If we gave away every feature in the Lite version, we would not still be in business :)


Fillip

Scream And Fly
03-27-2016, 04:41 AM
I have the Pro version installed on my site at www.screamandfly.com.
I love the features but my only issue with it is, it's very slow. If you press "like" or "thanks" sometimes it will take several seconds (literally) for the 'like' action to register.

Is this how it normally is or is there something wrong? Other than this, it works as it should. I just wish so badly that it was faster.


Thank you,
Greg

DragonByte Tech
03-27-2016, 01:55 PM
I have the Pro version installed on my site at www.screamandfly.com.
I love the features but my only issue with it is, it's very slow. If you press "like" or "thanks" sometimes it will take several seconds (literally) for the 'like' action to register.

Is this how it normally is or is there something wrong? Other than this, it works as it should. I just wish so badly that it was faster.


Thank you,
GregAs this has also been posted @ our site, it'll be answered there :)


Fillip

Scream And Fly
03-27-2016, 06:08 PM
As this has also been posted @ our site, it'll be answered there :)


Fillip

Thank you so much Fillip, I will check your recommendations. I appreciate your very fast reply!

Greg

DragonByte Tech
03-28-2016, 10:10 PM
Advanced Post Thanks / Like v3.5.0

New Features:

Button Configuration

Buttons can now be marked as "positive" ratings via a yes/no switch
Used for the Pro-only "Rich Snippets" feature, may have other uses in the future


(Pro) Rich Snippets

Threads now (optionally) include microdata for displaying star ratings in search results based on button clicks
Can be disabled via vBulletin Options


Changed Features:

Improved performance of the Show Thread "top clicks" feature


Bug Fixes:

The "top clicks" block would not display the total amount of button clicks in the thread



Fillip

ggrimes620
03-29-2016, 02:44 PM
Updated and works perfectly as always.

Thanks!

Cody.9791
03-31-2016, 10:45 PM
Installed. Works awesome!

DragonByte Tech
04-07-2016, 02:55 PM
Was the bug where reputation ranks were not updated when rebuilding reputation and thanks fixed?

Thank you.Hi there,

That's not a bug, it wasn't possible to fully integrate with the reputation system so a maintenance action was added to APTL to re-add any reputation points lost if you accidentally rebuilt reputation in vBulletin :)


Fillip

ne_one
04-08-2016, 11:36 PM
I suspect that this has likely come up before but I wasn't able to find any similar reports in earlier posts.

Here's the issue that I'm encountering (vB 4.2.3, mod v3.5.0):

When the "Thank for this post" link is clicked, the corresponding user title changes to "Guest", the Avatar is replaced with the default image and the thanks total and list is not refreshed. Once the page is reloaded everything appears as expected.

Any ideas?

DragonByte Tech
04-09-2016, 03:37 PM
I suspect that this has likely come up before but I wasn't able to find any similar reports in earlier posts.

Here's the issue that I'm encountering (vB 4.2.3, mod v3.5.0):

When the "Thank for this post" link is clicked, the corresponding user title changes to "Guest", the Avatar is replaced with the default image and the thanks total and list is not refreshed. Once the page is reloaded everything appears as expected.

Any ideas?Hi there,

No-one has reported a similar issue in the past, leading me to believe this is a mod conflict. Could you please try disabling all other modifications leaving only this mod enabled?


Fillip

ne_one
04-10-2016, 09:08 PM
No-one has reported a similar issue in the past, leading me to believe this is a mod conflict. Could you please try disabling all other modifications leaving only this mod enabled?


It appears that the primary conflict is with:

More Share Options: The Next Generation - By BOP5

http://www.qapla.com/mods/showthread.php/532-More-Share-Options-The-Next-Generation-FREE-By-BOP5/page4

Once this mod is disabled the postbit remains intact and the name of the user that contributed the thank appears as expected.

Any chance that there is a known workaround?

ne_one
04-10-2016, 09:20 PM
This is unrelated but something else I wanted to ask about:

While testing, I inadvertently thanked a message using an admin account. I now notice that it is possible to prevent this from happening.

Is there any way to remove or hide the admin thank?

DragonByte Tech
04-11-2016, 01:27 AM
It appears that the primary conflict is with:

More Share Options: The Next Generation - By BOP5

http://www.qapla.com/mods/showthread.php/532-More-Share-Options-The-Next-Generation-FREE-By-BOP5/page4

Once this mod is disabled the postbit remains intact and the name of the user that contributed the thank appears as expected.

Any chance that there is a known workaround?Can you try turning off Post Refresh in the vBulletin Options for APTL?

This is unrelated but something else I wanted to ask about:

While testing, I inadvertently thanked a message using an admin account. I now notice that it is possible to prevent this from happening.

Is there any way to remove or hide the admin thank?I believe deleting entries via the ACP is a Pro-only feature, are you able to search for entries in the Lite version?

Sorry but with 75+ products it's hard for me to keep the Lite/Pro split in my head for all of them :(


Fillip

ne_one
04-11-2016, 06:06 PM
Can you try turning off Post Refresh in the vBulletin Options for APTL?

I believe deleting entries via the ACP is a Pro-only feature, are you able to search for entries in the Lite version?

Sorry but with 75+ products it's hard for me to keep the Lite/Pro split in my head for all of them :(


I'll have to do some additional testing, but in FF that appears to resolve the issue. The profile name appears in the Post Thanks list, however the "Thanks" count isn't incremented. I'll give Chrome and IE a try as well.

In the lite version you can search for entries but the delete feature isn't supported.

And no problem... I really appreciate your willingness to help. If we can get those going I'm sure we'll jump to the pro version.

DragonByte Tech
04-17-2016, 06:36 PM
Yes but last time I tested when the points were re-added the reputation ranks were not updated. Are the ranks now updated properly?No changes to the way reputation works in this mod have been implemented at this time, sorry :(


Fillip

DragonByte Tech
04-25-2016, 08:26 PM
Changed Features:

A fresh copy of the jQuery library is now only downloaded if one has not been downloaded previously. Requires updating of all other affected DBTech mods to take full effect.



Fillip

Krazeguy
04-25-2016, 11:48 PM
Changed Features:

A fresh copy of the jQuery library is now only downloaded if one has not been downloaded previously. Requires updating of all other affected DBTech mods to take full effect.



Fillip

Thank you I have updated all DB Tech mods dated 19th April 2016

Are there still more to be updated?

DragonByte Tech
04-25-2016, 11:49 PM
If you have previously downloaded our mods from our site, then you do not need this update as it is the same files.

Fillip

khan1
04-26-2016, 07:43 AM
How to disable it in postbit/postbit legacy ?

DragonByte Tech
04-26-2016, 12:57 PM
How to disable it in postbit/postbit legacy ?Can you please be more specific as to what exactly you want to disable?


Fillip

khan1
04-26-2016, 01:21 PM
Can you please be more specific as to what exactly you want to disable?


Fillip

please see the attach pic , in black circle , i want to disable it from there.

DragonByte Tech
04-27-2016, 04:00 PM
please see the attach pic , in black circle , i want to disable it from there.Turn on the "Disable "Given" Stat In Postbit" and "Disable "Received" Stat In Postbit" settings in the button manager for each button :)


Fillip

khan1
04-27-2016, 09:05 PM
Turn on the "Disable "Given" Stat In Postbit" and "Disable "Received" Stat In Postbit" settings in the button manager for each button :)


Fillip

Thank you very much :)

dolomites
04-30-2016, 07:06 AM
I get this error after update

Database error in vBulletin 4.2.3:

Invalid SQL:
(
SELECT COUNT(*) AS count, varname
FROM dbtech_thanks_entry AS entry,
(
SELECT postid
FROM post
WHERE threadid = 11569
AND visible IN (1,2,0)
) AS tmp
WHERE entry.contenttype = 'post'
AND entry.varname = 'thanks'
AND contentid = tmp.postid
) UNION ALL (
SELECT COUNT(*) AS count, varname
FROM dbtech_thanks_entry AS entry,
(
SELECT postid
FROM post
WHERE threadid = 11569
AND visible IN (1,2,0)
) AS tmp
WHERE entry.contenttype = 'post'
AND entry.varname = 'likes'
AND contentid = tmp.postid
) UNION ALL (
SELECT COUNT(*) AS count, varname
FROM dbtech_thanks_entry AS entry,
(
SELECT postid
FROM post
WHERE threadid = 11569
AND visible IN (1,2,0)
) AS tmp
WHERE entry.contenttype = 'post'
AND entry.varname = 'dislikes'
AND contentid = tmp.postid
);

MySQL Error : Column 'varname' cannot be null
Error Number : 1048
Request Date : Saturday, April 30th 2016 @ 11:03:18 AM
Error Date : Saturday, April 30th 2016 @ 11:03:19 AM
Script : http://---------------/showthread.php?t=11569&p=228792
Referrer : http://------------------/index.php
IP Address : 94.164.34.84
Username : Paolo
Classname : vB_Database_MySQLi
MySQL Version : 5.0.92-enterprise-gpl-log

DragonByte Tech
04-30-2016, 01:48 PM
You will need to upgrade to a modern version of MySQL. MySQL 5.0 is no longer supported, please consider upgrading to 5.6.

Fillip

dolomites
04-30-2016, 01:59 PM
Thank you for the quick reply!

blackwolf76
05-01-2016, 06:16 AM
I get this error after update

Database error in vBulletin 4.2.3:

Invalid SQL:
(
SELECT COUNT(*) AS count, varname
FROM dbtech_thanks_entry AS entry,
(
SELECT postid
FROM post
WHERE threadid = 11569
AND visible IN (1,2,0)
) AS tmp
WHERE entry.contenttype = 'post'
AND entry.varname = 'thanks'
AND contentid = tmp.postid
) UNION ALL (
SELECT COUNT(*) AS count, varname
FROM dbtech_thanks_entry AS entry,
(
SELECT postid
FROM post
WHERE threadid = 11569
AND visible IN (1,2,0)
) AS tmp
WHERE entry.contenttype = 'post'
AND entry.varname = 'likes'
AND contentid = tmp.postid
) UNION ALL (
SELECT COUNT(*) AS count, varname
FROM dbtech_thanks_entry AS entry,
(
SELECT postid
FROM post
WHERE threadid = 11569
AND visible IN (1,2,0)
) AS tmp
WHERE entry.contenttype = 'post'
AND entry.varname = 'dislikes'
AND contentid = tmp.postid
);

MySQL Error : Column 'varname' cannot be null
Error Number : 1048
Request Date : Saturday, April 30th 2016 @ 11:03:18 AM
Error Date : Saturday, April 30th 2016 @ 11:03:19 AM
Script : http://---------------/showthread.php?t=11569&p=228792
Referrer : http://------------------/index.php
IP Address : 94.164.34.84
Username : Paolo
Classname : vB_Database_MySQLi
MySQL Version : 5.0.92-enterprise-gpl-log

I have the same problem,

Is possible obtain an older version of this mod??

Isn't possible for me upgrade Sql version...

DragonByte Tech
05-01-2016, 12:14 PM
I have the same problem,

Is possible obtain an older version of this mod??

Isn't possible for me upgrade Sql version...If you cannot upgrade MySQL, please turn off the Forum Display and Show Thread button click lists from the vBulletin Options.


Fillip

dolomites
05-01-2016, 12:19 PM
What happens with this solution? Plugin still works or buttons are hidden?

DragonByte Tech
05-01-2016, 12:20 PM
What happens with this solution? Plugin still works or buttons are hidden?It turns off the list of buttons that have been clicked within this forum or this thread.


Fillip

dolomites
05-01-2016, 12:26 PM
Practically
Alex, Anton, Sonja liked this
John thanked this
?

DragonByte Tech
05-01-2016, 12:27 PM
Practically

?No.

https://vborg.vbsupport.ru/external/2016/05/34.png

You could always try turning off the setting and seeing what effect it has on your forum :)


Fillip

dolomites
05-01-2016, 12:31 PM
Yes, now I try; I had to uninstall the plugin last days because the forum was unusable after the update, and I can not interrupt the service