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
tri-column with random pictures and nav link
-
- Posts: 5
- Joined: Tue 7. Dec 2010, 12:23
Re: tri-column with random pictures and nav link
Hi,
please have a look: Random Image from folder
E.g.:
Knut
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>
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 5
- Joined: Tue 7. Dec 2010, 12:23
Re: tri-column with random pictures and nav link
hi flip-flop thanx, 36 being the directory? i can name it anything?
grx maarten
grx maarten
Re: tri-column with random pictures and nav link
Code: Select all
{RAND_IMG_FROM_FOLDER:ID of PHPWCMS Folder:CSS_CLASS or HTML tag:WxHxCROPxQUALITY ALT-Text}
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )