vb.org Archive

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

ne_one 04-11-2016 06:06 PM

Quote:

Originally Posted by DragonByte Tech (Post 2568750)
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

Quote:

Originally Posted by X-or (Post 2569046)
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

Quote:

Originally Posted by DragonByte Tech (Post 2569558)
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

Quote:

Originally Posted by khan1 (Post 2569606)
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

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2569628)
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

Quote:

Originally Posted by khan1 (Post 2569636)
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

Quote:

Originally Posted by DragonByte Tech (Post 2569726)
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

Quote:

Originally Posted by dolomites (Post 2569890)
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

Quote:

Originally Posted by blackwolf76 (Post 2569929)
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

Quote:

Originally Posted by dolomites (Post 2569938)
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
Quote:

Alex, Anton, Sonja liked this
John thanked this
?

DragonByte Tech 05-01-2016 12:27 PM

Quote:

Originally Posted by dolomites (Post 2569940)
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

dolomites 05-01-2016 12:54 PM

Ok the option is

Display Button Click Count - Threads
Display Button Click Count - Forums

now buttons are shown, but clicking on, nothing happens

these are the settings
https://vborg.vbsupport.ru/external/2016/05/28.jpg
https://vborg.vbsupport.ru/external/2016/05/29.jpg

https://vborg.vbsupport.ru/external/2016/05/30.jpg

DragonByte Tech 05-01-2016 03:01 PM

This can happen if your site is loading a very old version of jQuery. Please inspect the source of your site and ensure no jQuery version older than 1.7.1 is loaded.

Fillip

dolomites 05-01-2016 03:11 PM

GREAT! I had a 1.4.2 inside, thank'you! Now all it works! THANK YOU!

tevbas 05-02-2016 09:10 AM

hello please help.


Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
(
                                SELECT COUNT(*) AS count, varname
                                FROM dbtech_thanks_entry AS entry,
                                  (
                                          SELECT postid
                                        FROM post
                                        WHERE threadid = 317911
                                                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 = 317911
                                                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 = 317911
                                                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  : Monday, May 2nd 2016 @ 06:09:20 AM
Error Date    : Monday, May 2nd 2016 @ 06:09:20 AM
Script        : http://domain.net/showthread.php?317911
Referrer      : http://domain.net/index.php
IP Address    : ddd.11..222.
Username      : Sparta
Classname    : vB_Database
MySQL Version : 5.0.96-community-log


DragonByte Tech 05-02-2016 12:18 PM

Please upgrade your version of MySQL.

Fillip

tevbas 05-02-2016 12:24 PM

ok Fillip. Thank you so much.

ed762 05-07-2016 10:39 AM

I have download the lite to see what it looks like.

Is there an option to simply put the like button and the number of likes of that post next to the post report button ( or in the same area) Having a thank bar with the usernames of each like is very cluttered.

DragonByte Tech 05-07-2016 02:08 PM

Quote:

Originally Posted by ed762 (Post 2570302)
I have download the lite to see what it looks like.

Is there an option to simply put the like button and the number of likes of that post next to the post report button ( or in the same area) Having a thank bar with the usernames of each like is very cluttered.

That's a Pro-only feature :)


Fillip

ed762 05-11-2016 10:37 AM

Quote:

Originally Posted by DragonByte Tech (Post 2570312)
That's a Pro-only feature :)


Fillip

Do you have some screen shots (at your store)? I would like to see what it looks like.

DragonByte Tech 05-11-2016 08:26 PM

Quote:

Originally Posted by ed762 (Post 2570558)
Do you have some screen shots (at your store)? I would like to see what it looks like.

Here: https://i.imgur.com/s8rcpAu.png :)


Fillip

Jason92s 05-12-2016 02:12 PM

Hi, just installed this and all went well. Set it up per the readme file and CHMOD the specified directory. I see the Thank/Like buttons at the bottom of my posts but when I click them, nothing happens. I checked the source for my version of jQuery and it's 1.7.2. Any other suggestions? Thank you.

DragonByte Tech 05-12-2016 02:13 PM

Have you checked your error console for any JS errors?

Fillip

Jason92s 05-12-2016 02:20 PM

It's working now! Thank you so much.

DragonByte Tech 05-12-2016 02:21 PM

That means the files have not been uploaded correctly.

Fillip

chikuru 05-13-2016 09:32 AM

Is the vbseo likes import only available for PRO? Thanks

DragonByte Tech 05-14-2016 04:44 PM

Quote:

Originally Posted by chikuru (Post 2570673)
Is the vbseo likes import only available for PRO? Thanks

Nope, it's available in the Lite version too :)


Fillip

jimnyc 05-17-2016 12:17 PM

I am installing this version right now but not sure if I ran into a problem, or just have to wait. I uploaded all the files without issue, CHMOD the one directory and am now trying to install the XML file, but it gets to this part and just eventually sits. The busy signal sits for about 5 minutes on my machine and then stops. Is it still working in the background? How long should this take? My board has about 800,000 total posts

Thanks!

DragonByte Tech 05-17-2016 12:19 PM

Quote:

Originally Posted by jimnyc (Post 2570951)
I am installing this version right now but not sure if I ran into a problem, or just have to wait. I uploaded all the files without issue, CHMOD the one directory and am now trying to install the XML file, but it gets to this part and just eventually sits. The busy signal sits for about 5 minutes on my machine and then stops. Is it still working in the background? How long should this take? My board has about 800,000 total posts

Thanks!

That'll most likely be altering the post table yeah, if your server is slow then it can take a long time to complete the altering of that table.


Fillip

jimnyc 05-17-2016 12:22 PM

Quote:

Originally Posted by DragonByte Tech (Post 2570952)
That'll most likely be altering the post table yeah, if your server is slow then it can take a long time to complete the altering of that table.


Fillip

Wow, that was fast, thanks so much!!

Do you know, will it automatically update/refresh my screen once completed?

Again, thanks much for a quick reply!

-Jim

DragonByte Tech 05-17-2016 12:27 PM

Quote:

Originally Posted by jimnyc (Post 2570953)
Wow, that was fast, thanks so much!!

Do you know, will it automatically update/refresh my screen once completed?

Again, thanks much for a quick reply!

-Jim

If the page has stopped loading you can run the queries manually
Code:

alter table post add dbtech_thanks_cache mediumtext
Code:

alter table post add dbtech_thanks_disabledbuttons int(10) unsigned not null default '0'
Code:

alter table post add dbtech_thanks_requiredbuttons_content int(10) unsigned not null default '0'
Code:

alter table post add dbtech_thanks_requiredbuttons_attach int(10) unsigned not null default '0'
Code:

alter table thread add dbtech_thanks_disabledbuttons int(10) unsigned not null default '0'
Code:

alter table thread add dbtech_thanks_requiredbuttons_content int(10) unsigned not null default '0'
Code:

alter table thread add dbtech_thanks_requiredbuttons_attach int(10) unsigned not null default '0'
Remember to add your table prefix if you use it.


Fillip


All times are GMT. The time now is 09:28 AM.

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.03225 seconds
  • Memory Usage 1,853KB
  • 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
  • (8)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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