Page 1 of 1

tri-column with random pictures and nav link

Posted: Tue 7. Dec 2010, 12:31
by maarten@prokas
Hi everybody, i have been using phpwcms for a few years now but after a brief period of absense i have a thecnical question because i have to gain my skills with the cms again.Who would like to help me on this one? On my openingpage i am constructing a three column design, circuit, rally and parts.
every column navigates true a nav. link to circuit, rally etc. I would like to randomly change the picture in these columns and make them a nav. link aswell. i tried breadcrum tags but the combi with pictures troubles me? Does anybody have a solution or part of a solution?
thanx for the wonderfull phpwcms work over the past years!!!
maarten

Re: tri-column with random pictures and nav link

Posted: Wed 8. Dec 2010, 15:29
by flip-flop
Hi,

please have a look: Random Image from folder

E.g.:

Code: Select all

<a href="index.php?category01">{RAND_IMG_FROM_FOLDER:36::150x150x1 ALT-Text}</a>
Knut

Re: tri-column with random pictures and nav link

Posted: Thu 9. Dec 2010, 15:03
by maarten@prokas
hi flip-flop thanx, 36 being the directory? i can name it anything?

grx maarten

Re: tri-column with random pictures and nav link

Posted: Thu 9. Dec 2010, 15:23
by flip-flop

Code: Select all

{RAND_IMG_FROM_FOLDER:ID of PHPWCMS Folder:CSS_CLASS or HTML tag:WxHxCROPxQUALITY ALT-Text}
Please read again: Random Image from folder. Everything is described there.

Knut