Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
DivaVocals
I agree.. I too wanted a list of JUST the changed/new files to compare to my previous installation.. To get this list, I used my file comparison program to compare the two versions of this template and by applying some filters to only show the modified files, I was able to see JUST the a list of modified files..
Yes, your file comparision program will give you a list ;-)
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
hi anne,
i sucessfully used this template at my latest http://payhere.mobi was pretty simple to play with.
i would like to update my 1.39h site with the template. is that possible, or do i need to upgrade to 1.50 before i use the template?
(tried to use it on a practice site http://e-liquidwest.com , but the sql patch said there was an error and up not take. i am stuck at that point, but the template loaded, but without slides and other images)
any insite would be helpful..step by step was pretty good by the way for the 1.50 site...thanks
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
510ego
hi anne,
i sucessfully used this template at my latest
http://payhere.mobi was pretty simple to play with.
i would like to update my 1.39h site with the template. is that possible, or do i need to upgrade to 1.50 before i use the template?
(tried to use it on a practice site
http://e-liquidwest.com , but the sql patch said there was an error and up not take. i am stuck at that point, but the template loaded, but without slides and other images)
any insite would be helpful..step by step was pretty good by the way for the 1.50 site...thanks
The latest version of this template only works with ZC 1.5.x. Use the prior version if you are installing it on a ZC 1.3.9 site..
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
510ego
hi anne,
i sucessfully used this template at my latest
http://payhere.mobi was pretty simple to play with.
i would like to update my 1.39h site with the template. is that possible, or do i need to upgrade to 1.50 before i use the template?
(tried to use it on a practice site
http://e-liquidwest.com , but the sql patch said there was an error and up not take. i am stuck at that point, but the template loaded, but without slides and other images)
any insite would be helpful..step by step was pretty good by the way for the 1.50 site...thanks
If you are using a version of zen cart prior to 1.5x then you should download one of the older versions of the template package which does not have the admin controls. This will be remedied in a future update (the admin controls will be available with older versions of zen cart).
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
so i just decided to start over again. http://e-liquidwest.com and http://eliquidwest.com
template is great and i am nearly done. i changed the sidebox "catagories" to "our products" now i would like to do the same thing on the mega header. what is the renaming proceedure? i have searched the thread and i thinks all of the files. stopped hotlinking also..changed line 2 like dr. byte says to do..worked perfectly.
Re: New! Template Package Update with Admin Interface!
from the /includes/templates/abbington_mega/common/tpl_mega_menu.php
<li class="submenu categories-li" <?php if (MENU_CATEGORIES == 'false') echo "style=\"display:none; \""; ?> ><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a><!-- bof cateories -->
<div class="dropdown_1column">
<div class="col_1 firstcolumn">
<div class="levels">
<?php
i have already renamed the sidebox (there are a million posts saying how to change the sidebox) but the ones to change "categories" in the header are incomplete (all the ones i have seen)
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
510ego
so i just decided to start over again.
http://e-liquidwest.com and
http://eliquidwest.com
template is great and i am nearly done. i changed the sidebox "catagories" to "our products" now i would like to do the same thing on the mega header. what is the renaming proceedure? i have searched the thread and i thinks all of the files. stopped hotlinking also..changed line 2 like dr. byte says to do..worked perfectly.
If you read the readme.html file it will give you instructions on where to edit the drop down text.
Thanks,
Anne
1 Attachment(s)
Re: New! Template Package Update with Admin Interface!
I just submitted an updated package that fixes the problem with the jquery easing script. I have also attached a patch that you can add to your includes/templates/abbington_mega/jscript folder that will fix the problem.
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
anne, i already know how to edit the drop down text, you explain it perfectly. what i want to do is edit the mega header.
shows...quick links...categories...about us...et.al.
i want to rename "categories" to "Our products" just like i have done for the sidebox already.
i also added that line of code for jscript in the other part of the forum that come up when you search it.
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
510ego
anne, i already know how to edit the drop down text, you explain it perfectly. what i want to do is edit the mega header.
shows...quick links...categories...about us...et.al.
i want to rename "categories" to "Our products" just like i have done for the sidebox already.
i also added that line of code for jscript in the other part of the forum that come up when you search it.
You are going to edit the includes/languages/english/extra_definitions/abbington_mega/headermenu_defines.php file
Thanks,
Anne