Quote:
Originally Posted by ICannt.org
Any idea on this?
Cheers
|
HTML Code:
<vb:if condition="!in_array($forum['forumid'], array(40, 41, 42))">Show if not in forumids 40, 41, or 42
</vb:if>
Quote:
Originally Posted by adom7
Can anyone assist me how to show a few texts on a certain time?
Let me explain,
I want my users see some texts displaying on site in the morning, however in the evening they will see another text on site.
Is there a conditional for that?
|
I think you are going to require more than a condition. You'll have to write plugin that takes TIMENOW (the current time in unix time) and converts it to the users time (don't forget that there are timezones to consider here) and then use the result there in your condition. You can look in the API here -
http://members.vbulletin.com/api/ - for vbdate and that should help.