News:

Create A Forum Installed

Author Topic: How do i make another administrator membergroup?  (Read 573 times)

0 Members and 2 Guests are viewing this topic.

Offline e a t p l z

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
How do i make another administrator membergroup?
« on: October 18, 2015, 03:51:40 pm »
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

Share on Facebook Share on Twitter


Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: How do i make another administrator membergroup?
« Reply #1 on: October 18, 2015, 04:00:42 pm »
Just make a new group then give that as their primary group.
Then for secondary group when editing profile check administrators
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline e a t p l z

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
Re: How do i make another administrator membergroup?
« Reply #2 on: October 18, 2015, 04:06:25 pm »
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.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: How do i make another administrator membergroup?
« Reply #3 on: October 18, 2015, 04:12:49 pm »
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
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline e a t p l z

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
Re: How do i make another administrator membergroup?
« Reply #4 on: October 18, 2015, 04:44:45 pm »
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: [Select]
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();

img_b[img_b.length++] = ["http://images.smfboards.com/ranks/star.gif" , "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>


Here is the picture of membergroups;



I changed the settings because I want that image and title to display, but I still want administrator settings on the account.



And on the forum;


Offline barkerdude

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
Re: How do i make another administrator membergroup?
« Reply #5 on: October 18, 2015, 05:04:44 pm »
what the link to your forum

Offline e a t p l z

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
Re: How do i make another administrator membergroup?
« Reply #6 on: October 18, 2015, 05:05:12 pm »
redrepublic.createaforum.com

Offline barkerdude

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
Re: How do i make another administrator membergroup?
« Reply #7 on: October 18, 2015, 05:07:34 pm »
you got nice site you got

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
1616 Views
Last post November 06, 2013, 02:19:57 pm
by CreateAForum
2 Replies
1332 Views
Last post December 29, 2013, 10:31:43 am
by Adeniyi Taiwo
3 Replies
838 Views
Last post March 08, 2014, 12:22:40 pm
by Null
1 Replies
225 Views
Last post July 10, 2018, 12:04:02 pm
by CreateAForum
0 Replies
152 Views
Last post December 14, 2019, 08:03:07 am
by ashencreck