dev Posted April 8, 2010 Share Posted April 8, 2010 Hi How can i create a simple custom page in admin area . i just want to include header and footer and simple Hello In content area. i am able to add custom page in client area but not able in admin area Thanx 0 Quote Link to comment Share on other sites More sharing options...
Guest Posted April 15, 2010 Share Posted April 15, 2010 I'm wondering the same thing.... I see at http://wiki.whmcs.com/Creating_Pages that you set define("CLIENTAREA",true); so does that mean there's a admin options... maybe somthing like define("ADMINAREA",true); ? 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted April 16, 2010 Share Posted April 16, 2010 create the page as you would for the client side except you put the php and tpl in the admin area then add the link to your admin menu. You don't need the define("CLIENTAREA",true); code in the php file. 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted April 16, 2010 Share Posted April 16, 2010 create the page as you would for the client side except you put the php and tpl in the admin area then add the link to your admin menu. You don't need the define("CLIENTAREA",true); code in the php file. Err, I'm affraid that doesn't work that way. The admin area uses another method do display it's pages. To TS: You could try to open a ticket with this question, since the page structure for the admin panel isn't available for the public for as far as I know. 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted April 16, 2010 Share Posted April 16, 2010 That doesn't make any sense that Matt would use a completely different way to render pages in the admin area. But then again consistency isn't his way either 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.