PDA

View Full Version : Style-dependent integration?


EricR
11-06-2005, 02:00 PM
I've integrated VBA with my vB3.5.1 forum (newthread and newreply appear to be fixed (http://www.vbadvanced.com/forum/showthread.php?t=8589), thanks Brian!) and now I'm trying to create a "lite" style which does not have the integration. What is the conditional that I need to wrap around this:
define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');

:confused:

Brian
11-06-2005, 02:56 PM
The styleid is determined after a good bit of code is executed, so I don't think there's going to be an easy way to disable the CMPS for just one style.

Our Sponsors
 

EricR
11-06-2005, 09:27 PM
The styleid is determined after a good bit of code is executed, so I don't think there's going to be an easy way to disable the CMPS for just one style.
Any suggestions?