upcoming birthdays

 
Post new topic   Reply to topic    Club House Forum Index » Announcements - Read Here
Author Message
Please Register and Login to this forum to stop seeing this advertsing.







Cash:
[Transfer cash]

 Posted:     Post subject:   


 
               
maryccc




Joined: 09 Jul 2007

Posts: 3


Cash: 0
[Transfer cash]

Post Posted: Mon Jul 09, 2007 2:49 am    Post subject: upcoming birthdays View user's profile 

Can someone tell me how to put the birthday cake graphic with upcoming birthdays on my freeforum?

Reply with quote 
   Send private message            
Andrew(AP)
Administrator



Joined: 19 Jul 2006
Location: Iowa
Posts: 2441


Cash: 20644
[Transfer cash]

Post Posted: Mon Jul 09, 2007 2:54 am    Post subject:  View user's profile 

Well first of all you neeed the birthday hack which is easy to put.

Just go into your admin panel >> Profile Feields>> add on call birthday

then fill it all out and then when you get to the feidl type set it as date.

then click submit



now to add the table you need to go to your admin panel >> templates editing >> fidn your template>> and then open index_body.tpl

then find some thing like this

Spoiler:

Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td class="tableborder">

           <table width="100%" border="0" cellspacing="1">
            <tr>
               <td colspan="2" bgcolor="#0C0C0C" class="categorybar">
       
                  <table border="0">
                     <tr>
                        <td><img src="templates/myfs_howtodoit1/images/category_icon.gif" /></td>
                        <td><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
                     </tr>
                  </table>
               
               </td>
            </tr>
            <tr>
               <td class="row1" align="center" valign="middle" rowspan="2" width="6%"><img src="templates/myfs_howtodoit1/images/whoisonline.jpg" alt="{L_WHO_IS_ONLINE}" /></td>
               <td class="row1" align="left" width="94%"><span class="gensmall">{TOTAL_POSTS}</span></td>
            </tr>
            <tr>
               <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} </span></td></tr></table>



then


right before the
part you need to add

Spoiler:

Code:
<tr> <td class="row1" align="center" valign="middle" rowspan="1"><img src="http://howtodoit.myfastforum.org/templates/myfs_howtodoit1/images/birthday.gif" alt="{L_BIRTHDAY}" /></td>
  <td class="row1" align="left"><span class="gensmall">{MYFF.BIRTHDAY}</span> </td> </tr>



and thats how it is added :)

_________________
Reply with quote 
   Send private message  Send e-mail  Visit poster's website  AIM Address    MSN Messenger  
comkidwizzer3




Joined: 30 Jun 2007

Posts: 243


Cash: 2187
[Transfer cash]

Post Posted: Mon Jul 09, 2007 2:54 am    Post subject:  View user's profile 


_________________


Winner of the Member of the Month Competition!
Reply with quote 
   Send private message            
Andrew(AP)
Administrator



Joined: 19 Jul 2006
Location: Iowa
Posts: 2441


Cash: 20644
[Transfer cash]

Post Posted: Mon Jul 09, 2007 2:55 am    Post subject:  View user's profile 

or you can go there and get a better guide :)


_________________
Reply with quote 
   Send private message  Send e-mail  Visit poster's website  AIM Address    MSN Messenger  
comkidwizzer3




Joined: 30 Jun 2007

Posts: 243


Cash: 2187
[Transfer cash]

Post Posted: Mon Jul 09, 2007 2:57 am    Post subject:  View user's profile 

as that is one of the best resources


_________________


Winner of the Member of the Month Competition!
Reply with quote 
   Send private message            
maryccc




Joined: 09 Jul 2007

Posts: 3


Cash: 0
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:22 am    Post subject:  View user's profile 

Thanks. Does it take a while for it to work?

Reply with quote 
   Send private message            
comkidwizzer3




Joined: 30 Jun 2007

Posts: 243


Cash: 2187
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:23 am    Post subject:  View user's profile 

no you have to do it correctly and it will automatically work


_________________


Winner of the Member of the Month Competition!
Reply with quote 
   Send private message            
Andrew(AP)
Administrator



Joined: 19 Jul 2006
Location: Iowa
Posts: 2441


Cash: 20644
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:24 am    Post subject:  View user's profile 

Correction michael

you have to wait 24 hours for the birthday to show up
soo if some one regsiteres on there birthday it wont show up because by the next 24 hours it will be past there birthday.

So its smart to have it required for your regsitstration


_________________
Reply with quote 
   Send private message  Send e-mail  Visit poster's website  AIM Address    MSN Messenger  
comkidwizzer3




Joined: 30 Jun 2007

Posts: 243


Cash: 2187
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:26 am    Post subject:  View user's profile 

I never done it before and all the other portals work automatically so I thought this would too


_________________


Winner of the Member of the Month Competition!
Reply with quote 
   Send private message            
Andrew(AP)
Administrator



Joined: 19 Jul 2006
Location: Iowa
Posts: 2441


Cash: 20644
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:26 am    Post subject:  View user's profile 

this is really a portal..

well it has a portal for it but its just liek the users in the past 24 hours


_________________
Reply with quote 
   Send private message  Send e-mail  Visit poster's website  AIM Address    MSN Messenger  
comkidwizzer3




Joined: 30 Jun 2007

Posts: 243


Cash: 2187
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:28 am    Post subject:  View user's profile 

ok


_________________


Winner of the Member of the Month Competition!
Reply with quote 
   Send private message            
maryccc




Joined: 09 Jul 2007

Posts: 3


Cash: 0
[Transfer cash]

Post Posted: Mon Jul 09, 2007 3:36 am    Post subject:  View user's profile 

How does this code tell what user has a birthday?
Code:
<tr> <td class="row1" align="center" valign="middle" rowspan="1"><img src="http://howtodoit.myfastforum.org/templates/myfs_howtodoit1/images/birthday.gif" alt="{L_BIRTHDAY}" /></td>
  <td class="row1" align="left"><span class="gensmall">{MYFF.BIRTHDAY}</span> </td> </tr>

The MYFF.Birthday puts the text Birthdays in there right?

Reply with quote 
   Send private message            
Andrew(AP)
Administrator



Joined: 19 Jul 2006
Location: Iowa
Posts: 2441


Cash: 20644
[Transfer cash]

Post Posted: Mon Jul 09, 2007 4:43 pm    Post subject:  View user's profile 

yes it does put the text birthday in there.

so you don tneed to do any thing.




_________________
Reply with quote 
   Send private message  Send e-mail  Visit poster's website  AIM Address    MSN Messenger  
Display posts from previous:   
Post new topic   Reply to topic    Club House Forum Index » Announcements - Read Here All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2002 phpBB Group

Created by: __ Infected-FX __
Create your own free forum | Buy a domain to use with your forum