hi guys,

is there a drupalway (var?) to check if I'm on the most recently posted story?
I want a block only to appear if my node is the latest one I have posted. The block should be hidden if this statement it not true

no idea on what variables I could use for this in PHP?

Comments

marafa’s picture

interesting thought

i have been looking for the same concept for a while now and nobody has been able to solve it apparently. i want to do a site in the same vein as usmagazine.com and theonion.com

the latest article takes a block and shows title and teaser
below that is a block where only the titles are shown for articles that are (the ten after the latest)
been asking for a week or two now.

if u figure it, please let us know
thanks :)

__________
http://namima.in-egypt.net اجدد اخبار ممثلين

http://www.echognumix.com

bharat83’s picture

Use $id variable to check the blog number
if ($id==1) { it is your first blog}