Quote:
Originally Posted by Mellow
Try using this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
You needed to rename the adv_index to index if that's what you're gonna use.
Now that I look at it, I don't even have that part of the mod changed.... but the site still works... go for it
|
Okay... I guess I should drink before posting, might make more sense...
I used this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND
$vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
replacing the adv_index with index and everything is fine.. I would try that unless someone has other suggestions.