Author |
Message |
tourniqu3t
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 16, 2009
Posts: 91
|
Posted:
Mon Apr 15, 2013 8:45 pm |
|
How to add users moderator and get them in moderator group |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 17, 2013 11:34 pm |
|
*bump* Does anyone know how to do this? The user's name supposes to show green name too. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/48fb116845dfecf66294c.gif)
Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Thu Apr 18, 2013 12:03 am |
|
are you referring to "groups moderator"? It's been awhile since I messed with that, but I think you have to be logged in as the moderator group "moderator" and then click on usergroups within the forums. then add other mods. There is a way to add them in the forums acp as well (user admin - permissions) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 18, 2013 10:27 am |
|
Yes, I am referring to "groups moderator". I put my other user as "test" in usergroups. Then I logged into test and go in forums. My user doesn't show green name. It doesn't look like it has no powers.
And also I tried to add test via User Admin -> permissions. I put all forums as "Is moderatored"
I received the error message like this
Code:Could not obtain moderator status
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND aa.group_id = ug.group_id AND aa.auth_mod = 1 GROUP BY ug.us' at line 3
SELECT ug.user_id, COUNT(auth_mod) AS is_auth_mod FROM nuke_bbauth_access aa, nuke_bbuser_group ug WHERE ug.user_id IN () AND aa.group_id = ug.group_id AND aa.auth_mod = 1 GROUP BY ug.user_id
Line : 561
File : admin_ug_auth.php
|
And I tested on user level and changed from user to administrator. It doesn't work too. administrator level is not really moderator. right? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 18, 2013 10:57 am |
|
There is a "fix group" script in the distro:
UtilityFiles/DBFixes/
Sounds like you may need to run it, but there are some other posts about it if you search the forums; which I might look at first. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 18, 2013 12:50 pm |
|
Do I just upload fix group.php and open that file via webpage? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
neralex
Site Admin
![](modules/Forums/images/avatars/201442295664a46e4575d46.jpg)
Joined: Aug 22, 2007
Posts: 1775
|
Posted:
Thu Apr 18, 2013 1:02 pm |
|
Load it in the module folder of 'Forums' and then execute it from this folder. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
CodyG
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/186c8977515afcc3ed82a.jpg)
Joined: Jan 02, 2003
Posts: 714
Location: Vancouver Island
|
Posted:
Thu Apr 18, 2013 1:09 pm |
|
Yes... it's a forums thingy. argggg. |
_________________ "We want to see if life is ubiquitous." D.Goldin |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 18, 2013 1:40 pm |
|
Which folder do I have to place it in? There is more than one folder "Forums". |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
neralex
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 18, 2013 2:28 pm |
|
module folder of 'Forums' = /modules/Forums/ |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 18, 2013 6:11 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 19, 2013 12:22 am |
|
*bump* I believe that it's fixed. You are right about placing fixgroup.php in /modules/Forums/fixgroup.php
But you forgot to say that I should type the hyperlink like this after I place the file in /modules/Forums/
Code: http://www.yoursite.com/modules.php?name=Forums&file=fixgroup
|
That should be executed after you type or copy that in url.
Note: You must log in your main accounts as site admin and GOD before you try to execute fixgroup.php. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
tourniqu3t
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 22, 2013 7:10 pm |
|
spasticdonkey wrote: | are you referring to "groups moderator"? It's been awhile since I messed with that, but I think you have to be logged in as the moderator group "moderator" and then click on usergroups within the forums. then add other mods. There is a way to add them in the forums acp as well (user admin - permissions) |
I noticed that user admin - permissions doesn't make the username into green username when I add the username as the moderator on the forums. It only works great with group Admin -> Permissions. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|