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)

bigdadie 12-31-2013 04:03 AM

Quote:

Originally Posted by DragonByte Tech (Post 2471438)
This might be the wrong thread for that issue :)

Fillip

gotcha lol

newbie2007 12-31-2013 11:51 AM

Quote:

Originally Posted by DragonByte Tech (Post 2471438)
This is not an issue anyone else have been able to reproduce as far as I know. Can you please run the "Rebuild Statistics" maintenance action and then recalculate?

Have you configured the usergroup permissions in the Manage Buttons interface?

This might be the wrong thread for that issue :)



Fillip

Thanks! Figured it out, had to be done with the main admin account and not supermoderator!

Vaira 01-08-2014 02:06 PM

Quote:

Originally Posted by DragonByte Tech (Post 2469090)
There's userid and receiveduserid columns in the APTL dbtech_thanks_entry table as well.


Fillip

Sure, but why does DBTech maintenance not update the receiveduserid column properly?
VB maintenance did it right assigning the posts to the new userprofile (post count, search index, etc...)

I have assigned all the posts of a deleted user to a new ID, thus the new user(ID) inherits all the posts and all the thanks they have got.

Should your maintenance script not recollect all the posts a user has made and their thanks they have got? The thanks are still there....MEANS belong actually to the new user.

The description:"This will recalculate how many thanks / likes / dislikes a user should have. Best ran after the above Cleanup function has been ran."

It actually does not. Or am I missing something important?:confused:

Well, what happens to the receiveduserid column in the APTL dbtech_thanks_entry table after the user has been deleted via admin CP? Do they remain there (original userID)?

DragonByte Tech 01-08-2014 02:22 PM

Quote:

Originally Posted by Vaira (Post 2473002)
Sure, but why does DBTech maintenance not update the receiveduserid column properly?

Because you need to do that yourself. This mod has no way of knowing that what used to be receiveduserid X is now receiveduserid Y.

vBulletin does not automatically assume that either, you manually updated the userid column in the post table to change X to Y.

The same has to be done with the userid and receiveduserid column in the APTL table.

After you have done so, then run the maintenance action you listed.


Fillip

Vaira 01-08-2014 03:07 PM

Ah OK, that sounds reasonable. :) (It's not getting the relation from the post table)
So simply:

UPDATE dbtech_thanks_entry SET userid='xxx' WHERE username='Old Name';
UPDATE dbtech_thanks_entry SET receiveduserid='xxx' WHERE username='Old Name';

(xxx userID of new user) would work?


...sorry for the questions I am not familiar with db-tech table structure and what happens when the user has been deleted.
So userid and receiveduserid both have to get the same new ID there???
What is actually different of both, I'd think receiveduserid are those from who have thanked and should be untouched....

Thanks for your efforts answering my questions. :)

DragonByte Tech 01-13-2014 09:10 PM

Code:

UPDATE dbtech_thanks_entry SET userid = 'xxx' WHERE userid = 'Old ID';
UPDATE dbtech_thanks_entry SET receiveduserid='xxx' WHERE receiveduserid = 'Old ID';


Vaira 01-14-2014 01:23 PM

Thanks for your reply, but it's not that easy since the original userid no. vanished at dbtech_thanks_entry table after deletion of the user, you have programmed it that way???? ... . :)
Finally I had the chance to run several SQL SELECT queries myself to get an idea of your table. :)

To directly update (replace) the ID works only at receiveduserid column.
At the SQL UPDATE query the userid received 0 rows. (I am sure the user thanked, though)...I had tried that query already.
The original userid must have been lost already, the question is when and how...

What happens when a user has been deleted (and dbtech maintenance has been run afterwards), does it delete the db entryid? Does it change the userid? Fact is the old userid is not there anymore! Your first query is actually useless.
I also had a look at the db backup I've made right before I ran those queries and before I ran any maintenance, it seems the userid has been removed already there...

Vbulletin's post table gets userid = 0 guest BUT still has reference to the username. Also abe's table has the username column.

My original thoughts are realized at abe's mod. He does not use receiveduserid, the relation is gotten through the post table.

Any other way to get back the thanks given?
Thanks again. :)

great kitten 01-14-2014 10:38 PM

i got an error:

https://vborg.vbsupport.ru/external/2014/02/44.png

i cant give thanks, or anything.


i use vb 4.2.2

BadaTurkiye 01-15-2014 02:12 PM

After i click like button, message disapperas :D To see the message refresh needs ??

4ngeluxpunk 01-15-2014 08:47 PM

Quote:

Originally Posted by DragonByte Tech (Post 2471438)
This is not an issue anyone else have been able to reproduce as far as I know. Can you please run the "Rebuild Statistics" maintenance action and then recalculate?


Good thanks, but thanks to click on goes blank and will not be updated with the username of the person who has given thanks, and apart in the field is not updated postbit goes as seen in the picture, I did you mentioned but still the same. It is noteworthy that use PHP 4.2.2 and 5.4.20 vBuetin. I would appreciate your help.




All times are GMT. The time now is 11:12 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.04026 seconds
  • Memory Usage 1,748KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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