![]() |
Quote:
|
Quote:
|
Quote:
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)? |
Quote:
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 |
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. :) |
Code:
UPDATE dbtech_thanks_entry SET userid = 'xxx' WHERE userid = 'Old ID'; |
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. :) |
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 |
After i click like button, message disapperas :D To see the message refresh needs ??
|
Quote:
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. |
my question is still un answered & prob is still persistent plz solve the issue.
on my forum thanks/like buttons are na appers thats why i disable the mod. i am using vbulletin 4.2.2 |
Quote:
In the admin panel under DBTech - vBShout have you tried Repair Cache you might have to do this a few times. Also check permissions in Instance Management but without more info its hard to help you |
Quote:
Quote:
Quote:
Fillip |
Quote:
Sorry I meant to use vBulletin 4.2.2 and PHP 5.4.20. Haber if I can help out with this bug that occurs. |
Quote:
Why are they missing? You should know it best, do you really want to help me? :);) Sure without original ID there is no recovery! But I never have said that I haven't it!!! I HAVE the original id already UPDATED at receiveduserID!!! And I have recovered the thanks received already....what is still missing are the thanks given.. Do you read my posts? ;) Are the entryid rows with the original userid persistent or not AFTER a user has been deleted? You suggest an UPDATE query even though the old userid containing entryid row is missing! You can go into tech details I am familiar with the tables now, I simply have had no access myself to the vbulletin SQL database!!! Thanks again. :) |
DragonByte Tech, if you have converter "Likes" from [AJAX] Thumbs Up? to Advanced Post Thanks => Like ?
Thanks. |
my dear what info you want?
i have not installed vbshout. i have installed only DBTech Advance post thanks/like. after installation thank /like button is not appear beneath each post or thread. i have repaired cache many time but no result. Quote:
|
I have figured it myself!
@developer: Why do you advise to UPDATE the userid column with the new ID even though the complete corresponding entryid rows get REMOVED when a user has been deleted???? You could have saved me a lot of time posting that the thanks given are lost at the moment when the user has been deleted! The thanks received (receiveduserid column) persist (the entryid rows), though and can be recovered by updating with the new ID! Can you change that at a further update of your mod, please? I mean the userprofile is gone anyway, the thanks received are still left and the thanks given could be still left over at your table for recovery...a little improvement. :) Thanks again. |
Advanced Post Thanks / Like v3.2.0
New Features Added Button Statistics Privacy
Fillip |
Can I make a request?
Would it be possible to make this mod compatible with Tapatalk such as the "Post Thank You Hack" is? |
Hello DBTech,
Is it possible to make Thanks/Likes integrated with RepPower? What I mean, if user X receives 5 likes let's say he'll receive an extra 1 RepPower point, and if he receive 2 Thanks then he'll receive 1 RepPower point. Something like that. This will make reputed users stand out among others. What do you think? Cheers! :D |
When doing a search, the result is a blank page.
vBulletin 4.2.2 [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX] 3.2.0 |
Code:
Fatal error: Class 'THANKS' not found in ***/forums/dbtech/thanks/actions/admin/button.php on line 28 Code:
Parse error: syntax error, unexpected $end in ***/forums/dbtech/thanks/actions/admin/search.php on line 55 Any ideas? Thanks :D |
Quote:
Quote:
Quote:
Quote:
Fillip |
Quote:
vb 4.2.2. brand new, default style I don't see this manage screen anywhere either? https://vborg.vbsupport.ru/attachmen...9&d=1275100545 |
Parse error: syntax error, unexpected $end in /home/nextgen6/public_html/teaminvictus.co.uk/dbtech/thanks/actions/admin/search.php on line 55
Any ideas ? Cheers |
you can make it to hide x area in the text?
ex links.. |
I know this has been asked somewhere, but I just could not find it. I want to move the "like" and "thanks" buttons onto one line instead of one on top of another.
Can someone tell me how to do that please? Thanks. |
Quote:
Quote:
Quote:
Quote:
Fillip |
Quote:
https://vborg.vbsupport.ru/ |
It would be great if I could move the thanks up to the other symbols, like promote to article and report post, etc.
https://vborg.vbsupport.ru/ Does anyone know how I could do this? Thanks! |
Quote:
|
Quote:
Can anyone help with this? At least get the two lines of the mod's output on the same line? It is making each post too long. Thanks! Nelson www.hobby-machinist.com |
I was wondering, you know the post/thanks plugin.. I was wondering how can I move it from a little box under the post http://prntscr.com/2r0zrj
To where it's actually on the post, like this forum has; http://prntscr.com/2r10fp (the users who have liked the posts, are there) Thanks. |
Only for the pro version
|
Thanks Force, no one was answering about moving the thanks over .... Now I know it is a pro function.
|
how to manuel show postbit stats ? what is the code?
|
When am I getting this error when pressed the manage button?
Invalid Button: 0 |
Error in admincp for search is the only problem I'm having.
|
I read, installed and did all the edits in code and uploaded in right directories. installed like I have over the last 10+ years on any hacks....
even changed the permissions... On VB 4.2.2 AND NOTHING.... The Admin Cp - did everything the instructions said. I have no errors ... nothing. Have no idea where to look, almost like where is the ON BUTTON, LOL... David |
All times are GMT. The time now is 04:22 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|