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)

Alibass 08-06-2014 04:53 PM

Quote:

Originally Posted by MajorKokosnuss (Post 2510021)
Well there is post/thanks thingy in the posts. But no buttons

Go to your admincp/DBTech Post Thanks and click Repair Cache. That should fix your button problem if the mod was installed correctly.

MajorKokosnuss 08-06-2014 05:02 PM

Quote:

Originally Posted by Alibass (Post 2510022)
Go to your admincp/DBTech Post Thanks and click Repair Cache. That should fix your button problem if the mod was installed correctly.

Nope :S

http://prntscr.com/4a6r81

Alibass 08-06-2014 05:09 PM

Quote:

Originally Posted by MajorKokosnuss (Post 2510024)

I don't think you have the mod installed correctly.

Also a newer version available on DBTech website.

You can go here http://www.dragonbyte-tech.com/f52/ to their help forum for this mod and maybe get faster answers to your problem.

MajorKokosnuss 08-06-2014 05:26 PM

I am using the newest version and i have installed it correctly :O

EDIT: Reinstalling fixed this issue

ForceHSS 08-06-2014 05:34 PM

Quote:

Originally Posted by MajorKokosnuss (Post 2510026)
I am using the newest version and i have installed it correctly :O

EDIT: Reinstalling fixed this issue

If installed correctly, then you should now be having no problems, and did you follow the Readme file right
Quote:

1. Upload all files from the "upload" folder to your forums directory.

2. CHMOD the following folders to 0777
/dbtech/thanks/vbactivity_type

3. Import the product-dbtech_thanks.xml file from the "XML" folder at AdminCP ->
Plugins & Products -> Manage Products -> Add/Import Product

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

Alibass 08-06-2014 06:08 PM

Quote:

Originally Posted by MajorKokosnuss (Post 2510026)
I am using the newest version and i have installed it correctly :O

EDIT: Reinstalling fixed this issue

Glad you got it work out...

GeorgeB85 08-08-2014 06:10 PM

1 Attachment(s)
Is there a way to remove all the likes, dislikes, thanks etc from this error?

ForceHSS 08-08-2014 06:48 PM

Quote:

Originally Posted by GeorgeB85 (Post 2510392)
Is there a way to remove all the likes, dislikes, thanks etc from this error?

what error, you have not posted any error

GeorgeB85 08-08-2014 07:49 PM

Quote:

Originally Posted by ForceHSS (Post 2510395)
what error, you have not posted any error

I attached a picture to my previous post. It is not an error. Wanting to know if there is a way to remove all the likes, dislikes, thanks etc that show under username on the forums.

bzcomputers 08-08-2014 09:21 PM

Quote:

Originally Posted by GeorgeB85 (Post 2510401)
I attached a picture to my previous post. It is not an error. Wanting to know if there is a way to remove all the likes, dislikes, thanks etc that show under username on the forums.

Yes, under "Manage Buttons" then "Edit" you will see these options:

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

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

GeorgeB85 08-08-2014 09:52 PM

Quote:

Originally Posted by bzcomputers (Post 2510404)
Yes, under "Manage Buttons" then "Edit" you will see these options:

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

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

Thank you kindly

DragonByte Tech 08-09-2014 01:12 PM

Quote:

Originally Posted by Chadi (Post 2509797)
Is this possible on mobile?

Unfortunately not, sorry :(

Quote:

Originally Posted by AusPhotography (Post 2509819)
We are using another jQuery tool and because thanks.js uses .noconflict; it breaks.

So we fixed it by
This
Code:

$.noConflict(true)(function($)
Replaced by
Code:

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

Can we make the use of .noconflict optional?

No, this cannot be made optional.

Quote:

Originally Posted by AusPhotography (Post 2509819)
Also... Can we make the jQuery version a parameter, currently
PHP Code:

public static $jQueryVersion     '1.7.2'

in class_core.php
I've changed this to 1.11.0 and it works fine.

As you yourself pointed out, it is a parameter in that file. I'm not sure what else you're looking for?


Fillip

DragonByte Tech 08-09-2014 01:18 PM

Advanced Post Thanks / Like v3.2.9

Changes To Existing Features:

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


Fillip

AusPhotography 08-10-2014 11:03 AM

Quote:

Originally Posted by DragonByte Tech (Post 2510499)
As you yourself pointed out, it is a parameter in that file. I'm not sure what else you're looking for?

Put it in in the Admin CP options :)

ketchup 08-17-2014 10:18 PM

My vB version is the latest v. 4.2.2 PL1
I followed instructions fully: upload + CHMOD 777 then import XML from admin CP. I had a message saying the: "/forums/dbtech/thanks/includes/class_install.php appears to be missing!"
I checked in the folder includes, the file class_install.php is there ..
I uploaded that file again confirmed overwrite but when importing XML I had same error message ..
Please help.

ketchup 08-18-2014 09:35 AM

I removed all uploaded files/folders then reinstalled - this time all successful but when I went to DBtech - Post thank / Manage Button I had the message: Invalid Button = 0
Please help!

ozzy47 08-18-2014 09:38 AM

Click on Repair Cache in the DBTech - Post Thanks menu in your ACP, you may need to do it a few times.

ketchup 08-18-2014 09:51 AM

Thank ozzy, I have looked to previous posts and done exactly as you adviced. It works right now.

ozzy47 08-18-2014 10:14 AM

Good to hear. :)

findingpeace 08-27-2014 12:20 PM

I love this mod, but it takes a toll on my site's performance.

All other DBTech mods are so good with caching and speed, so I decided to investigate what's up with this one specifically. I found the culprit to be the following hook:

Global Initialisation in global_bootstrap_init_complete

Which calls this file:

/dbtech/thanks/hooks/global_start.php

Which in turn calls /dbtech/thanks/includes/class_core.php (for THANKS::init($vbulletin))

In class_core.php, under the function public static function init($vbulletin), if I comment out the following line:

Code:

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

Because this is a global hook, it causes slowness across the entire website, even pages that don't have any Thanks / Likes logic on them.

Of course, I can't actually leave this line commented out because I'm sure it's important.

So I would ask if there's anything we can do to optimize this, considering it's global?

I also have User Tagging installed, and I tested the same with that. The Global Initialisation for that has no impact on performance. I can disable the entire mod and the site is the same speed. the getPermissions function is identical to the Thanks / Likes getPermissions function.

So what specifically about Global Initialisation and getPermissions for Thanks / Likes is slowing things down?

Note: This testing was done on my QA environment, which is 100% vanilla vBulletin 4.2.2 with no other mods installed.

Thanks!

findingpeace 08-27-2014 01:36 PM

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

Alan_SP 08-27-2014 09:21 PM

Yes, I wrote about this before.

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

Newer versions solved this problem greatly. :up:

ScotMini 08-28-2014 08:59 AM

Thanks

findingpeace 08-30-2014 12:25 PM

Quote:

Originally Posted by Alan_SP (Post 2512915)
Yes, I wrote about this before.

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

Newer versions solved this problem greatly. :up:

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

Tagging 3.0.8pl1
Notifications 1.0.5

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

DragonByte Tech 08-30-2014 12:31 PM

It's possible, I don't fully recall all the changes that were made in newer versions.

Fillip

Alan_SP 08-30-2014 09:16 PM

Quote:

Originally Posted by findingpeace (Post 2513118)
Cool! Do you know if any other older DBTech mods have this problem?

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

tini_lam 09-02-2014 07:52 AM

I have bbcode google document use tag iframe. When I click button Thanks then Iframe google document load again with full screen.

This bug. Help me fix it.

DragonByte Tech 09-02-2014 09:03 AM

That is not a bug. You can turn off the Disable Post Refresh option in the vBulletin Options for this mod.

Fillip

tini_lam 09-02-2014 09:49 AM

ok, I done well.

cloudfarmer 09-26-2014 05:08 PM

Hi, i'm having a slight problem with installing.

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

Not Found

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

could someone please tell me where I have gone wrong

thankyou

powerwheelie 09-27-2014 12:30 PM

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

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

Only Post Thanks / Like on the userinfo left side.

How do I make this work?

DragonByte Tech 09-28-2014 03:17 PM

Quote:

Originally Posted by cloudfarmer (Post 2516581)
Hi, i'm having a slight problem with installing.

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

Not Found

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

could someone please tell me where I have gone wrong

thankyou

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

Quote:

Originally Posted by powerwheelie (Post 2516628)
Same problem here, I get a Invalid Button: 0 message when clicking magane buttons.

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

Only Post Thanks / Like on the userinfo left side.

How do I make this work?

Click Repair Cache, then edit each button and set the Can Click permissions.


Fillip

cloudfarmer 09-30-2014 06:52 PM

thanks works great, i'm really pleased to have this on my forum. Running on 4.2

koolfire 10-01-2014 04:31 AM

I'm getting this error trying to upload this as a product (I've done everything else as specified) ==> http://screencast.com/t/9WLLjHU5Fbj

Firyou 10-01-2014 08:54 AM

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

DragonByte Tech 10-02-2014 11:16 PM

Quote:

Originally Posted by koolfire (Post 2517169)
I'm getting this error trying to upload this as a product (I've done everything else as specified) ==> http://screencast.com/t/9WLLjHU5Fbj

What error?

Quote:

Originally Posted by Firyou (Post 2517181)
I'm switching over from Abe's thank post mod and when I imported the thanks it still says 0 on this mod. I have over 1 million thanks and users can than their own posts on my forum. Not sure if that matters

Did you run the maintenance actions after the import?


Fillip

s_cocis 10-03-2014 08:56 AM

Hi,

don't work with TAPATALK 5.2.1 ?

JohnScag 10-13-2014 02:29 PM

After I install this product, I get a database error when I attempt to go to any of my threads. They come back only after I disable the product. Did I do something wrong in the install?

ozzy47 10-13-2014 03:02 PM

Kinda hard to tell what the issue is without the actual error.

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

hi

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


All times are GMT. The time now is 08:52 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.03835 seconds
  • Memory Usage 1,840KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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