View Single Post
  #1  
Old 10-09-2003, 04:22 AM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default Shortest random image method

Seen lots of debate over random image methods, here's one for the pot

If your on x-cart 3.3.8 or over use

Code:
[img]yoursitepath/image{[/img]

hows this work? Notice the

image{"1"|mt_rand:5}.gif

Generating a random number between 1 and 5 using smarty so in the html it's

image5.gif or image3.gif etc etc

Simply name your images image1.gif, image2.gif, image3.gif etc and set the mtrand:X to the amount you have in the folder.

If your running on an older x-cart then the smarty that is installed doesnt support the random function.
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote