Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Birthday icon shown for posts by non registered (1 viewing) (1) Guest
TOPIC: Birthday icon shown for posts by non registered
#26174
Birthday icon shown for posts by non registered 1 Year, 3 Months ago  
Not a big issue but still: next to a post from a visitor (= non registerd user) the birthday icon (a cake) is shown even if the value for birthday is blank.
rickert (User)
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#26994
Re:Birthday icon shown for posts by non registered 1 Year, 3 Months ago  
I'm looking also for a solution.

Just now I have uncommented the following lines in view.php:
[code:1]
if ($userinfo->birthdate !='0001-01-01' AND $userinfo->birthdate !='0000-00-00') {
$msg_birthdate = $fbIcons['msgbirthdate'] ? 'birthdate.'" title="'._FB_MYPROFILE_BIRTHDATE.': '.$userinfo->birthdate.'" />' : ' '._FB_MYPROFILE_BIRTHDATE.': '.$userinfo->birthdate.'';
}[/code:1]

Unfortunately the icon will also no more been shown for registered users if they have filled in their birthdate.
patrik60 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#53583
Re:Birthday icon shown for posts by non registered 6 Months ago  
WOW. Old posting, but I see that this is still an issue. Without commenting out the above code, do we know why this occurs for guest members?

~Dysier
Dysier (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#56681
Re:Birthday icon shown for posts by non registered 4 Months, 2 Weeks ago  
Seems like thats a no, as I also am seeing this on a newly installed forum.
boostman (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top