vb.org Archive

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

DragonByte Tech 09-12-2012 06:39 PM

Can you try disabling all other plugins running on postbit_display_complete and see if that makes it show up?

Fillip

KaitenV 09-12-2012 07:12 PM

I tried it, then reinstalled and still no luck. Is there a variable I can insert into a template to make it show up?

DragonByte Tech 09-14-2012 01:23 PM

Code:

$vbactivity_postbit[achievement]

Fillip

KaitenV 09-15-2012 10:29 PM

I tried that, but still no luck making the "thanks and like" links show up.

Do I put that in the bottom of the "postbit" template to make the "thanks/like" links show up under a post.

The user page section of the script works just fine. :S

DragonByte Tech 09-16-2012 02:31 PM

Please PM me with an FTP and AdminCP account so that I can look into this for you.

Fillip

KaitenV 09-16-2012 05:07 PM

I sent them to your pm inbox.

DragonByte Tech 09-17-2012 02:48 PM

Hotfix to attempt to fix an error with the DragonByte Gallery integration.

Fillip

leannet 01-15-2013 04:33 AM

When I like a post it shows this

Leanne liked this post ]]>

Are those symbols supposed to be there ?

DragonByte Tech 01-17-2013 02:33 PM

No, it sounds like you may have some corrupted XML being returned.

Can you try re-uploading all files? Also, try disabling all other mods to see if there's a conflict :)


Fillip

leannet 01-18-2013 03:43 AM

Quote:

Originally Posted by DragonByte Tech (Post 2397492)
No, it sounds like you may have some corrupted XML being returned.

Can you try re-uploading all files? Also, try disabling all other mods to see if there's a conflict :)


Fillip

OK I'll give it a try.

leannet 01-18-2013 04:34 AM

Now it's not showing up at all :(

leannet 01-18-2013 05:24 AM

How do I fix this

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/includes/class_core.php on line 2552

DragonByte Tech 04-01-2013 04:32 PM

Open up the specified files and change =& new to = new :)


Fillip

DragonByte Tech 04-02-2013 08:17 PM

Advanced Post Thanks / Like v3.1.0 Gold
Translatable Button Text
  • Translate "Action Text"
  • Translate "List Text"

Custom Image Paths
  • Custom "Button Click Image"
  • Falls back to existing functionality if image paths not filled out

General / Other
  • Configure "Post Collapse Threshold" per-forum
  • Improved logging details for Control Panel actions
  • Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer.
  • Changed the Branding Free Key to a more secure key.

DragonByte Tech 04-05-2013 10:35 PM

Advanced Post Thanks / Like v3.1.1
Feature: vB Optimise integration: Show Thread queries

Fillip

DragonByte Tech 04-29-2013 10:51 AM

Advanced Post Thanks / Like v3.1.2
Fix: Choosing the new "Compact" display style now properly displays button click count for posts further down the page

Fillip

DragonByte Tech 08-03-2013 04:15 PM

Advanced Post Thanks / Like v3.1.4 Patch Level 1

New Features
  • The button titles can now be translated in the same way Action Text etc can be translated

Bugfixes
  • Compact Style did not show button click counts for buttons the viewing user could not click
  • The buttons should now once again respect their "disabled" settings
  • Advanced Post Thanks / Like was not compatible with Threaded or Hybrid thread display modes


Fillip

dil shah 08-04-2013 03:27 AM

is shwoing id in HTml mark up in Thanks list ??

DragonByte Tech 08-07-2013 02:26 PM

Sorry, I don't understand what you're saying. Can you rephrase, please?

Fillip

ye22 08-09-2013 09:59 AM

Database error ...

Code:

Database error in vBulletin 3.8.7:

Invalid SQL:

                        SELECT thanks.*, post.userid AS receiveduserid
                        FROM post_thanks AS thanks
                        LEFT JOIN post AS post ON(post.postid = thanks.postid)
                        WHERE id >= 0
                        ORDER BY id
                        LIMIT 250;

MySQL Error  : Table 'ye22_vb.post_thanks' doesn't exist
Error Number  : 1146
Request Date  : Thursday, August 8th 2013 @ 11:33:34 AM
Error Date    : Thursday, August 8th 2013 @ 11:33:34 AM
Script        : http://www.ye22.com/vb/admincp/thanksimport.php?do=doimport
Referrer      : http://www.ye22.com/vb/admincp/thanksimport.php
IP Address    : 41.131.80.85
Username      : ye22
Classname    : vB_Database
MySQL Version : 5.1.70-cll


DragonByte Tech 08-09-2013 10:01 AM

Please do not attempt to run the importer if you don't have Abe's Post Thank You Hack installed.

Fillip

BabyNameAddict 08-22-2013 12:13 PM

Everything is working and my members LOVE this!!! The only problem I have is when you're notified by e-mail, clicking on the link brings you to an error "not found" page. Same happens when you click the link in the shout box, and when you go to view the notifications.

Any ideas?

BabyNameAddict 08-23-2013 10:32 PM

Any ideas?

DragonByte Tech 08-24-2013 05:54 PM

Not without more information. Are you running vBSEO? What's the URL it takes you to?

Fillip

DragonByte Tech 08-24-2013 06:02 PM

Advanced Post Thanks / Like v3.1.5

vB Optimise Integration
  • Support for vB Optimise to cache the Hottest Statistics page (Cached queries: 2 per button)
  • Support for vB Optimise to cache the Member Profile tab (Cached queries: 5)
  • Moved the vB Optimise setting for caching Show Thread queries to the vB Optimise product

Bugfixes
  • Deleted threads / posts should no longer show up in the "Hottest Threads / Posts" statistics page


Fillip

BabyNameAddict 08-25-2013 01:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 2440775)
Not without more information. Are you running vBSEO? What's the URL it takes you to?


Fillip

The url takes me to here: http://www.learningabouteos.com/foru...f&tab=mentions, a "page not found" on my main website, not the forums.

I can get to the mentions if I go to "My Profile" and click the "Mentions" tab (or "Thread Tags" or "Quotes" and the url would look like this: http://www.learningabouteos.com/foru...=1609#post1609

But the "notifications" are stacking up and won't go away on my drop-down tab on the top right info bar.

I do not have any SEO plugins installed, but I do have "Advanced Friendly URL's" selected in the AdminCP settings.

Thank you for your help!

DragonByte Tech 08-25-2013 02:02 PM

That URL is for the Advanced User Tagging mod, did you post this in the wrong topic?

Also, the second URL you posted is 100% irrelevant to member profiles or profile tabs.

It looks like you may have forgotten to upload some files from the Advanced User Tagging modification. Can you please drag and drop the contents of the upload folder into your forums folder via your FTP program?

Fillip

BabyNameAddict 08-25-2013 05:25 PM

Quote:

Originally Posted by DragonByte Tech (Post 2440970)
That URL is for the Advanced User Tagging mod, did you post this in the wrong topic?

Also, the second URL you posted is 100% irrelevant to member profiles or profile tabs.

It looks like you may have forgotten to upload some files from the Advanced User Tagging modification. Can you please drag and drop the contents of the upload folder into your forums folder via your FTP program?


Fillip

You are totally right - I am on the wrong topic! Sorry about that.

The 2nd URL I gave you is the correct one that goes to the post in the topic where I was tagged. That link is listed when I go into My Profile and click the correct tab (Mentions/Quotes/etc.). However, the link I receive in my e-mail that is titled "You have been mentioned @ my forum) does not work. What also does not work is the "Notifications" tab on the very top right bar. It shows how many mentions/quotes, but when I click on it to see them listed, it says "page not found" on my domain url and not inside the forum. The User Tags in the Shoutbox also do not bring one to the post where they were tagged.

I did re-upload the files in case, but I was prompted to "overwrite" so I know I put them in the right place.

I am sure it's just me, as I am also having trouble getting my Facebook App to display correctly :confused:

DragonByte Tech 09-01-2013 04:09 PM

Advanced Post Thanks / Like v3.1.5

(vB4) Change: The profile tab now supports profile customisation
Change: Usability improvements for the profile tab

Fillip

DragonByte Tech 09-24-2013 06:24 PM

Advanced Post Thanks / Like v3.1.7

(vB4) [DBTech] DragonByte Reviews Integration
  • Allows for clicking buttons for Reviews
  • Displays after the "slider" images
  • Integrates with existing integration settings for easy control

Bugfixes
  • If a user was excluded from the mod, this would not remove the button display from the user's [DBTech] DragonByte Gallery images.
  • (vB4) The profile tab CSS has been altered slightly to better support profile customisation.


Fillip

DragonByte Tech 10-11-2013 07:38 PM

Update

Hotfix: PHP 5.4 Compatibility fixes


This does not guarantee the mod is error free on PHP 5.4, but it will take care of the reported errors. Thank you all for your reports :)



Fillip

Ashar 11-19-2013 04:52 AM

i wana buy this tool pm me

DragonByte Tech 12-04-2013 01:51 PM

You can get more information regarding this mod here: http://www.dragonbyte-tech.com/produ...t-thanks-like/


Fillip

Ashar 12-05-2013 01:56 PM

me install this tool but the this not working thread simple show and what is bbc replacement code tell me

and when i click press like button i got this error [object xmldocument]

Ashar 12-06-2013 04:20 AM

i neeed solution plz give me response

Canddy 12-06-2013 07:39 AM

I installed this and am using it but there is this little box that pops up everything i like a post..

http://gyazo.com/a0da857a2c01be368b61f6caa338caa6

and I have to refresh it for results so How would i change that?? Please helppp

Ashar 12-06-2013 08:32 AM

same my problem

Ashar 12-19-2013 04:55 PM

how i can uninstall i can't unintsall take long time and then my server restart

DragonByte Tech 12-31-2013 12:42 AM

That's not an issue I've been able to replicate on any other forum.

If either of you want to share your FTP / AdminCP details, I'll be able to look into it further :)


Fillip

DragonByte Tech 01-26-2014 03:53 PM

Advanced Post Thanks / Like v3.2.0

New Features Added

Button Statistics Privacy
  • Hides buttons only active in certain forums from statistics page
  • Offers better privacy for admin-only buttons


Fillip


All times are GMT. The time now is 02:30 PM.

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

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

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete