Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2012-04-05 09:12:31

SuMu
Member
From: Germany - Wuppertal
Registered: 2008-03-06
Posts: 242
Website

(Solved) Show random image

Hi

I would be happy to show at a certain point a random photo … from a specific category.

How do I do that best?

Here (on Top) already is a little photo (me with my cat), which was inserted by hand

Last edited by SuMu (2012-04-05 10:39:11)


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#2 2012-04-05 09:53:04

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,258
Website GitHub Mastodon Twitter

Re: (Solved) Show random image

This would probably work

<txp:images category="your_category" sort="random" limit="1">
<txp:image />
</txp:images>

Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2012-04-05 09:58:07

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,549
Website GitHub Twitter

Re: (Solved) Show random image

Hi Yianis

are you sure for the code i think this one works:

<txp:images category="your_category" sort="rand()" limit="1" break="">
<txp:image />
</txp:images>

Offline

#4 2012-04-05 10:38:48

SuMu
Member
From: Germany - Wuppertal
Registered: 2008-03-06
Posts: 242
Website

Re: (Solved) Show random image

Hi Colak and Drangondz

@Drangondz Your code works!

Thanks! :-)

Last edited by SuMu (2012-04-05 10:48:03)


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#5 2012-04-05 11:19:25

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,258
Website GitHub Mastodon Twitter

Re: (Solved) Show random image

Dragondz wrote:

are you sure for the code i think this one works:…

Oops You’re right. I wrote the code vry quickly and forgot re the rand() part.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB