Hi I've managed to display the image on the footer but I've positioned it a bit on the wonky side! How can the script be altered to make the image display centrally underneath "copyright zencart" etc?
www.actorxfactor.co.uk
Hi I've managed to display the image on the footer but I've positioned it a bit on the wonky side! How can the script be altered to make the image display centrally underneath "copyright zencart" etc?
www.actorxfactor.co.uk
Thing is, I've asked this question on the main forum, 28 views no replies, so I thought I'd ask here too.
I'd like to change the properties of "button_create_account.gif" to make it go to a specific url rather than to the create account form.
Thanks in advance
Would I be correct in assuming that this is the script I should be altering?
tpl_login_default.php
<?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
</form>
Last edited by actorxfactor; 26 Sep 2007 at 02:08 PM.
Sorry for the delayed reply, I'm working a full time job outside of the house how.
That's probably the correct section, however I'd just add the link manually, vs. getting it to work within the php, like this:
<form name="create" action="http://www.link_you_want_here.com/link_name" method="post"><div class="buttonRow forward"><input type="image" src="includes/templates/YOUR_TEMPLATE/buttons/english/button_create_account.gif" alt="Sign Up" title=" Sign Up " /></div>
</form>
There's nothing wrong with cheating now and again.![]()
I just realized I missed your post.
1. Follow the instructions here:
http://www.zen-cart.com/forum/showth...ths#post406644
2. Naturally in apple zen, the tagline goes to the right of the logo. The tagline is added/modified in includes/languages/english/YOUR_TEMPLATE/header.php in the HEADER_SALES_TEXT section.
3. You could probably add this somewhere in common/tpl_header.php to get it at the very top of the page.
Just one small question. I want to turn off some of the sideboxes on the right; however I've noticed that the sidebox does not respond to the admin controls . . . any guidance would be appreciated.
[FONT="Georgia"]Samuel Turnmire[/FONT]
[FONT="Century Gothic"]co-Founder[/FONT]
[FONT="Book Antiqua"]geekFoundry[/FONT]
Great it works...but not completely...will need a bit of tweaking.
1. The link is now non SSL, can that be amended in the script you gave me?
2. The button has gone, just text now, not the end of the world but would be nice to have the button back
https://www.actorxfactor.co.uk/index...ain_page=login
click on sign up and you'll see what I mean
Its not a script, its just plain html. Er... you didn't change YOUR_TEMPLATE to your actual template name:
includes/templates/YOUR_TEMPLATE/buttons/english/button_create_account.gif
To make the link ssl, just put https:// instead of http://.
Bookmarks