Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    red flag Old posts, new questions

    I have a few things I'm trying to do:

    1. I don't want Zen Cart to appear in the title bar. How do i get it removed

    2. Also, I want to have an image point to the define pages 2. I've tried a direct link using simple ahref commands and it just isn't working. I think that's it.

    Thanks!
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Old posts, new questions

    Quote Originally Posted by ThePatch View Post
    ....

    1. I don't want Zen Cart to appear in the title bar. How do i get it removed
    Try here https://www.zen-cart.com/tutorials/index.php?article=125

    2. Also, I want to have an image point to the define pages 2. I've tried a direct link using simple ahref commands and it just isn't working. I think that's it.
    Can you be a bit more specific on this point?

  3. #3
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Old posts, new questions

    Sure, sorry, I was falling asleep earlier, I've had a short nap now and back to work! LOL

    The site I'm working on is www.divakminerals.com/store

    I want to have 3 links point to the 'define page 2'. We're not going to be using 'new products' per say so I'm going to change the New products link on the template to point to define page 2. There is also an image that will appear on each page that will also need to be linked to 'define page 2'.

    Does this make any more sense?

    Thank you
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  4. #4
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Old posts, new questions

    Oh, and I'm talking about when Zen Cart! The Art of E-commerce appears in the <title></title> tags. The rest of it I've alreaady fixed. I just can't recall how to pull it out of the title tags. I've done it before, but I've slept since then.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  5. #5
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Old posts, new questions

    What version of cart are you using? On newer versions, what you're looking for has moved to meta_tags.php in includes\languages\english folder.

  6. #6
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Old posts, new questions

    Sketchy I could just kiss you!

    That did it. Thanks!

    Now if I can just figure out my other question I'll be done and done!
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  7. #7
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Old posts, new questions

    ... sure if you can catch me, I'm quite shy.

    You're very welcome. I did review your other query and I wasn't sure about the custom template set up. However, if the bottom "New Products" is hard linked into the template's tpl_footer.php... perhaps, you can change the text and link direction there. Also, same as the top... if the template's tpl_header.php is the same way, then you can change the link direction and modify a new image to reflect the new link. But, the files may use PHP controlled linking and that may require more work... which I'm no good at.

  8. #8
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Old posts, new questions

    Yea, if it was a standard html style link love i could knock it out, but it's what is below. I know how to change the header and footer to 'look' the way I want it to, and once I know how to link 'one' of them I'll know how to link all 3. I thought about trying to find the data in the 'more info' box but no luck there unless I'm looking at the wrong file.

    <a href="<?=zen_href_link(FILENAME_DEFAULT)?>&cPath=74"><?=zen_image(DIR_WS_TEMPLAT E.'images/ban4.jpg')?></a>
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Old posts, new questions

    You could try this:

    <a href="<?php echo '<a href="' . zen_href_link(FILENAME_DEFINE_PAGE_2); ?>"><?php echo zen_image(DIR_WS_TEMPLATE.'images/ban4.jpg'); </a>

  10. #10
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Old posts, new questions

    Thanks Clyde but that didn't do it. In fact, I get a blank page when I try that which i think means there is a syntax error of some sorts but since I'm not a PHP master I can't spot it.

    Any other suggestions?
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg