PDA

View Full Version : Adding Pages in UserCP


Force011
05-06-2009, 01:44 PM
I want to add a page for a couple user fields and whatnot. I know there is a mod on this forum that does that, but I am looking for some more customization. How do I go about doing that?

RLShare
05-06-2009, 03:41 PM
Basically, fill a variable called '$HTML' with the data you want to be displayed on the main section of your custom page and then fetch/display the USERCP_SHELL template.

Force011
05-07-2009, 01:02 AM
Do you have any example code I can go by? I am not very code with making vB code from scratch.

I would be most grateful.

RLShare
05-07-2009, 01:09 AM
Do you know PHP at all?

Dismounted
05-07-2009, 06:47 AM
Take usercp.php as a base.