The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Today's Birthdays not showing up in WGO
I have the option to show 'Today's Birthdays' enabled in my 4.2.1 board's admin cp, but this function has never worked since upgrading to 4.2.1. Is anyone else experiencing this? Anyone got a fix for it? Thanks in advance for any input!
The code text in the FORUMHOME template is as follows: Quote:
|
#2
|
||||
|
||||
If the user has, Hide Age and Date of Birth or Display Only Age set, they will not show up in there.
|
#3
|
||||
|
||||
Thanks! Hey Ozzy, is there a setting to set ALL members to 'Display Only Day and Month of Birth' for all members as a default (so it cannot be changed, or at least, sets all current members to that option)?
Also - is there a working CMS widget to display this same information on the CMS page? |
#4
|
||||
|
||||
Run this querry:
Code:
UPDATE `user` SET `showbirthday` = '3'; |
#5
|
||||
|
||||
I've not 'run a query' before. I assume I should be using the 'execute SQL query' function in the 'Maintenance' section of the Admin CP, but when I select that I get message 'You are not authorized to execute SQL queries'. I am an Admin btw...
|
#6
|
||||
|
||||
You need to set you user Id to be able to do thin in the includes/config.php file
Code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = '1'; |
#7
|
||||
|
||||
Thanks Ozzy - as always - you are the man! One of the biggest assets on vbulletin.org!
|
3 благодарности(ей) от: | ||
CAG CheechDogg, ozzy47, TheLastSuperman |
#8
|
||||
|
||||
Not a problem, glad to help.
|
#9
|
||||
|
||||
Hey Ozzy, after running that query I am getting the following error when trying to access my site:
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/config.php:1) in [path]/includes/functions.php on line 4370 Thoughts? |
#10
|
||||
|
||||
Sounds to me like you messed something up in the config file, undo any changes and see if that fixes it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|