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']
If this code works how can i use it on the template i mean how can i turn it ona vb:if condition?