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)

jimnyc 05-17-2016 12:42 PM

Quote:

Originally Posted by DragonByte Tech (Post 2570955)
If the page has stopped loading you can run the queries manually
Code:

alter table post add dbtech_thanks_cache mediumtext
Code:

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

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

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

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

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

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


Fillip

The first 3 or so told me that they were already there, and then the rest ran successfully without issue. But I don't see it under manage products, nor anywhere to modify settings. What would be next if I ran these SQL queries manually?

DragonByte Tech 05-17-2016 12:42 PM

Attempt the installation again :)


Fillip

jimnyc 05-17-2016 12:52 PM

Quote:

Originally Posted by DragonByte Tech (Post 2570958)
Attempt the installation again :)


Fillip

That did it, thanks much!!

jimnyc 05-17-2016 03:26 PM

When I click on the notifications, it brings me to the profile page - but they are listed as oldest first, and you must go to a few pages later to get to the latest clicks. Is there a way to reverse this, so current clicks are shown first?

Thanks!

DragonByte Tech 05-17-2016 03:27 PM

Quote:

Originally Posted by jimnyc (Post 2570962)
When I click on the notifications, it brings me to the profile page - but they are listed as oldest first, and you must go to a few pages later to get to the latest clicks. Is there a way to reverse this, so current clicks are shown first?

Thanks!

Are you sure? There is absolutely nothing in the code that indicates oldest first, in fact it explicitly sorts by newest first. Out of the several thousand people that uses this mod, this is the first time anyone has reported this as well.


Fillip

jimnyc 05-17-2016 03:31 PM

Quote:

Originally Posted by DragonByte Tech (Post 2570963)
Are you sure? There is absolutely nothing in the code that indicates oldest first, in fact it explicitly sorts by newest first. Out of the several thousand people that uses this mod, this is the first time anyone has reported this as well.


Fillip

Before I take a screenshot to show you - I must add that it is still running the importer as I write this, would that affect anything? But I'm gathering a screenshot to show you what I mean now.

jimnyc 05-17-2016 03:33 PM

Here's a shot of only the first page, but you can see the older date is on top:

http://i.imgur.com/Cvv8XsE.jpg

DragonByte Tech 05-17-2016 03:35 PM

Quote:

Originally Posted by jimnyc (Post 2570964)
Before I take a screenshot to show you - I must add that it is still running the importer as I write this, would that affect anything? But I'm gathering a screenshot to show you what I mean now.

Yes, that will be the cause. The problem is that whatever system you are importing from ordered the entries in an incorrect way.

For performance reasons, this mod will order entries by entry ID, e.g. the order they were inserted in. If your system and/or database table did not insert entries in a chronological order, then the importer (and subsequently, the historical display) will import them in the same order.

This will not be an issue going forward.


Fillip

jimnyc 05-17-2016 03:48 PM

Quote:

Originally Posted by DragonByte Tech (Post 2570966)
Yes, that will be the cause. The problem is that whatever system you are importing from ordered the entries in an incorrect way.

For performance reasons, this mod will order entries by entry ID, e.g. the order they were inserted in. If your system and/or database table did not insert entries in a chronological order, then the importer (and subsequently, the historical display) will import them in the same order.

This will not be an issue going forward.


Fillip

Thanks for the detailed explanation. I'm using the "Abes Thank you hack 7.85". Not sure if it did something improper now would I have a clue how to check anyway! LOL

Thanks for all of your help. :)

IggyP 05-24-2016 10:46 PM

hello,
im trying to figure out....is it possible to integrate this closer into vbcredits?

we want to make a custom button that can give points from one members account to anothers...

i thought it could be a button that charges say 10 pts to push, then a credits rule that if someone pushes that button on your post you get 10pts, but i dont see them in the list...

we have pro versions of both products installed btw...

DragonByte Tech 05-27-2016 10:41 PM

Quote:

Originally Posted by IggyP (Post 2571294)
hello,
im trying to figure out....is it possible to integrate this closer into vbcredits?

we want to make a custom button that can give points from one members account to anothers...

i thought it could be a button that charges say 10 pts to push, then a credits rule that if someone pushes that button on your post you get 10pts, but i dont see them in the list...

we have pro versions of both products installed btw...

Unfortunately not, sorry :(


Fillip

mc0676 05-28-2016 08:34 PM

I did an upgrade (my mistake, i do not remember the old version) and it stopped to work.
When i click thanks nothing happens.
I read all the attached txt about what do when upgrading but ... it continue to not work.

Any suggestion ?

DragonByte Tech 05-28-2016 08:38 PM

Hmmm... The most common cause for this is outdated customised templates. Have you customised any of the templates from this mod? If so, could you try reverting those customisations?

Other than that, the only other thing I can think of is to make sure that all the files are uploaded in their correct folders - the best way to ensure this is to drag and drop the contents of the upload folder (not the upload folder itself) into your forum folder.

Let me know if this resolves it :)


Fillip

mc0676 05-28-2016 09:00 PM

He Fillip,
u was right !
The responsable is this piece of code in the footer.
It's a "scroll to top" code.

---

<style type='text/css'>
#bttop{border:1px solid #000000;background:#696969;text-align:center;padding:5px;position:fixed;bottom:20p x;right:20px;cursor:pointer;display:none;color:#ff f;font-size:11px;font-weight:900;}
#bttop:hover{border:1px solid #ffa789;background:#ff6734;}
</style>
<div id='bttop'>TOP</div>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>$(function(){$(window).scroll(function (){if($(this).scrollTop()!=0){$('#bttop').fadeIn() ;}else{$('#bttop').fadeOut();}});$('#bttop').click (function(){$('body,html').animate({scrollTop:0},8 00);});});</script>

---

DragonByte Tech 05-28-2016 09:01 PM

You can most likely fix this by changing the jQuery version to 1.7.1 in that code (from 1.3.2) :)


Fillip

mc0676 05-28-2016 09:03 PM

And it worked !

Thank u Fillip, really.

Good night now, here 01:00 A.M.

tomfuegue 06-08-2016 06:07 AM

Hi, this is my forum: http://900grados.es/foro

I've purchased this hack in Pro version. I've installed and put on the buttons "like", "dislike" and "thanks", but when you press one of them, do nothing, and the bowser shows javascript://, what's wrong?.

mc0676 06-08-2016 06:13 AM

Read last 5 posts :)

tomfuegue 06-08-2016 08:23 AM

Quote:

Originally Posted by mc0676 (Post 2571767)
Read last 5 posts :)

"Top" button for me, too. :up:

Thank you very, vey much!!!.

mc0676 06-08-2016 08:25 AM

Nice to hear !

ed762 06-21-2016 11:44 PM

we installed the mod, but have problem doing this:

"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"

We simply do not have "DBTech - Post Thanks" in your AdminCP navigation menu"

Any pointers? We loaded the XML, and the general menu is available under " vb options"

DragonByte Tech 06-21-2016 11:52 PM

Make sure you're set as super admin in config.php.

Fillip

DragonByte Tech 07-03-2016 06:41 PM

Quote:

Originally Posted by X-or (Post 2572716)
Does the pro version have a feature similar to xenforo where you only have a summary on postbit, for example : 4 like 1 dislike 2 thanks ... list
and only when you click list you can have all the names

asking because otherwise this mod really is a big trouble for large boards where there can be thousands reactions

It does indeed :)


Fillip

DragonByte Tech 07-09-2016 05:38 PM

Quote:

Originally Posted by X-or (Post 2572777)
Thank, can we see a postbit screenshot somewhere, I would like to see exactly what the postbit looks like.

https://i.imgur.com/LJsdLn1.png :)


Fillip

DragonByte Tech 07-13-2016 01:12 PM

Quote:

Originally Posted by X-or (Post 2573082)
^Thanks but I see no "list" feature like in xenforo

Clicking the bubbles brings up a list of all users who clicked the button :)


Fillip

DragonByte Tech 08-08-2016 10:06 PM

Advanced Post Thanks / Like v3.5.3

Fix: Fixed a compatibility issue with vBulletin 3.8.11 Alpha 1

Fillip

Makaze 08-12-2016 02:12 PM

I am having an error where the button to like a post has mysteriously disappeared from my site. The product has been working for a long time but just recently the button in the bottom of the postbit does not show up. I can still access old Thanks from the Thanks tab on my profile, but the button no longer exists. When I inspect the elements, I find that it is not even in the DOM at all. No changes have been made to the templates involved.

This is my url: http://www.mafiauniverse.com/forums/

Thank you in advance,
Makaze

DragonByte Tech 08-13-2016 06:52 PM

Quote:

Originally Posted by Makaze (Post 2574638)
I am having an error where the button to like a post has mysteriously disappeared from my site. The product has been working for a long time but just recently the button in the bottom of the postbit does not show up. I can still access old Thanks from the Thanks tab on my profile, but the button no longer exists. When I inspect the elements, I find that it is not even in the DOM at all. No changes have been made to the templates involved.

This is my url: http://www.mafiauniverse.com/forums/

Thank you in advance,
Makaze

Have you checked the per-button click permissions?


Fillip

Makaze 08-14-2016 03:47 AM

Quote:

Originally Posted by DragonByte Tech (Post 2574702)
Have you checked the per-button click permissions?


Fillip

Yes. None of the settings have been changed. The forum permissions are enabled for the forums I'm checking and the problem happens for all user groups. Existing thanks show, but the button to actually add a Thanks to a post doesn't.

DragonByte Tech 08-15-2016 04:17 PM

Have you customised any of the APTL templates? If so, could you try reverting them?

Fillip

Makaze 08-15-2016 11:24 PM

I have not customized any of them.

ChloeDione 08-23-2016 03:59 AM

Okay so my set up has a similar problem Fillip...the only thing is, I only just installed it and even though the ACP / install is fine, I have zero buttons, anywhere at all. Not on the Post_Bit, no changes to templates - nothing. The thanks / likes stats are there but just no options to actually like a post. I think I have gone through all the settings correctly...any ideas?

DragonByte Tech 08-25-2016 09:43 AM

Have you configured the per-button click permissions in the AdminCP? If you do not see the left side DBTech - Post Thanks menu, please make sure you are set to Super Administrator in config.php

If you do not see any buttons in this interface, please try clicking Repair Cache.

Fillip

Makaze 08-25-2016 01:33 PM

Quote:

Originally Posted by DragonByte Tech (Post 2575213)
Have you configured the per-button click permissions in the AdminCP? If you do not see the left side DBTech - Post Thanks menu, please make sure you are set to Super Administrator in config.php

If you do not see any buttons in this interface, please try clicking Repair Cache.


Fillip

I have done both of these and even upgraded the product, with no changes. Thanks button is enabled in all but one category and I can see thanks below posts, but I cannot thank new posts.

pecky 08-25-2016 04:28 PM

Sorted, operator error

ChloeDione 08-25-2016 05:40 PM

Quote:

Originally Posted by DragonByte Tech (Post 2575213)
Have you configured the per-button click permissions in the AdminCP? If you do not see the left side DBTech - Post Thanks menu, please make sure you are set to Super Administrator in config.php

If you do not see any buttons in this interface, please try clicking Repair Cache.


Fillip

Yeah I am a Super Admin, it just took like until the following day for it to come through, for whatever reason...?

Might have been to do with how often the system updates / but then again I thought that it was only relevant to the forum leaders page, anyway?

A ton of the things were uploaded to incorrect folders but I amended that before the product was put in. The general options page had the DBtech option but not the separate admin (dedicated) panel on the left side of the ACP.

That showed the following day - is that to do with how long it takes for the ACP to update?

Either way, with a bunch of professional help (from a good friend from here), it is not sorted!

Thank you for your help. (And product of course).

xxx

ChloeDione 08-25-2016 06:05 PM

Quote:

Originally Posted by pecky (Post 2575227)
Fresh install here on vBulletin 4.2.3 Patch Level 2, I get the threadbit stats and can turn them on and off and a summary box at the top of the thread for total thanks / likes, but no buttons anywhere to actually thank or like.

Pretty sure I've enabled everything where it needs to be.

Okay so this is exactly what I went through - how many side panels do you get in the ACP? I get one in the general options then settings (top option, then right down to the bottom on the next set of fall downs) but a second panel on the left side did not appear for me until a day after.

So maybe today that option has arrived for you? Glad to see that it is not just me lol.

Cla75 08-25-2016 07:56 PM

i have vb 4.2.3 Patch Level 2 with DragonByte Tech: Advanced Post Thanks / Like Lite 3.5.3 BUT not work

I see the "Like-Button" and "thanks" next to each post but clicking nothing happens !

Mouse over the button read "javascript://"

What could be your problem ?

thanks for support !

mustafaa 08-28-2016 09:27 AM

Quote:

Originally Posted by Cla75 (Post 2575238)
i have vb 4.2.3 Patch Level 2 with DragonByte Tech: Advanced Post Thanks / Like Lite 3.5.3 BUT not work

I see the "Like-Button" and "thanks" next to each post but clicking nothing happens !

Mouse over the button read "javascript://"

What could be your problem ?

thanks for support !

I have same problem too.

How to fix this problem?

Thanks for your support.


I get fix this problem like that:
The footer template of my theme is included that code for jQuery:
Code:

<script src='https //ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js ' type='text/javascript'></script>
i changed that line to this:
Code:

<script src='http://code.jquery.com/jquery-1.7.1.min.js' type='text/javascript'></script>
and than it works fine now.

Cla75 08-29-2016 09:10 AM

mustafaa, thanks for reply

I tried to replace the string you reported ( I also had that old " 1.3.2 ) but I still do not see the work "thanks" and "Like" buttons :-(


All times are GMT. The time now is 06: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.04529 seconds
  • Memory Usage 1,847KB
  • 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
  • (9)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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