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

DragonByte Tech
11-11-2010, 04:06 PM
I believe it does, yeah. We haven't had a chance to test with vB 4.0.8 yet, but I don't see why not :)


Fillip

ForenOpfer
11-11-2010, 05:17 PM
I believe it does, yeah. We haven't had a chance to test with vB 4.0.8 yet, but I don't see why not :)

Hey Fillip,

yeah, looks like it works great.

FTR: Here are the german Phrases for "personally you" and "formally you" (;

123545
123544

Wurstteppich
11-11-2010, 07:03 PM
Hi DragonByte Tech,

thanks for you quick answers. One more question, when is 1.1.0 to be expected?

DragonByte Tech
11-11-2010, 07:22 PM
Hi DragonByte Tech,

thanks for you quick answers. One more question, when is 1.1.0 to be expected?

At the moment we have a Beta version of 1.1.0 pro, there is no scheduled release date for the Lite version.

Our Pro updates have eaten up the scheduled time up till christmas. It's possible we will have 1.1.0 Lite out before then if we have some spare time, if not it'll be early january.

Iain

ForenOpfer
11-11-2010, 09:03 PM
Hey there (;

I've found a little mistake in the dbtech_thanks_postbit. The collapsed button is wrong until someone open the hidden fields in the postbit. It's just the wrong image:

<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></dd>

But it should be:

<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ><img src="{vb:stylevar imgdir_button}/collapse_40b_collapsed.png" alt="" /></a></dd>

Further i redesigned the postbit, because the german translation crashes the hidden fields, there wouldn't be any consistent design be possible. So i decided to change it in a table:

123556

Best Regards from Germany
ForenOpfer

DragonByte Tech
11-12-2010, 01:03 PM
That code will be wrong when the user has opened the list by default :)

It's not something that -can- be fixed without some very advanced <if> checks, which is just not worth it IMO.


Fillip

dcuellar
11-13-2010, 04:24 PM
Is there compatability with vbcredits? Reveal content with x amount of vbcredits?

DragonByte Tech
11-13-2010, 04:44 PM
Nope and it's highly unlikely that will be added as it's outside the scope of this mod :)


Fillip

DragonByte Tech
11-13-2010, 04:46 PM
On a somewhat related note, adding a "hide" function into vbcredits II deluxe Pro is something that is planned, but it might be a while before it is implemented.

Iain

dcuellar
11-13-2010, 05:01 PM
Ha. Now it seems I'm getting the runaround. I've been begging Dark to resurrect content merchants but his response was that he will not but that he will eventually be adding credits to this Mod.

I hope what YOU are saying is true because content merchants was my most used mod on 3.8 and a big reason why I regretted updating.

Let me know if you guys need a beta tester. My forum is starving for this feature.

Celtkin
11-20-2010, 03:06 PM
When importing the XML, it hangs after Altered Table: forum. Any idea what's 'next' that might be hanging it up?

We have the Lite version installed on another forum, no problem. If I can get this going, I will purchase Pro and import from the other Thanks hack.

Thanks

DragonByte Tech
11-20-2010, 03:13 PM
That'd probs be the Post table, I'm assuming you have a gigantic post table.

You could try manually running the queries found in the install file (I think it's the /dbtech/thanks/install/100.php, 101.php and 110.php) - if you manually add the fields to the post table, the installer will skip them :)


Fillip

Celtkin
11-20-2010, 03:27 PM
That'd probs be the Post table, I'm assuming you have a gigantic post table.

You could try manually running the queries found in the install file (I think it's the /dbtech/thanks/install/100.php, 101.php and 110.php) - if you manually add the fields to the post table, the installer will skip them :)


Fillip

You are correct. Post table is huge. The other forum we installed it before we had a single post. :) Makes sense. With that in mind, it probably wasn't hanging.

If I just run the normal installer and leave it be, it should finish eventually, correct? I can always try those queries later if need be. :)

Thanks

DragonByte Tech
11-20-2010, 03:36 PM
Correction from my previous post: only a file called 1000.php exists inside /dbtech/thanks/install/install/

I'm not entirely sure what happens if MySQL doesn't respond within the default 30 second timeout limit of PHP, tbh...

What you can try is, open the 1000.php file and paste this directly beneath <?php
@set_time_limit(0);
ignore_user_abort(1);

Server environment permitting, this should allow the script to run indefinitely and wait for MySQL to return Great Success before moving on and finishing the install :)

This workaround is something we've applied to all our mods in the future and will retroactively apply to old mods as we update their installers (at least the ones made by myself.)


Fillip

Celtkin
11-20-2010, 04:12 PM
Been running for quite awhile with the above script, so it seems to be working as it should (no PHP timeouts).

Thanks

Dark-Master
11-24-2010, 01:58 PM
Can I move Thanks and Like buttons to somewhere in the post?

DragonByte Tech
11-24-2010, 02:07 PM
Can I move Thanks and Like buttons to somewhere in the post?Not in this version, no. v1.1.0 will support this, it's currently in Beta for Pro-only customers :)


Fillip

Dark-Master
11-24-2010, 04:23 PM
Not in this version, no. v1.1.0 will support this, it's currently in Beta for Pro-only customers :)


Fillip

It's time to go for Pro. :cool:

Wurstteppich
12-07-2010, 04:22 PM
Any news about the upcoming release ?

DragonByte Tech
12-08-2010, 01:08 PM
Not yet no, sorry :(

We're currently busy revamping our website with a new support system :)


Fillip

LeventX
12-08-2010, 05:57 PM
Thank You..

Wurstteppich
12-09-2010, 05:10 AM
We're currently busy revamping our website with a new support system :)

Hi,

no problem, we bought the addon from you in the meantime and I could checkout the BETA a little bit. However I couldn't see any option to make use of the reputation function.

K!nG
12-09-2010, 05:56 AM
:( :( :(
i did solve my first problem where it was telling me to upload all the necessary files.... now i just noticed that it doesn't show thanks or like option on main post lol i have to chek if it was discussed b4 here and if not then can someone kindly answer my why it doesn't show up on first post and all others or how can i have it on first post also ???? thanks in advance.

RobbieZ
12-09-2010, 06:22 AM
Re-read the instructions carefully and make sure all files and folders are in the correct place, then your xml import should work properly.

Jasey
12-11-2010, 10:16 AM
Installed but not functioning, displays fine but nothing happens when a user clicks the link, any idea what this could be?

Thanks! :)

DragonByte Tech
12-11-2010, 07:08 PM
Hi,

no problem, we bought the addon from you in the meantime and I could checkout the BETA a little bit. However I couldn't see any option to make use of the reputation function.That's because that's not yet a feature in the Beta :)

:( :( :(
i did solve my first problem where it was telling me to upload all the necessary files.... now i just noticed that it doesn't show thanks or like option on main post lol i have to chek if it was discussed b4 here and if not then can someone kindly answer my why it doesn't show up on first post and all others or how can i have it on first post also ???? thanks in advance.Did you configure your forums to display it?
Ensure that the posts don't have the thanks disabled.

Installed but not functioning, displays fine but nothing happens when a user clicks the link, any idea what this could be?

Thanks! :)Check Firefox' Error Console for any JS errors.


Fillip

onehost
12-12-2010, 04:30 AM
Work on 4.1 PL2 ?

Jasey
12-12-2010, 07:56 AM
Error: Thanks103826 is undefined Source

How can i fix this?

dr.tawy
12-13-2010, 11:41 PM
can i change the like/thank bar position ???
can i change it to become next to edit/reply/qoute row ????

pgc-cs
12-14-2010, 07:33 PM
can i change the like/thank bar position ???
can i change it to become next to edit/reply/qoute row ????

yes you can but when you click 'thanks or like' and when you refresh site you don't see who click 'thanks or like' ;/

Perhaps someone knows how to do it?

Sorry for my english... ; p

onehost
12-15-2010, 01:03 AM
Installed: 4.1 PL2

DragonByte Tech
12-16-2010, 02:37 PM
How can i fix this?You may have some mod conflict that prevents the JS from loading properly. Are you running vBSuperCharged? It's notorious for causing these problems.

can i change the like/thank bar position ???
can i change it to become next to edit/reply/qoute row ????That'll be an option in the upcoming v1.1 version :)

yes you can but when you click 'thanks or like' and when you refresh site you don't see who click 'thanks or like' ;/

Perhaps someone knows how to do it?

Sorry for my english... ; pCan you link me to your forum?


Fillip

lycheepassion
12-24-2010, 09:34 AM
Hey how do I integrate this with pointsawards/ for VBEXperience? Thanks

preemz10314
12-25-2010, 08:04 PM
didnt work out for me so well. uninstalled. it would be great if it was just the original thread. ads to much to the site.

yin9
12-28-2010, 05:09 AM
Thanks for this mod DragonByte Tech.

Phalynx
12-28-2010, 01:30 PM
Hey how do I integrate this with pointsawards/ for VBEXperience? Thanks

You need to install the plugin that gathers information from this to vBExperience. It's delivered within the vBExperience ZIP.

DragonByte Tech
12-28-2010, 07:40 PM
didnt work out for me so well. uninstalled. it would be great if it was just the original thread. ads to much to the site.What do you mean by "the original thread"?


Fillip

Trek
12-28-2010, 08:08 PM
What do you mean by "the original thread"?


Fillip

I think he means that the thanks/like area only displayed on the first post, not every post of a thread.

DragonByte Tech
12-28-2010, 08:11 PM
Ah, well in that case it's something we're considering for future versions to have this be at the discretion of the thread starter, permissions taken into account of course.

Fillip

Sephentos
01-07-2011, 05:48 AM
On Installation i get this error:



Created Table: dbtech_thanks_entry

Altered Table: administrator
Altered Table: forum
OK

The server encountered an internal error or misconfiguration and was unable to complete your request.



No Logs created for this.

Edit:
After Re-Installing it works now.

Wurstteppich
01-07-2011, 06:29 AM
Hi,

when is a new version to be expected? I am eager to get the reputation thing.

justphil
01-07-2011, 07:51 AM
Is there a way to put the "Thank for this Post" or "Like this Post" buttons next to the Reputation, Report This, Give Infraction buttons?

Internetcafe
01-07-2011, 09:58 AM
Members been seeing an error in post display .. see attached.
Disabled thanks product and problem solved !?

DragonByte Tech
01-09-2011, 12:11 PM
Members been seeing an error in post display .. see attached.
Disabled thanks product and problem solved !?Have you customised / moved the thanks templates in any way? That issue does not appear on the default skin and with the default templates.

Is there a way to put the "Thank for this Post" or "Like this Post" buttons next to the Reputation, Report This, Give Infraction buttons?That will be a feature of the upcoming version, however I'm not sure if it's Pro-only or not, we'll see.

Hi,

when is a new version to be expected? I am eager to get the reputation thing.No specific date is available I'm afraid, we've got our hands full with post-holidays clean-up at the moment :)


Fillip

Tyraunt
01-09-2011, 12:35 PM
Can you give a certain amount of thanks to a user?

DragonByte Tech
01-09-2011, 01:16 PM
1 thanks per post :)


Fillip

Tyraunt
01-09-2011, 02:22 PM
1 thanks per post :)


Fillip

I mean can you edit the amount of thanks they have via ACP or something? I've used another Thanks Mod but I prefer this one so all my members thanks will be lost so I want to edit their old information in.

Mikevet1984
01-09-2011, 02:26 PM
DragonByte Tech, thank you for this great mod!

Can you please add 1. HIDE, 2. HIDE-THANKS & 3 HIDE-REPLY options in this modification exactly like the hide vs-hack resurrection pack has?

DragonByte Tech
01-09-2011, 03:47 PM
I mean can you edit the amount of thanks they have via ACP or something? I've used another Thanks Mod but I prefer this one so all my members thanks will be lost so I want to edit their old information in.The Pro version has an importer, there's no way to manually edit the information at this point in time.

DragonByte Tech, thank you for this great mod!

Can you please add 1. HIDE, 2. HIDE-THANKS & 3 HIDE-REPLY options in this modification exactly like the hide vs-hack resurrection pack has?v1.1 will make the "hide post content" option require the use of [HIDE] BBCode, but we won't add a specific hide-thanks or hide-reply option.


Fillip

Tyraunt
01-09-2011, 03:54 PM
The Pro version has an importer, there's no way to manually edit the information at this point in time.

v1.1 will make the "hide post content" option require the use of [HIDE] BBCode, but we won't add a specific hide-thanks or hide-reply option.


Fillip

Thanks, I'll use the old one for now but in the new version can you add this in please?

DragonByte Tech
01-10-2011, 07:31 AM
Thanks, I'll use the old one for now but in the new version can you add this in please?

Due to the changes in the current version being beta tested (buttons are now completely configurable, there is no standard thanks/like etc). This might not be possible/practical to do.

Iain

leitel
01-17-2011, 01:29 PM
Do you have an ETA? Any chance of getting this to work on 4.1.1? I just purchased the Premium version for my newly upgraded site, but the Post Thanks is not working.
Thank you :)

DragonByte Tech
01-17-2011, 01:35 PM
It works perfectly on 4.1.1 :)

For Pro support, please post in the Pro forums on our site.


Fillip

DragonByte Tech
01-19-2011, 10:17 PM
v1.1.2 has been released. This is a version that has been in Beta for a long time, but is now ready to be released.

Changelog:

Thanks and Like have been changed to generic "buttons". You can rename them and control other aspects via the Button Management.
Reputation modifier per button has been added
Compatibility with [DBTech] vBActivity v2.1.3 has been added.
[HIDE] tag for hiding post content has been added.


IMPORTANT!!!
Your Usergroup Permissions, and per-post content hiding have been reset.
Please re-configure Usergroup Permissions via Button Management, and edit posts to include the HIDE tag where appropriate.


Fillip

marlera
01-19-2011, 10:38 PM
Will the template modifications made to v1.0.1 (Lite) survive upgrading to v1.1.2?

Thanks for thanks, excellent mod :)

DragonByte Tech
01-19-2011, 10:41 PM
That would depend on the edit, but it'd probably be safe to say that you should re-do them (if needed) after upgrading and reverting the template :)


Fillip

cedars
01-20-2011, 02:39 AM
Hi,

When I tried to upload the product, it took for ever. I stopped the process and tried again, same thing. Then I noticed it was uploaded. I tried to do the setttings and it didn't work, it seemd that something wrong during upload. I uninstalled the product. Checked my forum and founf this error when I try to open a thread:

Database error in vBulletin 4.0.4:

Invalid SQL:

SELECT
entry.contentid,
entry.varname,
entry.dateline,
user.userid,
user.username,
user.usergroupid,
user.infractiongroupid,
user.displaygroupid
FROM dbtech_thanks_entry AS entry
LEFT JOIN post AS post ON(post.postid = entry.contentid)
LEFT JOIN user AS user ON(user.userid = entry.userid)
WHERE post.postid IN (0)
AND entry.contenttype = 'post'
ORDER BY entry.contentid ASC, entry.dateline DESC;

MySQL Error : Table '****_forum.dbtech_thanks_entry' doesn't exist
Error Number : 1146
Request Date : Wednesday, January 19th 2011 @ 11:38:02 PM
Error Date : Wednesday, January 19th 2011 @ 11:38:02 PM
Script : http://****/forum/showthread.php?49044-test
Referrer : http://****/forum/search.php?searchid=319476
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.91-community

Any idea how to fix this problem?

BaanFarsang
01-20-2011, 02:48 AM
Database error in vBulletin 4.1.1 too

DragonByte Tech
01-20-2011, 11:14 AM
Any idea how to fix this problem?Probably shouldn't stop product import :p

You need to uninstall the mod if it shows as installed, then manually remove any tables that may remain in the database (they are all called dbtech_thanks_) and then try a re-install.


Hotfix for vBActivity & Awards integration released.

Re-download and re-upload all files (no need to re-import XML) if you are using vBActivity & Awards :)


Fillip

CharlieDelta
01-21-2011, 01:25 AM
I have just installed and I can't seem to find the usergroup permission settings. Your post above stated to re-configure via Button managment but I do not see it there either. I see the forum permissions.
I have re uploaded all files and re installed xml.
Nevermind! I did a search and found this https://vborg.vbsupport.ru/showpost.php?p=2061108&postcount=158
Guess I should have searched first. Had to set the admin permission to administer.:o
Sorry.

cedars
01-21-2011, 01:02 PM
I have just installed and I can't seem to find the usergroup permission settings. Your post above stated to re-configure via Button managment but I do not see it there either. I see the forum permissions.
I have re uploaded all files and re installed xml.
Nevermind! I did a search and found this https://vborg.vbsupport.ru/showpost.php?p=2061108&postcount=158
Guess I should have searched first. Had to set the admin permission to administer.:o
Sorry.

Sorry to be Naive but how did you set the admin permission to administer?

nisarg
01-21-2011, 06:24 PM
When importing the xml m facing this even after chmoding includes to 777

/home/apnifilm/public_html/dbtech/thanks/includes/class_install.php appears to be missing!

DragonByte Tech
01-21-2011, 06:38 PM
Sorry to be Naive but how did you set the admin permission to administer?Administrator Permissions :)

When importing the xml m facing this even after chmoding includes to 777

/home/apnifilm/public_html/dbtech/thanks/includes/class_install.php appears to be missing!Please upload all files from the /upload folder before installing :)


Fillip

Forum Lover
01-21-2011, 07:32 PM
Lite or pro, does it go for blogs too?

DragonByte Tech
01-21-2011, 07:41 PM
Neither at the moment, but it's something we're looking to expand upon in the future :)


Fillip

mitch84
01-22-2011, 04:53 AM
hi, I use a version hide on my board with this tag=> [*HIDE][*/HIDE] but content are not hidden when:

I quote a text
I click on source page

your version hide this?
your version will replace my tag hide with yours?
thank you

DragonByte Tech
01-22-2011, 11:15 AM
I believe the answer to both your questions is Yes :)


Fillip

Hippy
01-22-2011, 11:21 AM
can the post thanks from [AJAX] Post Thank You Hack
Abe1's mod be carried over ?

DragonByte Tech
01-22-2011, 11:31 AM
The Pro version features an importer from Abe's mod yeah :)


Fillip

mitch84
01-22-2011, 11:52 AM
I believe the answer to both your questions is Yes :)


Fillip

thank you!!

dormopoco
01-22-2011, 12:02 PM
how to set single vote for discussion for user?

DragonByte Tech
01-22-2011, 12:07 PM
how to set single vote for discussion for user?Please elaborate, I don't understand the question.


Fillip

MichelangeloITA
01-22-2011, 12:13 PM
Great mod ;)
What about notifications like Facebook? Will it be in future?

DragonByte Tech
01-22-2011, 12:21 PM
Currently, only normal vBulletin notifications are supported.

Email notifications may be added to a future version.

Fillip

dormopoco
01-22-2011, 12:26 PM
sorry for my English I am Italian. Let me know if you
can do so that you can only vote once in a
discussion.

DragonByte Tech
01-22-2011, 12:31 PM
If you only want one button clicked (Thanks or Like) then you can use the Exclusivity feature in the button management.

Fillip

dormopoco
01-22-2011, 12:45 PM
i have tryed but not work for me. I have discussion and on this discussion one user can make only one "Lyke" i use for rate reply on discussion. Sorry for disturb.

DragonByte Tech
01-22-2011, 12:51 PM
That is intended, yes.

Fillip

MichelangeloITA
01-22-2011, 04:49 PM
Currently, only normal vBulletin notifications are supported.

Email notifications may be added to a future version.


Fillip


I meant AJAX notifications like Facebook does :D

That would be great ._.

DragonByte Tech
01-22-2011, 04:55 PM
That's not currently in our plans, but plans are always subject to change as a result of feedback :)


Fillip

fredang85
01-23-2011, 11:24 AM
i had my thank you mod in 3.8.4 but i uninstalled it when upgraded to 4.0.

has all my thank you's been cleared off already after uninstalling?

fredang85
01-23-2011, 11:26 AM
my _post_thanks table is still around. how do i upgrade to this one in this case?

DragonByte Tech
01-23-2011, 11:32 AM
Importing post_thanks into this one is a Pro-only feature.

Fillip

zakonline
01-25-2011, 08:18 AM
Sweet, Installed...

Need to upload files before using Import XML file :)

andreamarucci
01-26-2011, 07:03 AM
Just upgraded to the new version but now I'm not able to see any button for like/dislike or thanks. Everything is disappeared from the forum. it's something I've done wrong?

andreamarucci
01-26-2011, 07:28 AM
Also, in the read me you say

4. Configure your Usergroup settings by clicking "Permissions" under
"DBTech - Post Thanks" in your AdminCP navigation menu.

but this is my admin menu

126119

I don't see any Permission :confused:

Wurstteppich
01-26-2011, 09:36 AM
Hi,

thanks for intergrating an option to add points to reputation. Will there be an option to use the current user's reputation power as an alternative to the current custom reputation point selection?

This should be easy to integrate, I saw it already at either "Helpful Anwers" or Abe's Post Thank you MOD.

DragonByte Tech
01-26-2011, 10:43 AM
Also, in the read me you say



but this is my admin menu

126119

I don't see any Permission :confused:Ah, sorry about not updating the readme.

The permissions are now located inside the Manage Buttons interface - edit each Button and change its permissions :)

Hi,

thanks for intergrating an option to add points to reputation. Will there be an option to use the current user's reputation power as an alternative to the current custom reputation point selection?

This should be easy to integrate, I saw it already at either "Helpful Anwers" or Abe's Post Thank you MOD.We'll consider it for a future version, thanks :)


Fillip

andreamarucci
01-26-2011, 12:03 PM
Thanks, now it works. Just an info, this is how now I see the forum

126121

I would like to move the "Valutazione post" at the very bottom after Rep Power. How can I do that?

DragonByte Tech
01-26-2011, 12:12 PM
Switch to manual deployment in the various vBOptions for vBActivity areas, and then add
{vb:raw vbactivity_postbit.activitystat}
{vb:raw vbactivity_postbit.medal}
{vb:raw vbactivity_postbit.achievement}
where you want them located in the postbit(_legacy) template.

Fillip

andreamarucci
01-26-2011, 12:41 PM
Thanks, I've imagined this. Problem is where exactly to put it inside the template :-)

Cplkaos
01-26-2011, 02:17 PM
Great MOD and installed.

One problem though. When I enable the hack all my users loose their avatars and all return to being a guest. Using the vertical postbit on LHS.

vB 4.0.4 PL1

ShadowStalker
01-26-2011, 05:06 PM
Do I buy the pro version on your site? I don't really want to register as a member on another forum just to purchase something.

DragonByte Tech
01-26-2011, 05:53 PM
Do I buy the pro version on your site? I don't really want to register as a member on another forum just to purchase something.You do indeed :)


Fillip

pete_brady
01-26-2011, 06:14 PM
Great MOD and installed.

One problem though. When I enable the hack all my users loose their avatars and all return to being a guest. Using the vertical postbit on LHS.

vB 4.0.4 PL1

same here on 4.1.1, using 'regular' postbit

DragonByte Tech
01-26-2011, 11:05 PM
We'll perform some changes that hopefully will address this in a future version :)


Fillip

DragonByte Tech
01-30-2011, 09:48 PM
Advanced Post Thanks / Like v1.1.3

The Exclusive functionality should now function correctly in all cases.
Fixed Tapatalk view.
Fixed a conflict issue with the CometChat Picture (ccpic.php) file.



Fillip

★Slap
01-30-2011, 10:12 PM
Thanks DBTech :)

pete_brady
01-30-2011, 10:59 PM
Great MOD and installed.

One problem though. When I enable the hack all my users loose their avatars and all return to being a guest. Using the vertical postbit on LHS.

vB 4.0.4 PL1

same here on 4.1.1, using 'regular' postbit

still happening on the new version...

DragonByte Tech
01-30-2011, 11:18 PM
It's not something we've been able to confirm though, could you try disabling all other mods and leaving only this running?

Fillip

garfieldH
01-31-2011, 06:12 PM
When I click on the 'and 54 others' part of the Thanks info, I get a page with Invalid Action. From looking at the .xml, it's trying to load thanks.php?do=list, but there is no 'list' action and no 'list.php' file exists that I see, am I missing something?

pete_brady
01-31-2011, 06:19 PM
It's not something we've been able to confirm though, could you try disabling all other mods and leaving only this running?


Fillip

gah i knew you'd suggest that :) ... ok, will do.

Mastar
01-31-2011, 06:21 PM
Any success with this working smoothly on vb4.1.1 ?

garfieldH
01-31-2011, 07:03 PM
Also, just a suggestion or where to look to make this modification myself:

I'd like to just show the total thanks Given/Received (similar to Abe1's mod) and then collapse the rest of the stats.

DragonByte Tech
01-31-2011, 10:01 PM
When I click on the 'and 54 others' part of the Thanks info, I get a page with Invalid Action. From looking at the .xml, it's trying to load thanks.php?do=list, but there is no 'list' action and no 'list.php' file exists that I see, am I missing something?That's a Lite bug, we'll fix it ASAP :)


Fillip

PhotoNut
02-01-2011, 02:08 AM
Thanks for the fix. CometChat images working perfectly now. :)

jboyd
02-02-2011, 03:16 AM
is it possible to move the thanks like and dislike in the same row with the edit and quote button? Like where the buttons are in the other thanks hack?

DragonByte Tech
02-02-2011, 03:22 AM
is it possible to move the thanks like and dislike in the same row with the edit and quote button? Like where the buttons are in the other thanks hack?That's a Pro-only feature :)


Fillip

bulldog51981
02-02-2011, 05:42 PM
Mod installed great, only problem I'm facing is the I also use cometchat and when this is enabled it takes the users avatar away in the IM for cometchat. Am leaving installed but disabled for now with hopes that there's an answer to this.

??

DragonByte Tech
02-02-2011, 06:12 PM
Please update to the latest version of all DBTech products, pretty much all of them are affected, and as you can see above this was fixed in v1.1.3 :)


Fillip

bulldog51981
02-02-2011, 06:29 PM
Please update to the latest version of all DBTech products, pretty much all of them are affected, and as you can see above this was fixed in v1.1.3 :)


Fillip

I am using the current ver 1.1.3, this was a clean install this afternoon. I also installed your "Profile Hoover" and that works flawlessly! If I can get the other mods working with it and no other conflicts I will move up to the pro versions.

Is there something that I'm just not setting in the ver 1.1.3 that is causing this? (with the cometchat bar) Or is this something new?

DragonByte Tech
02-02-2011, 06:32 PM
We are talking about the ccpic.php bit right?
Cause others have confirmed it was fixed in v1.1.3 and similar updates for other DBTech products.

Fillip

bulldog51981
02-02-2011, 06:40 PM
Normal IM on cometchat bar

https://vborg.vbsupport.ru/external/2011/02/48.jpg

After "Thanks/Likes" is enabled

https://vborg.vbsupport.ru/external/2011/02/48.jpg

WIJI SEJATI
02-02-2011, 10:54 PM
My Board can not post after try this :((

WIJI SEJATI
02-02-2011, 11:07 PM
This mod not running and my forums can not post, pff what must i do now ???

DragonByte Tech
02-03-2011, 02:16 AM
Normal IM on cometchat bar

http://www.stlextremeryderz.com/imagebank/imbefore.JPG

After "Thanks/Likes" is enabled

http://www.stlextremeryderz.com/imagebank/imafter.JPGWell others are reporting it fixed, unfortunately there's no further workarounds I can do around the bug in CometChat's picture file unless you open the URL to the image and tell me if there's a PHP error displayed there.

What they do is, they copied a default vBulletin function and don't bother checking if it exists before re-declaring it, which is incredibly bad practice.

This mod not running and my forums can not post, pff what must i do now ???Try another browser.


Fillip

umatt
02-03-2011, 07:36 AM
Can't install the XML, admincp seems cannot handle the mysql commands:

Importing product, Please wait...

[:]

* Altered Table: vb_administrator
* Altered Table: vb_forum




it stops there...

tryed to refresh... waiting hours.. nothing

umatt
02-03-2011, 07:43 AM
Now All Users Became Guest

My God What Happened?

Please Help

DragonByte Tech
02-03-2011, 04:03 PM
Can't install the XML, admincp seems cannot handle the mysql commands:


it stops there...

tryed to refresh... waiting hours.. nothingIf you have a very large thread or post table, that'll be why it'll take very long to alter.

Now All Users Became Guest

My God What Happened?

Please HelpPlease run /admincp/thanks.php?do=finalise&version=110


Fillip

umatt
02-03-2011, 04:26 PM
yep, 500mb post table..

maybe i will try again after turning off the board and a db backup

thanks

pete_brady
02-03-2011, 07:28 PM
It's not something we've been able to confirm though, could you try disabling all other mods and leaving only this running?


Fillip

well, that didn't work

what did work though was installing it using the board's main Admin account (User ID 1), rather than an account that's a member of the Administrators group - spotted thanks to your /admincp/thanks.php?do=finalise&version=110 post above

DragonByte Tech
02-03-2011, 07:47 PM
Ahh I see, I'll get that sorted for a future version, thanks!

Fillip

pete_brady
02-03-2011, 07:52 PM
it looks like the AdminCP menu options only appear for that user too...

DragonByte Tech
02-03-2011, 08:03 PM
Try giving your other users the Can Administer Thanks permission :)


Fillip

pete_brady
02-03-2011, 08:10 PM
Try giving your other users the Can Administer Thanks permission :)


Fillip

i never knew those settings even existed!


ok everything is enabled & showing up as expected. Now i just have one slight problem:

The Like / Dislike buttons don't do anything.

edit: error_log says

[Thu Feb 03 22:26:26 2011] [error] [client 66.249.71.43] PHP Parse error: syntax error, unexpected ';' in /home/thumped/public_html/bbs/dbtech/thanks/hooks/showthread_postbit_create.php(44) : eval()'d code on line 1

DragonByte Tech
02-04-2011, 02:45 AM
Weird, nobody else has had their buttons stop working from that.

Can you try disabling whatever APTL plugin that uses showthread_postbit_create?

Fillip

Joxpa
02-04-2011, 07:15 AM
when this will be imported to facebook like:
https://vborg.vbsupport.ru/showthread.php?t=233944

pete_brady
02-04-2011, 10:52 AM
Weird, nobody else has had their buttons stop working from that.

Can you try disabling whatever APTL plugin that uses showthread_postbit_create?


Fillip

I disabled 'Postbit: Intercept Type' - the error_log error goes away, but buttons still don't work.

DragonByte Tech
02-04-2011, 03:40 PM
when this will be imported to facebook like:
https://vborg.vbsupport.ru/showthread.php?t=233944We have no plans for it at the moment, but we'll take it into consideration for the future :)

I disabled 'Postbit: Intercept Type' - the error_log error goes away, but buttons still don't work.Can you please install Firebug (a firefox extension) and have its Console bit open while you attempt to click the buttons, then tell me if there's any error messages on the AJAX requests?


Fillip

pete_brady
02-04-2011, 04:29 PM
alright that results in:

Thanks1390951 is undefined

DragonByte Tech
02-04-2011, 04:38 PM
Is your dbtech_thanks_postbit_entries template missing the JS from it?

If not then flush any cache systems like vBO you may be running.

If that doesn't work either, try a re-install.

If none of that works then I'm at a loss :(


Fillip

pete_brady
02-04-2011, 05:00 PM
bingo

disabling vb SuperCharged (https://vborg.vbsupport.ru/showthread.php?t=229608) fixes it

DragonByte Tech
02-04-2011, 05:14 PM
Ahh yeah, that mod is notorious for breaking other mods that use JS :(


Fillip

pete_brady
02-04-2011, 05:41 PM
it's a pity really. i like its ways.

Prohibit
02-04-2011, 09:12 PM
Fatal error: Cannot redeclare resolve_cp_image_url() (previously declared in /home/public_html/tdu2online.com/ccpic.php:36) in /home/public_html/tdu2online.com/includes/adminfunctions.php on line 3924

Any ideas??? :)

I was using your plugin, but removed it.. and still get the same problem... :( Images just won't show up, clear boxes with red x's. :(

oly51
02-08-2011, 03:56 PM
I'm getting the following db error on a fresh install; Database error in vBulletin 4.1.1:

Invalid SQL:

SELECT
entryid,
varname,
entry.userid AS sentuserid,
post.userid AS receiveduserid
FROM `dbtech_thanks_entry` AS entry
LEFT JOIN post AS post ON(post.postid = entry.contentid)
WHERE entryid >= 0
LIMIT 250;

MySQL Error : Column 'entryid' in field list is ambiguous
Error Number : 1052
Request Date : Tuesday, February 8th 2011 @ 12:39:19 PM
Error Date : Tuesday, February 8th 2011 @ 12:39:20 PM
Script : http://www.*******.com/forums/admincp/thanks.php?do=finalise&version=111

Prisoner
02-09-2011, 09:52 AM
After installing this, Forum Runner started showing all of the HTML code in the messages.

The problem went away after I disabled this mod.

I posted this problem on the Forum Runner website and they posted the following fix.

http://www.forumrunner.net/forum/showthread.php?p=2142#post2142

andreamarucci
02-11-2011, 02:42 PM
I've uninstalled it since it conflict with Tapatalk. Problem is that if you've APT installed and you bvrowse the forum through the Tapatalk iphone client, all the post show HTML and BBcodes and are unreadable. I've uninstalled APT and now Tapatalk work as before.

Attached a screeshot of the problem

Any idea?

DragonByte Tech
02-11-2011, 04:59 PM
Yeah, update to the latest version where it's been fixed :)


Fillip

DragonByte Tech
02-12-2011, 03:17 AM
Advanced Post Thanks / Like v1.1.4

The columns generated by adding a new button now properly use MySQL indexes on all installations.
Installing / upgrading with a user that does not have the Super Administrator permission now works as intended
An alignment issue with the button icons in the postbit has been fixed.



Fillip

invitezone
02-13-2011, 02:59 PM
can the notification be turn off in the pro version ?

thanks

DragonByte Tech
02-13-2011, 03:01 PM
Not yet, that will be added to a future feature update :)


Fillip

grunty1
02-14-2011, 09:57 PM
For some reason this product is causing seemingly random and indiscriminant double posting. Any idea how to fix this?

Also, I only use the like/dislike feature...could you let me know what script I would go into to change the line "Thanks / Likes" in the postbit and the bar above the button? Also to remove the "thanks" stats from the postbit stats?

Thanks!

DragonByte Tech
02-14-2011, 10:13 PM
For some reason this product is causing seemingly random and indiscriminant double posting. Any idea how to fix this?Nope, it's not something anybody's been able to pin down to a specific hook location that causes it, much less a way to reproduce it.

Without that info, I'm sadly unable to look into it any further.

Also, I only use the like/dislike feature...could you let me know what script I would go into to change the line "Thanks / Likes" in the postbit and the bar above the button? Also to remove the "thanks" stats from the postbit stats?Phrase Manager for the phrase, removing the stats is a Pro-only feature :)


Fillip

grunty1
02-14-2011, 10:26 PM
Even if I just want to edit out that one part of the stats?

And thanks for the quick support!

DragonByte Tech
02-14-2011, 10:35 PM
That's correct, in v1.1 buttons changed from being static to dynamic (in the Pro version, you can add your own custom ones) and as such it's not as easy to hide stats from postbit anymore.

Fillip

looker2010
02-14-2011, 11:15 PM
Installed on 4.1.1 and seem to be going fine. Just noticed though that my stats summary page (up off the top nav) is not working at all. (this page http://www.xxxxxx.com/thanks.php?do=statistics )

This is the error
Database error in vBulletin 4.1.1:

Invalid SQL:

SELECT
thanks_given AS value,
userid,
username,
user.usergroupid,
infractiongroupid,
displaygroupid
FROM dbtech_thanks_statistics AS dbtech_thanks_statistics
LEFT JOIN user AS user USING(userid)
LEFT JOIN usergroup AS usergroup ON (usergroup.usergroupid = user.usergroupid)
WHERE (usergroup.genericoptions & 32)
GROUP BY userid
ORDER BY value DESC, username ASC
LIMIT 5;

DragonByte Tech
02-15-2011, 01:40 PM
You did not post the full error message, beneath that there was a very important line which tells me what's wrong, please post the complete message :)


Fillip

looker2010
02-15-2011, 02:46 PM
Here is the full message:

Database error in vBulletin 4.1.1:

Invalid SQL:

SELECT
thanks_given AS value,
userid,
username,
user.usergroupid,
infractiongroupid,
displaygroupid
FROM dbtech_thanks_statistics AS dbtech_thanks_statistics
LEFT JOIN user AS user USING(userid)
LEFT JOIN usergroup AS usergroup ON (usergroup.usergroupid = user.usergroupid)
WHERE (usergroup.genericoptions & 32)
GROUP BY userid
ORDER BY value DESC, username ASC
LIMIT 5;

MySQL Error : Column 'userid' in field list is ambiguous
Error Number : 1052
Request Date : Tuesday, February 15th 2011 @ 11:43:45 AM
Error Date : Tuesday, February 15th 2011 @ 11:43:46 AM
Script : http://www.xxxxxxx.com/thanks.php?do=statistics
Referrer : http://xxxxxxx.com/
IP Address : xx.xxx.xxx.xxx
Username : xxxxx
Classname : vB_Database
MySQL Version : 4.1.22-standard

DragonByte Tech
02-15-2011, 02:52 PM
Is there any way you can update MySQL to 5.0.x?

I can fix it, but MySQL 4.1 is what, 8 years old now? And it's no longer supported by MySQL. vBulletin 4 recommends 5.0.19 or later, which might improve your experience as well :)

I'll have it fixed in the next bugfix rollup :)


Fillip

looker2010
02-15-2011, 09:37 PM
How do I uninstall this mod?

DragonByte Tech
02-15-2011, 09:41 PM
Use the uninstall function in the product manager.

Fillip

thr45h3r
02-16-2011, 05:49 AM
Awesome share, working 100% perfect on 4.1.1

Thanks for the mod

Marked as Installed

looker2010
02-16-2011, 11:33 AM
I uninstalled it and am now getting errors like this- clearly the uninstall did not work. Please advise:

Database error in vBulletin 4.1.1:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_dbtech_thanks AS phrasegroup_dbtech_thanks,
phrasegroup_user AS phrasegroup_user,
phrasegroup_posting AS phrasegroup_posting,
phrasegroup_album AS phrasegroup_album,
phrasegroup_messaging AS phrasegroup_messaging,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_dbtech_thanks' in 'field list'
Error Number : 1054
Request Date : Wednesday, February 16th 2011 @ 01:25:43 AM
Error Date : Wednesday, February 16th 2011 @ 01:25:44 AM
Script : http://www.xxxxxxx.com/thanks.php?do=statistics
Referrer :
IP Address : 66.xxx.xx.xxx
Username :
Classname : vB_Database
MySQL Version :

DragonByte Tech
02-16-2011, 11:41 AM
Obviously if you don't remove the files as well, it will complain about the database missing the modification info (which you removed with the uninstall)... :p


Fillip

Jahaziel
02-16-2011, 01:04 PM
Hi, I've installed this mod, but don't see any menu, called "post thanks", in my admincp... doesn't appear. I don't know why.
However, in vBulletin Options, an option called "DragonByte Tech: Advanced Post Thanks / Like - General Options" yes appears.
I've uploaded all files correctly.
Therefore, "like" and "thanks" buttons don't appear on posts.
I attached an image how I see my forum posts.

What happens?:confused::confused:

Thank you.

DragonByte Tech
02-16-2011, 01:13 PM
You need to add your userid to the "superadministrators" config file bit, and / or log in as an existing super administrator (userid 1) and grant your new user "Can Administer Thanks".

Fillip

Jahaziel
02-16-2011, 04:29 PM
You're very fast!
I would like ask you another question... It's about icons:
/images/buttons/collapse_40b.png
/images/buttons/collapse_40b_collapsed.png

The first icon that we see, is arrow up, and until you click on it, it doesn't look fine...
I've attached an image to explain better.

Thank you.

DragonByte Tech
02-16-2011, 04:31 PM
It is not possible to fix that, sorry.

Fillip

Jahaziel
02-16-2011, 04:34 PM
Ok, thanks anyway

bulldog51981
02-16-2011, 05:57 PM
You need to add your userid to the "superadministrators" config file bit, and / or log in as an existing super administrator (userid 1) and grant your new user "Can Administer Thanks".


Fillip

Ok, enabled "Can Administer Thanks", still no change. Re-ran maintinence processes and nothing. I know it's something simple that I'm missing, I'm just not sure what. Grrrrrr

:)

DragonByte Tech
02-16-2011, 06:01 PM
I thought the issue was it doesn't show up in the AdminCP.

For the front-end display, you need to set usergroup permissions in the Manage Buttons interface.

Fillip

bulldog51981
02-16-2011, 06:05 PM
I thought the issue was it doesn't show up in the AdminCP.

For the front-end display, you need to set usergroup permissions in the Manage Buttons interface.


Fillip

Already had that done as well.

DragonByte Tech
02-16-2011, 06:08 PM
Can you try it on a default (completely unmodified) skin?
If that doesn't work either, can you please try disabling all other modifications and see if it works then?

There was someone else who posted in our Pro forums who had a similar issue, another mod was conflicting with the postbit_end template hook - though I was unable to ascertain exactly what mod it was.

Fillip

bulldog51981
02-16-2011, 06:22 PM
Created a new unmodified skin, same issue. Disabled all mods, with the exception of these two and a chat box and same thing.

bulldog51981
02-16-2011, 06:24 PM
If you would like I can pm you log in info so you can see if you see the problem.

DragonByte Tech
02-16-2011, 06:31 PM
I'd need an FTP account and an AdminCP login in order to properly diagnose this.

Fillip

bulldog51981
02-16-2011, 06:33 PM
Sent

bulldog51981
02-16-2011, 08:47 PM
Any ideas?

DragonByte Tech
02-16-2011, 09:29 PM
I will let you know when I've looked at it and have any ideas :)


Fillip

thenetbox
02-16-2011, 11:37 PM
I was at finalizing the install step and it says:

Database error in vBulletin 4.1.1:

Invalid SQL:
ALTER TABLE user DROP dbtech_thanks_likes;

MySQL Error : Can't DROP 'dbtech_thanks_likes'; check that column/key exists
Error Number : 1091
Request Date : Wednesday, February 16th 2011 @ 07:35:02 PM
Error Date : Wednesday, February 16th 2011 @ 07:35:02 PM
Script : http://domain/admincp/thanks.php?do=finalise&version=110&startat=360693&pp=250
Referrer : http://domain/admincp/thanks.php?do=finalise&version=110&startat=360443&pp=250
IP Address : ip
Username : user
Classname : vB_Database
MySQL Version : 5.0.91-community-log

please assist. thanks

DragonByte Tech
02-16-2011, 11:41 PM
Manually navigate to http://domain/admincp/thanks.php?do=finalise&version=111 and let that bit run :)


Fillip

thenetbox
02-16-2011, 11:47 PM
That worked! :) Thank you so much.

tommyturnage
02-17-2011, 05:28 AM
Let me start off by saying I love this mod.
I nominated it for MOTM.

My ONLY problem with the mod is shown in the attachment below.

Is there anyway I can fix this??

DragonByte Tech
02-17-2011, 02:48 PM
Try messing with the CSS at:
.postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a {

Fillip

archet1337
02-17-2011, 05:55 PM
Awesome mod. Works great on my 4.1.2 board.

I have a question though..

Is it possible to change from " (user) thanked for this post " to " (user) thanked (name of one that posted) for this post" ?

If it's possible, what do I need to add, and to what template / phrase?

DragonByte Tech
02-17-2011, 06:39 PM
That's not currently possible, sorry.

Fillip

bulldog51981
02-17-2011, 07:23 PM
Just wondering if you ever had a chance to try that new info that I PM'd and see if you can see why's it's not displaying? Thanks again for all your help! :)

DragonByte Tech
02-17-2011, 07:50 PM
Just wondering if you ever had a chance to try that new info that I PM'd and see if you can see why's it's not displaying? Thanks again for all your help! :)It's displaying fine for me, and as you can see in your "video test" thread I could click both butan no problem :)


Fillip

bulldog51981
02-17-2011, 08:01 PM
It's displaying fine for me, and as you can see in your "video test" thread I could click both butan no problem :)


Fillip

I'm sorry, I think I may have explained the issue a little wrong or just not correctly. The issues isn't with getting the buttons to display, the problem is that "Profile Hoover" isn't displaying someone's "Like/Thanks" counts. I'm sorry if this caused any confusion.

http://www.stlextremeryderz.com/imagebank/hoover.JPG

DragonByte Tech
02-17-2011, 08:11 PM
In that case, please post that feature suggestion in the Profile Hover thread :)


Fillip

Jahaziel
02-18-2011, 10:05 AM
Hi again,

Can I exclude administrators from the statistics page?
I wanna they can value a post, but not appear on statistics.

aslan118
02-18-2011, 11:05 AM
What is a cure for getting such an error can you inform me?
/var/www/vhosts/eglencefrm.com/httpdocs/dbtech/thanks/includes/class_install.php appears to be missing!

bulldog51981
02-19-2011, 10:40 PM
What file would I edit to take the word "Alerts" out the the notifications display when you have a new one? If I knew which files contains the phrase I could edit it but I can't figure out which one it's in.

Edit - I found it, if anyone is in need of this, edit line 748 of the product xml (vb40).

struff
02-19-2011, 11:51 PM
I am trying to install this for my first time, on a fresh upgrade of vB. It won't import the product. It sits for a real long time on the second step and then I get a database error

Database error in vBulletin 4.1.2:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `dbtech_thanks_entry`
(
`entryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entrytype` enum('thanks','like','dislike') NOT NULL,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`contenttype` enum('post') NOT NULL,
`contentid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`entryid`),
KEY `userid` (`userid`),
KEY `contentid` (`contentid`),
KEY `dateline` (`dateline`)
) ENGINE=MyISAM;;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Saturday, February 19th 2011 @ 07:42:42 PM
Error Date : Saturday, February 19th 2011 @ 07:46:04 PM
Script : http://www.mydomain.com/vbulletin/admincp/plugin.php?do=productimport
Referrer : http://www.mydomain.com/vbulletin/admincp/plugin.php?do=productadd

Classname : vB_Database
MySQL Version :


What am I doing wrong?

Mr Morningstarr
02-20-2011, 11:58 AM
I've just updated this and it erases all my members profiles so it looks like everyone is deleted and all posts were made by guests.

Fortunately no one is deleted and disabling the product puts everything right again.

I'm using vB4.1.1

pete_brady
02-20-2011, 10:21 PM
I've just updated this and it erases all my members profiles so it looks like everyone is deleted and all posts were made by guests.

Fortunately no one is deleted and disabling the product puts everything right again.

I'm using vB4.1.1

turn off vB4 SuperCharged

DragonByte Tech
02-20-2011, 10:40 PM
Hi again,

Can I exclude administrators from the statistics page?
I wanna they can value a post, but not appear on statistics.That's not possible at this point in time, sorry.

What is a cure for getting such an error can you inform me?
/var/www/vhosts/eglencefrm.com/httpdocs/dbtech/thanks/includes/class_install.php appears to be missing!Upload the files to the correct folders :)

If you believe you have, please link me to your site and I'll check for you :)

I am trying to install this for my first time, on a fresh upgrade of vB. It won't import the product. It sits for a real long time on the second step and then I get a database error




What am I doing wrong?Nothing, your SQL server however crashed, try to re-install it. It'll hopefully get further each time.


Fillip

Mr Morningstarr
02-21-2011, 05:27 AM
turn off vB4 SuperCharged

I don't have vB4 SuperCharged.

DragonByte Tech
02-21-2011, 01:49 PM
Advanced Post Thanks / Like v1.1.5
* Compatibility for the vB3 version of Postbit Tabs has been added
* Fixed issues with "Forum Runner" mobile application displaying HTML instead of actual post

Fillip

★Slap
02-21-2011, 03:12 PM
There's too many updates for this modification :(

pete_brady
02-21-2011, 03:58 PM
I don't have vB4 SuperCharged.
well take a look at any mods you have installed that modify / compress / minify vB's javascript & see if disabling them helps

promet
02-21-2011, 05:27 PM
how to stop take notifications when we get thx.

http://img412.imageshack.us/img412/4623/capturento.png

DragonByte Tech
02-21-2011, 05:31 PM
That's not currently possible.

Fillip

promet
02-21-2011, 05:37 PM
http://img511.imageshack.us/img511/4513/capturexz.png

all my drop down menus broken...how do i fix it?

none of them works even i unisstalled the products..

DragonByte Tech
02-21-2011, 05:47 PM
Then it's not a problem with this mod :)


Fillip

promet
02-21-2011, 05:50 PM
dude was using your previous one.. and everything was works fine after the upgraded latest then get this issue..

uninstalled all products but getting still same issue..

DragonByte Tech
02-21-2011, 06:01 PM
Our products do not leave any changes to the templates or the styles, so if a mod is disabled then it does not run under any circumstances :)
Especially not if it was uninstalled.


Fillip

promet
02-21-2011, 06:17 PM
can u please give me the link previous one 1.1.4

thx

DragonByte Tech
02-21-2011, 06:21 PM
1.1.4 is identical to 1.1.5 apart from some entirely unrelated changes in files that in no way affect the menus.

We don't keep previous versions, sorry.

Fillip

Jahaziel
02-21-2011, 06:51 PM
Hi again... xD

sorry but i have another question... it's about reputation points... how runs??
one of my forum users has obtained 2 "likes" and 1 "thank" in a post, however, his reputation points are only 1. why?

thank you!

//add:
In manage buttons I have put 1 point to each one.

DragonByte Tech
02-21-2011, 07:01 PM
Maybe the other user didn't have enough reputation power to modify the reputation of the poster who got thanked :)


Fillip

Jahaziel
02-21-2011, 07:11 PM
Yes, they have 10 reputation power :/

well, I will continue observing and tell you if this occurs again.

promet
02-21-2011, 07:11 PM
Database error in vBulletin 4.1.0:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_dbtech_thanks AS phrasegroup_dbtech_thanks,
phrasegroup_user AS phrasegroup_user,
phrasegroup_posting AS phrasegroup_posting,
phrasegroup_album AS phrasegroup_album,
phrasegroup_messaging AS phrasegroup_messaging,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_dbtech_thanks' in 'field list'
Error Number : 1054
Request Date : Monday, February 21st 2011 @ 07:27:45 PM
Error Date : Monday, February 21st 2011 @ 07:27:45 PM
Script : http://myforum/thanks.php
Referrer :
IP Address : ......
Username :
Classname : vB_Database
MySQL Version :



just saw the email..here is the errors..

DragonByte Tech
02-21-2011, 07:23 PM
That would happen if the product was half removed from the database.

Fillip

promet
02-21-2011, 07:27 PM
ok thx.

lbpforum.net
02-24-2011, 05:44 PM
Great mod thanks.

Turning off notifications, will that be available in the free version?

bulldog51981
02-24-2011, 08:02 PM
When you clear your browser cache, any browser, then after returning to the forum try to click on the are in postbit to see stats, sometime the page just goes completely white (blank) or it refreshes the page and you have to scroll back down to where you were and try the arrow again. Second time around it work, but not before the mishap. Is this a known issue?

DragonByte Tech
02-24-2011, 08:13 PM
Great mod thanks.

Turning off notifications, will that be available in the free version?Global off switch, probably. Turning off per-user will be a Pro feature :)

When you clear your browser cache, any browser, then after returning to the forum try to click on the are in postbit to see stats, sometime the page just goes completely white (blank) or it refreshes the page and you have to scroll back down to where you were and try the arrow again. Second time around it work, but not before the mishap. Is this a known issue?No it's not, I'll look into it and see if it can be fixed, no promises though :)


Fillip

★Slap
03-05-2011, 12:08 AM
This modification cause's an issue with Blue Perl skins in the postbit the avatar and user information are not there also the users usergroup is Guest.

DragonByte Tech
03-05-2011, 01:13 AM
Please try running /admincp/thanks.php?do=finalise&version=110

If you run into database errors at the end, do not worry, you can ignore it and close the page :)


Fillip

★Slap
03-05-2011, 03:30 PM
Sorted however I cannot give thanks/like a post it still displays how much thanks/like a person has. Using vBulletin 4.1.2

davidg
03-05-2011, 03:59 PM
uninstalled
butons shoow in second post only and not in every board
i m runing 4.1.2

DragonByte Tech
03-05-2011, 05:05 PM
Sorted however I cannot give thanks/like a post it still displays how much thanks/like a person has. Using vBulletin 4.1.2Did you set up button permissions correctly? And enabled them in every category?


Fillip

★Slap
03-05-2011, 05:28 PM
I had this modification installed on 4.1.0 and was working fine as soon as I upgraded to vBulletin 4.1.2 I've been having issues. The settings are all fine and have been re-checked.

DragonByte Tech
03-05-2011, 05:50 PM
Unfortunately that doesn't give me much to work with, there's really nothing I can do without you pointing out some specifics of what plugin is causing the slowdown or somesuch.

I'm running it on a vB 4.1.2 forum no problem, load on the server is currently at 2, with 3 sites running on it, two of which are using the mod :)


Fillip

yahooooh
03-05-2011, 07:36 PM
i want to say : Thank You

i use advanced post thank pro version also
and i transfer all data from old thank you hack which already was used by manu forums

but your product is best and stable with many features
i hope that in the next version support blogs ,groups and albums also

thank you many many
yahoooh

pinoypot
03-06-2011, 09:49 AM
I am using version 4.1.2.

When I click the Thank button... the DbTech Status/Moods becomes hidden.

I have to refresh the page to make the Status Moods visible again.

Is there any way I can fix this?

★Slap
03-06-2011, 06:22 PM
Unfortunately that doesn't give me much to work with, there's really nothing I can do without you pointing out some specifics of what plugin is causing the slowdown or somesuch.

I'm running it on a vB 4.1.2 forum no problem, load on the server is currently at 2, with 3 sites running on it, two of which are using the mod :)


Fillip

I'll start my forum from scratch love you're work keep it up :).

d2gaming
03-08-2011, 12:11 PM
Encountered only this error, it still works, but not on the first click to display it.

The error I receive is:


Invalid SQL:

SELECT postid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post.userid = 3
AND post.post_thanks_amount != 0
AND thread.forumid IN(1,2,56,3,82,4,5,6,83,7,84,77,76,35,46,50,51,52, 53,112,86,45,73,74,88,85,87,89,106,20,21,107,108,1 09,110,111,95,96,65,66,113,31,32,33,34,70,105,10,1 02,101,103,104,11,93,94,64,47,48,49,98,99,100,13,1 4,57,58,71,63,12,15,16,17,19,22,23,24,25,39,69,92, 8,41,42,43,44)
ORDER BY post.dateline DESC
LIMIT 1000;

MySQL Error : Unknown column 'post.post_thanks_amount' in 'where clause'
Error Number : 1054

DragonByte Tech
03-08-2011, 12:31 PM
That is an error in Abe's mod, not ours :)


Fillip

Dakoom
03-10-2011, 10:00 AM
Could be integrated post thanks for blog?

blue7
03-10-2011, 11:52 AM
Feature List: Pro
Import Thanks:import script to import "thanks" from Abe's [AJAX] Post Thank You Hack on vBulletin.org. It will work with both vB3 and vB4 versions of this mod.

this must be in Lite version.

Dakoom
03-10-2011, 12:01 PM
The product is bugged. When i try to install it, the forum goes in timeout and when i open a post or goes in timeout or it appears database error.

DragonByte Tech
03-10-2011, 12:01 PM
Could be integrated post thanks for blog?Not currently, no :(

Feature List: Pro
Import Thanks:import script to import "thanks" from Abe's [AJAX] Post Thank You Hack on vBulletin.org. It will work with both vB3 and vB4 versions of this mod.


this must be in Lite version.How come?


Fillip

DragonByte Tech
03-10-2011, 12:11 PM
The product is bugged. When i try to install it, the forum goes in timeout and when i open a post or goes in timeout or it appears database error.Without an error message that doesn't help me to fix anything.


Fillip

★Slap
03-10-2011, 04:57 PM
Could you try integrate a Like's version too?, Like the one's they have other at vBSEO looks pretty cool.

Here's an example, http://www.vbseo.com/f2/vbseo-optimization-tips-12963/

Dakoom
03-10-2011, 05:08 PM
Without an error message that doesn't help me to fix anything.


Fillip

All that i can tell you (because i disabled immediately the plug-in) is that when i tried to install it by admin panel, the installation gone in time-out. And when i tried to open a thread, the forum went in time-out.

P.S. I'm a coder, you think that it's possible if i work on your plug-in, to add it on blog or vbtube?

DragonByte Tech
03-10-2011, 05:29 PM
Could you try integrate a Like's version too?, Like the one's they have other at vBSEO looks pretty cool.

Here's an example, http://www.vbseo.com/f2/vbseo-optimization-tips-12963/This mod can already do likes :)
Unless I misunderstood what you meant :p

All that i can tell you (because i disabled immediately the plug-in) is that when i tried to install it by admin panel, the installation gone in time-out. And when i tried to open a thread, the forum went in time-out.Sounds like a server issue, since there's been no other reported problems like this I don't think there's much I can do :(
I already take as many precautions as possible when the installer runs to prevent a time-out.

P.S. I'm a coder, you think that it's possible if i work on your plug-in, to add it on blog or vbtube?You're free to modify it for your own personal use as much as you want, but you're not allowed to redistribute it (altered or unaltered) :)


Fillip

SocialNetworkBuzz
03-10-2011, 06:24 PM
Post Thanks / Like stats show in the post bit to the left but the thank you button is not showing under the post near the edit button.

Dakoom
03-11-2011, 07:55 PM
It's normal that when i upload this mod, i must wait some minutes that product is installed?

* Altered Table: vbadministrator
* Altered Table: vbforum

And now is very slow

SocialNetworkBuzz
03-13-2011, 05:37 AM
/uninstalls due to not working on 4.1.2 and no help for 4 days since posting about it. Sadly, I was going to order the pro version too for the dislike and top stat features.

Dakoom
03-14-2011, 12:41 PM
@Dragonbyte are you aviable (obviously paid request) to customize for me your product? In private message more details

DragonByte Tech
03-14-2011, 02:41 PM
/uninstalls due to not working on 4.1.2 and no help for 4 days since posting about it. Sadly, I was going to order the pro version too for the dislike and top stat features.I've been (and to a degree still am) in the process of moving to a different country :)

Did you set usergroup permissions correctly?
If so, please try with a default (unmodified) skin, as custom skins may remove the template hooks the mod requires.

@Dragonbyte are you aviable (obviously paid request) to customize for me your product? In private message more detailsSorry, we're unable to undertake any paid requests at this time :(


Fillip

Dakoom
03-14-2011, 03:05 PM
Also for simple mod and good budget?

x2minded
03-14-2011, 03:38 PM
Thanks

popular
03-14-2011, 08:31 PM
i have a problem even though i let the product import for a whole day nothing happens i get stuck at this

"Plugin & Products System

Importing Product, Please Wait...

[:]

* Altered Table: administrator
* Altered Table: forum

Dakoom
03-15-2011, 11:17 AM
Hi popular, this is absolutely normal, you need some minutes for install completely the product

Munchies
03-16-2011, 08:15 AM
Hi there! I'm using vB 4.0.8, and receiving this error when a post is liked or thanked:

Warning: require_once(../dbtech/thanks/includes/specialtemplates.php) [function.require-once]: failed to open stream: No such file or directory in /home/m*****s/public_html/thanks.php on line 28

Fatal error: require_once() [function.require]: Failed opening required '../dbtech/thanks/includes/specialtemplates.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/m*****s/public_html/thanks.php on line 28

Suggestions?

DragonByte Tech
03-16-2011, 03:00 PM
You appear to have accidentally uploaded the /admincp/thanks.php file into the main forum directory.

Please re-unzip the mod, then drag and drop all folders exactly like they are presented into your FTP program so that all files and folders land in their correct areas :)


Fillip

Munchies
03-17-2011, 12:11 AM
You appear to have accidentally uploaded the /admincp/thanks.php file into the main forum directory.

Please re-unzip the mod, then drag and drop all folders exactly like they are presented into your FTP program so that all files and folders land in their correct areas :)


Fillip

Thank you for the quick response. :) I've re-unziped the mod, and then dragged and dropped all the folders exactly like they are presented in the folder. Now, when I (or another member), presses the "like/thank" button, we receive a "Not Found" message.

DragonByte Tech
03-17-2011, 03:03 PM
Did you upload the contents of the upload folder or the upload folder itself?


Fillip

Locou
03-18-2011, 12:51 AM
Hey dbtech, I'd love to display the users thanks and likes in his/her memberinfo.
At the dbtech_thanks_memberinfo_block_thanks at best. :)


Thank you.

DragonByte Tech
03-18-2011, 01:46 AM
We'll look into adding the counters to a future version :)


Fillip

Munchies
03-18-2011, 07:59 AM
Did you upload the contents of the upload folder or the upload folder itself?


Fillip
I uploaded the contents - should I have uploaded the folder and just let it sit there? Let me know... I have plugins installed from you previously, and have not had any of these errors happen when installing them.

DragonByte Tech
03-18-2011, 04:11 PM
No uploading the contents is correct - I just don't understand how it can say the file is not found when nobody else has reported this problem...

Could you link me to your site?

Fillip

guest9
03-20-2011, 11:25 AM
I have installed this no error in the process..
I see the stats under the user name in each post - good
but I do not see an option for like/dislike in the post so how can anyone like/dislike a post?

do i have to edit my templates? or am I missing anything..

look forward to help


thanks

update=>I figured it out
works great

MalcomXD
03-20-2011, 01:05 PM
U just downloaded your great Add-On.
As i installed and activated the "Top Thanks" in "additional forum statistics", it just shows up: "Error: Check startup item options".

I guess any information is missing to show it in the statistics, am i right?

Thanks alot :)

DragonByte Tech
03-20-2011, 05:05 PM
U just downloaded your great Add-On.
As i installed and activated the "Top Thanks" in "additional forum statistics", it just shows up: "Error: Check startup item options".

I guess any information is missing to show it in the statistics, am i right?

Thanks alot :)That mod is integrated with Abe's mod, not this one :)


FIllip

pacman24
03-20-2011, 05:56 PM
idk if it has been brought up or not, but after i install this, the stats in the postbit show up, but there arent any buttons under the post, i have double checked the settings and it all looks correct. I am using the "GrayFolio Black" theme if it makes a difference.

-jason