Ok thanks for your reply kh99 I was looking at "functions_forumlist.php" for some ideas and that's a initial code let me know what do you think
PHP Code:
if ($forum['forumid'] == $lastforumid) { }
//Can i get how many forums are there? (and so the last id) or can i get directly the last id?
//if i can't, i'll put an option in the pca for example "What is the last id of your forum?"
$lastforumid = $vbulletin->options['last_forum_id']
--------------- Added [DATE]1325958270[/DATE] at [TIME]1325958270[/TIME] ---------------
lol if i was looking for a condition for the first forum, was simple just
PHP Code:
if ($forum['forumid'] =='1') { }