Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default How to randomise image in index page

    Hi

    I have used this code successfully before provided by Nitro.
    I now need to use the same code (because its so simple to add images later) for the following code. Following code is in the tpl_header.php.

    <a href="<?=zen_href_link(FILENAME_SPECIALS)?>"><?=zen_image(DIR_WS_TEMPLATE.'image s/ban_2.jpg')?></a>


    Code I have is -
    <img src="includes/templates/gp_000/images/home/ban_<?php echo(rand(1,4));?>.jpg" width="408" height="239" />

    So I have no idea how to implement this bit here to the above code in the tpl_header.php..-----
    ban_<?php echo(rand(1,4));?>.jpg"


    Can someone please help ?

    Thanks in advance
    Downunder QLD

  2. #2
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default how do you randomise a image with php code insert

    Hi

    I have asked this question before in an other post but had no reply. So Instead of repeating and doubling up here it is. Only reason I am re listing here is that it may have been listed incorrectly since had zilch/zero reply

    Its really usefull thing. Codeas is can be used . Its only one line but I neet some one to help. see following post for details


    How to randomise image in index page http://www.zen-cart.com/forum/showthread.php?t=56338

    Thanks
    Downunder QLD

  3. #3
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: how do you randomise a image with php code insert

    It may go somethiing like this

    ban_" . <?php echo(rand(1,4));?> . ".jpg"

  4. #4
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: how do you randomise a image with php code insert

    This is the zen code . how does your suggestion ban_" . <?php echo(rand(1,4));?> . ".jpg" go with the following code ?

    <a href="<?=zen_href_link(FILENAME_SPECIALS)?>"><?=zen_image(DIR_WS_TEMPLATE.'image s/ban1.jpg')?></a>
    Downunder QLD

  5. #5
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: how do you randomise a image with php code insert

    I tried this but no images is visable and no errors either.

    <a href="<?=zen_href_link(FILENAME_SPECIALS)?>"><?=zen_image(DIR_WS_TEMPLATE.'image s/ban:'.'echo(rand(1,4));' . ".jpg")?></a>
    Downunder QLD

  6. #6
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: How to randomise image in index page

    got it now.

    If anyone interested PM me.
    Downunder QLD

  7. #7
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: how do you randomise a image with php code insert

    got it now.

    If anyone interested PM me.
    Downunder QLD

 

 

Similar Threads

  1. v151 Hard time insert an image name into a directory with my custom code ...
    By retched in forum Contribution-Writing Guidelines
    Replies: 1
    Last Post: 21 Aug 2013, 12:46 PM
  2. How do I insert PHP code into 'define_page_x.php'?
    By oavs in forum General Questions
    Replies: 1
    Last Post: 7 Nov 2011, 09:46 AM
  3. How to Insert & Wrap Image with Welcome Text?
    By kconklin in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Mar 2010, 10:20 PM
  4. Replies: 2
    Last Post: 18 Jul 2009, 01:15 AM
  5. how do you insert image between sideboxes?
    By pcdesigns in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Mar 2008, 06:09 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR