PDA

View Full Version : A couple of questions regarding VB4


BrightStar
04-28-2012, 08:11 PM
Tried searching but couldn't find a satisfactory answer so here it goes

Is it possible to know which users are using which style on the forums?
Can I show forum block on one theme and disable it on others?


Thanks :)

kh99
04-29-2012, 12:12 PM
Tried searching but couldn't find a satisfactory answer so here it goes

Is it possible to know which users are using which style on the forums?
Can I show forum block on one theme and disable it on others?


Thanks :)

1. STYLEID will contain the id number of the style being used on the current page.
2. Maybe - you can go to the style manager and find the template used for the block, and add a conditional around it using the STYLEID mentions above. I think that should work if you have only one of that block type (for instance if you have two thread blocks they will both use the same template so whatever you do will affect both).