Hi Jade,

I am having a problem with my drops down menu. You helped me with the alterations below and I am wondering if this has anything to do with it.

What I want to do is make a simple change. I renamed the "Categories" section to "Candles" and want to rename it to "Shop Now". I have updated this file: includes/languages/apple_zen/english.php like this:

// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Shop Now');

but the actual category title still shows "Candles".

Do you what I am doing wrong?

Thank you


Quote Originally Posted by jettrue View Post
You want to sort the ezpage links? Have you given them a sort order for the header when you add them?

As far as the ezpage under the categories, I don't think that will work very well... actually wait, we can do a manual work around. Open up includes/classes/categories_ul_generator.php, and change this line:

Code:
$parent_group_end_string = '</ul>',
to this:

Code:
$parent_group_end_string = '<li><a href="index.php?main_page=page&id=2">YOUR PAGE NAME</a></li></ul>',
Of course replacing "index.php?main_page=page&id=2" with your own link.