PDA


View Full Version : The Template System


triphp
09-07-2005, 07:55 AM
Hello!

I would not like to offend anyone but I just like to comment on the templating system. I think it should be better if there's an option where what's inside the module_shell will not looping. This way we can give a nice layout, for example in recent threads, I want to put something below it but found it hard because it also loops. If I put a <hr> for example, it keeps on repeating every thread where it is only supposed to be after all recent threads.

Anyway, nice and very best vbulletin hack!!!!!!!!!!!! :)

Brian
09-07-2005, 03:10 PM
So just add an if condition in your adv_portal_module_shell template...

<if condition="$mods['identifier'] == 'latestthreads'"> Your code here </if>