Missing action in membership levels in 7.1

In 7.09 you could assign a form moderator and give them "manage forum" access in membership levels.. Im trying to allow someone to mange my forums on the new 7.1 site but even doing the allow all does not give them access to /forum/?action=goto&manage_forum=1   I do not want to make the profile a full admin, is there a way to add that permission to the account???,, it was allowed in 7,09  as I said before

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 3 Feb 2014

o.O

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 3 Feb 2014

You can make it to work the same way as in old versions by changing the following line in modules/boonex/forum/integrations/base/callback.php file (near ~163 line):

$aRet['admin'] = $oProfile->_iProfileID ? isAdmin($oProfile->_iProfileID) || isModerator($oProfile->_iProfileID) : false;

Rules → http://www.boonex.com/terms
Quote · 4 Feb 2014

once i change that,, where to i set the person as a mod?? before i went to membership levels and it has the option "moderate forums" i dont see that in there after i made the change

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 4 Feb 2014

How do you set up moderators in Dolphin?  How do you know what moderators are allowed to do?

Geeks, making the world a better place
Quote · 4 Feb 2014

admin/settings/membership levels

 

then create a category called "moderators" and adjust to what permissions you want your mods to have,, the ONLY permission I dont see in 7.1 is create forum topic and group,,, all the other permissions are there,,  delete, remove, pin, for everything pics, groups, videos,, everything just like on 7.01  everything CEPT create forum groups and topics lol

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 4 Feb 2014

UPDATE `Profiles` SET  `Role` =  '9' WHERE  `NickName` = 'FORUM_MODERATOR_USERNAME';

 

Clear members cache after the query execution. 

Please note that this feature is almost not used, some traces are left for backward compatibility, in the future this functionality will be removed completely.

Rules → http://www.boonex.com/terms
Quote · 4 Feb 2014

I see Role 1 as members and Role 3 as administrators.  What would Role 2 be?  It would be nice if there was a Role 2 equal moderators.  A large social sites needs moderators.  Yes, the only way I see is through memberships instead of Roles.

Geeks, making the world a better place
Quote · 4 Feb 2014

i set role as 9 .. like it says,, im not getting what exactly to put in nickname  though,, im lost,, all i am suppose to change is the role and nickname right?.. and of course the line of code before i done did that

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 4 Feb 2014

GOT IT/!!!,,, THANK YOU!

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 4 Feb 2014

now i want to know,, why the hell are they doing away for the forums mod options?

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 4 Feb 2014

Clear members cache after the SQL query execution.

Rules → http://www.boonex.com/terms
Quote · 4 Feb 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.