![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Feb 2008
Posts: 2
![]() |
Hi there,
I apologise if this has already been answered and I would hate to duplicate questions, but I've looked on the forum and can't find anything, apologies again. I'm wanting to add a page into the Account menu, the way I have done this is by duplicating edit-account.php and changing it to tools.php and duplicating the edit-account.tpl and changing its name to tool.tpl. I've tried getting rid of the 0-9 abcde...... listing at the top, but get an error and I'm wanting to put some php code in the new tools label, but I can't figure it I have tried doing this through the manage page link on the admin side, but I'm possibly doing it wrong. Thanks for any help. James |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Sep 2005
Posts: 9,286
![]() ![]() ![]() ![]() ![]() ![]() |
Hi James,
You can add the page using the following way: *** open your footer.tpl in plain text editor and find the following code *** Code:
<li><a href="account.php">{$lang.edit_account}</a></li>
Code:
<li><a href="tools.php">Tools</a></li> You should also create a page by your way. But you will have to edit tools.php and point edit-account.php to a newly created tpl file
__________________
Subrion CMS - free open source php content management system Business Directory Script - powerful php business directory software, Yellow Pages Script - the most advanced yellow pages php software |
|
|
|
![]() |
| Tags |
| account, add, menu, page, template |
| Thread Tools | |
| Display Modes | |
|
|