Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Re: [Boomer] Display birthday: Edit Log

Here is the list of edits for this post
Re: [Boomer] Display birthday
hello Boomer

The Code to Display birthday in every post
by using gossamer community

Code:
<%Plugins::GForum::Auth_Community::get_profile('$post_username')%>
<%set mydate = GT::Date::date_transform($prof_birthday, '%yyyy%-%mm%-%dd%', '%dd% %mm%')%>
<%set this_time_old = GT::Date::date_get%>
<%set this_time = GT::Date::date_transform($this_time_old, '%yyyy%-%mm%-%dd%', '%dd% %mm%')%>
<%if this_time == $mydate%>
<br>
<img border="0" src="birthday.gif" width="81" height="26"></a>
<br>
<%endif%>

put the code in the Template include_post_display.html
over
Code:
<%if user_icon%><%if not current_user_id or current_user_show_user_icons%>
or where you want to display the icon

greeting hoefti

But i cant display birthday_users on the Forum Index Page category.html

Every Ideas?????
linktobuy Web Directory
Ratgeber Recht

Last edited by:

hoefti: Nov 27, 2004, 4:39 AM

Edit Log: