If you look in the URL for this EzPage, you will see something like id=3 ...
You should then make a define for it that reads:
Code:define('META_TAG_TITLE_EZPAGE_3', 'something');
If you look in the URL for this EzPage, you will see something like id=3 ...
You should then make a define for it that reads:
Code:define('META_TAG_TITLE_EZPAGE_3', 'something');
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
That works for some reason...I guess I have to specify a title for each page I make then..
That is how it is designed so you can make custom titles ...
You could try customizing the:
/includes/modules/meta_tags.php
using your templates and overrides for:
/includes/modules/your_template_dir/meta_tags.php
and customize this code:
to read:Code:// EZ-Pages: case 'page': $ezpage_id = (int)$_GET['id']; $chapter_id = (int)$_GET['chapter']; if (defined('META_TAG_TITLE_EZPAGE_'.$ezpage_id)) define('META_TAG_TITLE', constant('META_TAG_TITLE_EZPAGE_'.$ezpage_id));
Code:// EZ-Pages: case 'page': $ezpage_id = (int)$_GET['id']; $chapter_id = (int)$_GET['chapter']; if (defined('META_TAG_TITLE_EZPAGE_'.$ezpage_id)) { define('META_TAG_TITLE', constant('META_TAG_TITLE_EZPAGE_'.$ezpage_id)); } else { define('META_TAG_TITLE', (defined('NAVBAR_TITLE') ? NAVBAR_TITLE . PRIMARY_SECTION : '')); } if (defined('META_TAG_DESCRIPTION_EZPAGE_'.$ezpage_id)) define('META_TAG_DESCRIPTION', constant('META_TAG_DESCRIPTION_EZPAGE_'.$ezpage_id));
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I just install 1.5
The first thing I want to do is create a entry in the "Information" box with the title "About Us"
I created a new Ez-page called About Us tools->Ez-pages
1. About Us Sidebox 50, TOC 50
I craeted a 2nd page
2. Dummy Test File Sidebox 100, TOC 100
Checked Configuration->Ez-pages Settings
EZ-Pages Display Status - Sidebox = 1
On the upper right there is a box "Important Links" where the "pages" are showing up,
HOW DO I GET THEM TO APPEAR IN "Information" ?
Am I doing something wrong ?
I then tried to change Page-2 in the "More Information" box to be "About Us", I have found no less then 9 'how to do it' but if you do exactly what they say to do it does not change.
I'll toss another question in, how do I add a page to "Information", I dont want "Important Links" or "More information"
i decided to take someone elses idea, put all the ZenCart "Information" pages I want under "Important Links", turn off Information, rename "Important Links" to "Information", now just hope I can move it to the left size
Hey Guys,
Im getting a HTTP Error 500 (Internal Server Error) when I click any ezpages link in the sidebox..Im assuming iv touched something by mistake but have no idea why, it doesnt matter if i have content in there or no content in the ezpages, just always error 500.
Has anyone else had this same problem before? Iv checked my error logs and there is nothing regarding the error
bump anybody got any clues?
For clarification to anyone confused by the appearance or absence of certain ez-page links in the TOC, the code is designed to exclude ez-pages that are internal or (obviously) external links, regardless of the TOC setting in the ez-page edit page. This is apparently done to protect users from showing a link in a TOC which, if visited, cannot automatically retain the TOC and will effectively dump the reader out of the chapter.
EZ-Page Improved TOC in Plugins specifically allows the inclusion of internal links in a TOC, with the understanding that if you want to include internal links and keep the chapter structure, you will have to manually create a "TOC" menu in the linked page to replicate the effect you would see if it were an ez-page. For example, you could include an internal link to a product or chapter in a TOC, with the static TOC menu added to the top of the product/category description. This would not make sense for an ordinary catalog item, but sometimes a product or category will relate inherently to a chapter and not be accessible by the normal catalog structure. For example, in the festival site www.nyfaeriefest.com the Artists/Vendors page is an ez-page, with TOC links to an application form and a booth fees page. The application is a "product", while booth fees is a category page. Each of these pages has a hard-coded "TOC" in its description for easy navigation back to the other related pages.
I am tying to get a Table of contents for the following pages:
Chapter 100, TOC 10 - How To Do Things?
Chapter 100, TOC 20 - How To Do A?
Chapter 100, TOC 30 - How To Do B?
Chapter 100, TOC 40 - How To Do C?
Parameters set are:
Open New Window: Off, Page is SSL: OFF, Header: OFF, Sidebox: OFF and Footer: OFF
admin > Configuration > EZ-Pages Settings > EZ-Pages Table of Contents for Chapters Status is set yo 1.
I am not getting the Table of contents. Is there another setting that has to be turned on?
Using Zen Cart 1.5.1
Bookmarks