ADMIN>>>TOOLS>>>EZ PAGES is where you create, edit and administer your EZ Pages and EZ Links...
Read through the whole tutorial on EZ Pages.
ADMIN>>>TOOLS>>>EZ PAGES is where you create, edit and administer your EZ Pages and EZ Links...
Read through the whole tutorial on EZ Pages.
Thanks for your additional information. However, I am totally new on this field, I added one, but one information displayed in the first page and I can see there is one more home displayed there which was not I created.
Please take a look at this english version
http://nanningsigma.com/index.php?ma...998788909e0401
There is a "Home" appeared in the mid while I was trying to add a "forum" in Chinese.
What is wrong? I read through the whole article, but it only desribe very sketchly...
Do you have skpe? Can I call you to talk to you abou this? My Skype is sunzhoujian
For us to help you, I think you need to specify exactly where you want this link to be. From your original post, it's clear that you want it somewhere on your home page, but there are many places you can choose to display it. You might want to display it in a sidebox, in the header bar, footer bar, within the main text in the centre column etc etc. Each method requires a slightly different approach. It's hard to explain anything any further without knowing what you want explaining.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Thanks so much for your message! Yes. I need it to be displayed in the header bar. In the leader bar, there are "Home" and " Log in" right now, I just need to add another one " forum " to that and have that link to our forum link http://www.bendigou.com/forum. However, the problem is that I couldn't find the pages to edit to? And I don't know how to do that with Ez-Pages... Could you give me the help?
Ok, EZ Pages can't be used for this.
You need to find:
includes\templates\template_default\common\tpl_header.php
Overide it as:
includes\templates\your_template\common\tpl_header.php
In your overide copy, after it says..
Add..PHP Code:<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<?php } } ?>
PHP Code:<li><a href="http://www.bendigou.com/forum">Forum</a></li>
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Thanks a lot for that information! That is one more step towarding solving this problem! However, I couldn't find this file in my website. I installed zen cart from hostmonster.com and its version is 1.3.8a. however, I couldn't find the folder of templates after includes. Could you take a look and are there any other people who have experience on this? Thanks a lot in advance and my skype is sunzhoujian.
///////////////////////////////////////////////////
New Installation (1.3.8a)
Disk space required: 14.52 MB
Disk space available: 614277.5 MB
//////////////////////////////////////////////////
tpl_header .php
I searched all over the disk, but I still couldn't find the file. Did I miss anything? Or the version changed a lot?