After asking the Question on vbulletin-germany.com and on vbulletin.com, i've received an advice to post the question here.
So, we want to add a new Forum to our vB which is called something like "Friends of the Night". This Forum - as it goes by name - should only be displayed at night (lets say 1 to 6 H a.m.) for normal "registered Users". But User-Groups like Moderators, Super-Moderators and Administrator should be able to see that Forum all the day.
I've already found out that the whole vBulletin can be disabled by Cron-Job at a specific time with this command/cron:
Code:
UPDATE datastore SET data = REPLACE(data, 'bbactive";s:1:"1"', 'bbactive";s:1:"0"') WHERE title = 'options'
and be enabled again by this:
Code:
UPDATE datastore SET data = REPLACE(data, 'bbactive";s:1:"0"', 'bbactive";s:1:"1"') WHERE title = 'options'
Is there any possibility to do the same thing with one single forum, without installing/requesting a hack?
i would be very, very glad if someone could help me out with this...
greets,
oxy