DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 16367--------------------------------------------------
How do i make another administrator membergroup?
DIR By: e a t p l z
Date: October 18, 2015, 10:51 am
---------------------------------------------------------
Hi, i have a few admins on my forum. But the thing is, i want
each one to have different membergroup privleges but still be
administrator. How do i do this? When i go to create a new
membergroup there's no option to make admin permissions. ty
#Post#: 16368--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: CreateAForum
Date: October 18, 2015, 11:00 am
---------------------------------------------------------
Just make a new group then give that as their primary group.
Then for secondary group when editing profile check
administrators
#Post#: 16369--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: e a t p l z
Date: October 18, 2015, 11:06 am
---------------------------------------------------------
i just realized i said i want them to have different membergroup
privleges. I meant to say, I want them to have different
membergroup ranks/icons. Like one to say founder, admin, etc..
but still be an administrator.
#Post#: 16370--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: CreateAForum
Date: October 18, 2015, 11:12 am
---------------------------------------------------------
Yeah you would do exactly like I said. You can have a primary
membergroup on the member and a secondary as well.
Profile -> Account Settings then look at the membergroup options
#Post#: 16371--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: e a t p l z
Date: October 18, 2015, 11:44 am
---------------------------------------------------------
I got it to show on the "Membergroup" Page that it's working.
But on the actual forum itself, my image is not displayed.
Here is my code;
--- Code ---
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/star.gif"
,
"
HTML http://i58.tinypic.com/210nlo9.jpg"]
var all_images = document.getElementsByTagName('IMG');
for(i=0;i<all_images.length;i++){
for(j=0;j<img_b.length;j++){
if(all_images[i].src == img_b[j][0]){
all_images[i].src = img_b[j][1];
}}}
</script>
--- End Code ---
Here is the picture of membergroups;
[IMG]
HTML http://i60.tinypic.com/qn3g34.jpg[/img]
I changed the settings because I want that image and title to
display, but I still want administrator settings on the account.
[IMG]
HTML http://i59.tinypic.com/2vttkir.jpg[/img]
And on the forum;
[IMG]
HTML http://i61.tinypic.com/10erm35.jpg[/img]
#Post#: 16372--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: barkerdude
Date: October 18, 2015, 12:04 pm
---------------------------------------------------------
what the link to your forum
#Post#: 16373--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: e a t p l z
Date: October 18, 2015, 12:05 pm
---------------------------------------------------------
redrepublic.createaforum.com
#Post#: 16374--------------------------------------------------
Re: How do i make another administrator membergroup?
DIR By: barkerdude
Date: October 18, 2015, 12:07 pm
---------------------------------------------------------
you got nice site you got
*****************************************************
Page 1 of 1