Recent Topics

1 Oct 16, 2006 03:01    

I want on my homepage a list of all articles for witch the deadline is close by.
In an ideal situation it would only show articles for the logged-in user - so articles that are assigned to someone or for witch the logged in user is the original author.

If an admin is logged-in, show all articles

It should only show posts in the future. A list of x articles, the one on top of the list is the most urgent.

I have this allready, but alas, it is not working like I want it to like
It is working with a skintag

<?php $Plugins->call_by_code( 'evo_Deadline', array() ); ?>


Form is loading...