Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-07-20 17:20:27
- johnnie
- Member
- Registered: 2007-03-10
- Posts: 58
image-of-the-day / week / month functionality
Is there a sleek method for implementing this kind of functionality? The only plug-in I can find that suports this kind of thing (mdp_rotating_image) can no longer be downloaded. WHo can help?
Offline
Re: image-of-the-day / week / month functionality
Well i don’t really have image of the day / week / month … but i do have the “latest” image …
I use “txp:article_custom” and for section i use a “photos” section and limit to “1” …
<txp:article_custom allowoverride="1" form="picture-form" limit="1" pgonly="0" section="photos" status="4" />
This may also help:
Can I use Textpattern for a photoblog?
nuff-respec ::: dannyb
Offline
Re: image-of-the-day / week / month functionality
BTW: I did create a photos section .. it’s not some magical section name ;) !
I also do random images with sort=“rand()”
<txp:article_custom allowoverride="0" category="photos" limit="1" form="picture-rand-form" pgonly="0" sort="rand()" />
Good luck !
Last edited by dbulli (2007-07-20 20:35:09)
nuff-respec ::: dannyb
Offline