Module: User Tagging
Posted by Maurice Makaay
|
Re: Module: User Tagging June 26, 2009 02:42AM |
Registered: 17 years ago Posts: 60 |
|
Re: Module: User Tagging July 06, 2009 03:13PM |
Registered: 17 years ago Posts: 60 |
|
Re: Module: User Tagging July 16, 2009 01:29PM |
Admin Registered: 21 years ago Posts: 8,532 |
The post counts are stored in the custom profile field "mod_user_tagging".
You can remove that field and then recreate it (make sure that you use the exact same field settings).
However, rebuilding the post counts should reset the counters as well.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
You can remove that field and then recreate it (make sure that you use the exact same field settings).
However, rebuilding the post counts should reset the counters as well.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Module: User Tagging October 21, 2009 01:22PM |
Registered: 16 years ago Posts: 24 |
|
Re: Module: User Tagging October 21, 2009 01:42PM |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Module: User Tagging October 21, 2009 01:48PM |
Registered: 16 years ago Posts: 24 |
The issue is I can not delete a rule that was setup in this mod. There is the following buttons
[code="html4strict"]
Edit| Copy| Delete
[/code]
I should be able to select delete and delete that rule. But it doesn't, it goes all the way to "Are you sure you want to delete the rule "Lurker"? " Yes No
I select yes and the rule is still there.
[code="html4strict"]
Edit| Copy| Delete
[/code]
I should be able to select delete and delete that rule. But it doesn't, it goes all the way to "Are you sure you want to delete the rule "Lurker"? " Yes No
I select yes and the rule is still there.
|
Re: Module: User Tagging October 21, 2009 02:08PM |
Admin Registered: 21 years ago Posts: 8,532 |
What you kind of left out of the story was the fact that you were getting admin timeout warnings in between, right? If you did, then the new 1.0.6 release of the module should fix this issue for you. Otherwise, give it a try anyway. 1.0.6 works for me on Phorum 5.2.13.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Module: User Tagging October 21, 2009 02:23PM |
Registered: 16 years ago Posts: 24 |
|
Re: Module: User Tagging December 03, 2009 04:29PM |
Registered: 17 years ago Posts: 60 |
Quote
Maurice Makaay
The post counts are stored in the custom profile field "mod_user_tagging".
You can remove that field and then recreate it (make sure that you use the exact same field settings).
However, rebuilding the post counts should reset the counters as well.
Hi Maurice,
I'm still struggling to get this module to work. I have spent some time looking into the code and have found something that I am not sure is correct and would appreciate your input if possible.
EDIT: Sorry, should clarify. The paragraph below relates to the user_tagging_process_rule function.
Within the api.php there is a switch block for the rule scope, for all my rules this is going into the GLOBAL case. However, looking at the following code I would expect $count to return an int and it appears to be returning a character. Incidentally, the character value returned in the $count variable is the same as held in $user['admin'].
Is this correct or is my user table corrupted ??
Thanks, Jon.
Edited 1 time(s). Last edit at 12/03/2009 04:32PM by tankslap.
|
Re: Module: User Tagging December 03, 2009 05:54PM |
Admin Registered: 21 years ago Posts: 8,532 |
What is the content of $user['admin']? That one should either be 0 (zero) or 1 (one).
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Sorry, only registered users may post in this forum.

