We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

original admin cannot change role! | Forum

Joseph
Joseph Feb 23 '13
I installed a new site using oxwall and things are looking great all except one issue I want to remove all permissions from the free users and charge them for membership well in doing this I obviously need to change my original admin user role and the option is not there.I f I make a new admin they can change my user role but i cannot change my own which is weird
cit27
cit27 Feb 23 '13
that was my problem before;
And i Solve by this one:
http://www.oxwall.org/forum/topic/7897?page=2#post-39324
cit27
cit27 Feb 23 '13
change original admin
using database
Joseph
Joseph Feb 23 '13
thats fine I can solve it but whats oxwall doing to make it a non issue ya know what im saying?
Alia Team
Alia Feb 26 '13
Joseph, I have posted this somewhere.

Here is the solution:

ow_system_plugins/base/components/profile_action_toolbar.php

comment out/delete following lines:
 
if ( empty($addedData) )
        {
            $this->setVisible(false);
            return;
        }

This should bring "Change Role" button for the admin.
Joseph
Joseph Feb 26 '13
awesome thanks I looked but could not find this in forums