tri-column with random pictures and nav link

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
maarten@prokas
Posts: 5
Joined: Tue 7. Dec 2010, 12:23

tri-column with random pictures and nav link

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: tri-column with random pictures and nav link

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
maarten@prokas
Posts: 5
Joined: Tue 7. Dec 2010, 12:23

Re: tri-column with random pictures and nav link

Post by maarten@prokas »

hi flip-flop thanx, 36 being the directory? i can name it anything?

grx maarten
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: tri-column with random pictures and nav link

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply