![]() |
![]() |
![]() |
|
|||||||
| Existing Templates Want to adjust logo or center some piece of text in your directory? Get advice on how to do it in this forum dedicated to pre-installed templates. |
![]() |
|
|
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
Location: Intelliants LLC
Posts: 8,644
![]() ![]() ![]() ![]() ![]() ![]() |
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
__________________
Best Regards, Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script Recommended Hosting IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored |
|
|
|
![]() |
| Tags |
| account, add, menu, page, template |
| Thread Tools | |
| Display Modes | |
|
|