Heisenberg submitted a new resource:
You must be registered for see links
- Calendar Active Members Time Cut-Off hackvB Version: 3.8.2
If you want your calendar to adhere to the Active Members Time Cut-Off and the Show birthdays for active users only Active Members option. Modify the following files
modify your /forum/includes/functions_calendar.php as follows:
find
Code:function cache_birthdays($weekly = 0) { global $doublemonth, $vbulletin, $calendarinfo, $doublemonth1, $doublemonth2; $birthday = array();
add the following directly below it...
You must be registered for see links
Last edited:
