Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

How to add a new page to the admin?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-23-2007, 01:42 PM
 
sithlord sithlord is offline
 

Member
  
Join Date: Aug 2005
Posts: 28
 

Question How to add a new page to the admin?

I've been searching, but I haven't found any posts on how to add a new page to the admin. I was trying to copy the other admin pages and taking out the code I didn't want. I was able to add a page and have the menus show up, but I get an error in the content area "Page not found! The requested page does not exist or you are not allowed to access it! ". Any help is always appreciated.

Thanks
__________________
Rishi-Tea.com
x-cart ver. 4.0.19
Reply With Quote
  #2  
Old 05-23-2007, 02:22 PM
 
sithlord sithlord is offline
 

Member
  
Join Date: Aug 2005
Posts: 28
 

Thumbs up Re: How to add a new page to the admin?

I should have posted here sooner, since I figured it out within 15 minutes of asking how to do it

If anyone else wants to know here's how:

Create your php file in the admin folder -> xcart_dir/admin/file_name.php

PHP Code:
require "./auth.php";
require 
$xcart_dir."/include/security.php";

$location[] = array("New File Menu""");//bread crumb menu

$smarty->assign("main""file_name");//skin/single/home.tpl 


# Assign the current location line
$smarty->assign("location"$location);

@include 
$xcart_dir."/modules/gold_display.php";
func_display("admin/home.tpl",$smarty); 

Then make the template file under skin/admin/main/file_name.tpl

Code:
{include file="page_title.tpl" title="Page Title"} //additional smarty code...

Finally edit skin/single/home.tpl and add an elseif statement like so
Code:
{elseif $main eq "file_name"} {include file="admin/main/file_name.tpl"}

Of course add the link in the admin menus which I haven't done yet
__________________
Rishi-Tea.com
x-cart ver. 4.0.19
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:54 AM.

   

 
X-Cart forums © 2001-2020