Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 moderator cp panel
powerchaos Offline
Junior Member
**
Posts: 8
Joined: Jun 2008
Post: #1
moderator cp panel
ok , this is what i want to ask

i got the mod cp panel installed , but there is a lot missing on it

the thing i want to ask , and maybe you know how to do it Tongue

how can i let my moderators adding new forum topics and forums and so on so they got a full control of the forum instead only over a few posts (moderate ban and so )

thats all ^^

when i edited the code , i past this in the place of the other 1

i used this code from  admin/index.php

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$menu[30] = array(

	"title" => $lang->nav_forums,

	"items" => array(

		10 => array("title" => $lang->nav_add_forum, "url" => "forums.php?".SID."&action=add"),

		20 => array("title" => $lang->nav_manage_forums, "url" => "forums.php?".SID."&action=modify"),

		30 => array("title" => $lang->nav_forum_announcements, "url" => "announcements.php?".SID."&action=modify"),

		40 => array("title" => $lang->nav_forum_permissions, "url" => "forumpermissions.php?".SID)

	)

);


and i get only a white screen whit a few  bullets on (no text whit the links )

this is the original code (of that line )

mod/index.php

PHP Code:
1
2
3
4
5
6
 $menu[30] = array(
	"title" => $lang->nav_announcements,
	"items" => array(
		10 => array("title" => $lang->nav_manage_announce, "url" => "announcements.php?".SID)
	)
);


i dont see where i do something wrong , and i dont know where i need to search to fix it , but i would be happy if this could be done Smile

Greets From The Crasher

(This post was last modified: 06-26-2008 05:17 AM by powerchaos.)
06-26-2008 05:15 AM
Find all posts by this user

« Next Oldest | Next Newest »

Messages In This Thread
moderator cp panel - powerchaos - 06-26-2008 05:15 AM
RE: moderator cp panel - ZiNgA BuRgA - 06-26-2008, 01:40 PM
RE: RE: moderator cp panel - powerchaos - 06-27-2008, 12:51 AM
RE: moderator cp panel - ZiNgA BuRgA - 06-27-2008, 09:40 AM

 Standard Tools
Forum Jump: