PDA

View Full Version : User Control Panel


Hex_legend
08-04-2007, 05:24 PM
I'm no good at programming so I would like some assistance if anyone can help.

I am creating a usercp for my forum, instead of the default one, to look like the ACP and ModCP.

Check out www.fonejackerfun.com/forum/usercp
username = test
password = test

How can I get it so all users can log into it?

I would like the control panel to look like this instead of the default one.

Preferably, I would like it so the options that open in the right hand window look the same as the rest of the control panel instead of going to that page on the forum.

Anyone?!?!?

P.S Remember that I know nothing about PHP so put it in as much english as you can.

Dismounted
08-05-2007, 05:36 AM
If you know nothing about PHP, I suggest against doing anything like this.

Hex_legend
08-06-2007, 07:12 PM
Ignoring the username and password as these no longer work, can someone tell me a way to get a usercp that looks like the modcp?

i have everything laid out perfect but all i need is to find out how anyone can access it using their own login and be able to update their profile via this new usercp

www.fonejackerfun.com/forum/usercp


PLEASE help.

Marco van Herwaarden
08-07-2007, 07:15 AM
Impossible to say without seeing the sources. My guess is that you are including the modcp version of global.php.

Hex_legend
08-07-2007, 10:50 AM
At the moment, all I have edited was the index.php file from the modcp to remove all validation rules, would I need to edit global.php too? How would I edit this so that all validation is removed so it makes it generic for all users to access?