PDA

View Full Version : Random Listing when category not have listing


w3lib
07-13-2007, 12:09 PM
How can we show random (say 5 listings) till that category not have any listing which submitted by website user and locked category not show these random listings.

Please help us we need it.

ellan
07-14-2007, 08:02 AM
Cool writing...I didn't understand anything=D May be my english skills are not too good=?

w3lib
07-15-2007, 05:11 PM
God may help you for that.

ellan
07-15-2007, 09:30 PM
Yes, may be, but who will help you?=D

WTM
07-16-2007, 02:46 AM
You need to do "random links on home page" mod and add a condition to your index.tpl file

Something like this:{if $links}
(here goes code for the regular links)
{else}
(Here goes the code for the random links mod)
{/if}
That's it