Hello Ahmed,
I haven’t used forum for long time.. but now I've got technical question and important for me…
I’m adding new services accessible from the login account.
I have added new links to the “My account menu” and created files in the Template Editor (html files not shtml) and then linked to them from the My account menu.
Basically exactly same code as the other links in the “my account menu”,... but the new links didn’t work!
Also for the other links; I don’t really understand how they work… for example, the code for (Own Listing) in the My account menu is:
<a href="<!--CLASS::Own_URL-->">[[own_url]]</a> but the file name in the Template is: OwnURL.html … it’s not matching!!
Could you please tell me how can I add new service to the My account menu?
Thanks
I didn’t mean create new custom page, I know exactly how to do that,… but this is a service or a file within the My account menu, accessible only when Login to the account. It is just like when adding new site or Edit Profile.
I mean when Logged off, and click on the new service, the new service page should not appear unless login to account.
I did create new custom page but it’s accessible without login to the account which I don’t want that.
I hope you understand what I mean
These links from the menu list at AccountMgr.html :
href="<!--CLASS::Own_URL-->">[[own_url]] that’s for Own Listing
href="<!--CLASS::Edit_Profile-->">[[edit_profile]] that’s for Edit Profile
My new link is:
href="<!--CLASS::Reserve_Bann-->">[[account_Reserve_Bann]]
The file is Reserve_Bann.html created from Template Editor
I don’t know why my link doesn’t work?
The problem is, when you see the source code of any page of My account list from the browser, this new link disappear! Like this: <a href="">Reserve your Ad space</a>