M3NF
15-Jan-2003, 08:04 PM
Go to acp and then into manage skins and template then click on manage templates,
then on main screen click Manage HTML on the template for the skin in the main window.
Then click on the Board Index Sections, then click edit on
+-- Members Birthdays Row
in that window replace the text there with this....
<tr>
Ü Ü Ü Ü Ü <td class='category' colspan='2'>{ibf.lang.birthday_header}</td>
Ü Ü </tr>
Ü Ü <tr>
Ü Ü Ü Ü Ü<td class='forum1' width='5%' valign='middle'><{A_BIRTH}></td>
Ü Ü Ü Ü Ü<td class='forum2' width='95%'><b>$total</b> $birth_lang<br>$birthusers</td>
Ü Ü Ü Ü</tr>
Then click update this file. Then goto the same place again...
But choose
+-- Forthcoming Calendar Events Row
and paste this into it......
<tr>
Ü Ü Ü Ü Ü <td class='category' colspan='2'>{ibf.lang.calender_f_title}</td>
Ü Ü </tr>
Ü Ü <tr>
Ü Ü Ü Ü Ü<td class='forum1' width='5%' valign='middle'><{A_CAL}></td>
Ü Ü Ü Ü Ü<td class='forum2' width='95%'>$events</td>
Ü Ü Ü Ü</tr>
Now goto the Manage macro's
Again click edit next to the skin on main window,
Now check to see if you have these 2 macros
A_BIRTH and A_CAL
if so then great, if not goto add macro at top and add the macro.
So A_BIRTH with the text in box below to be <img src='style_images/<#IMG_DIR#>/birthdays.gif' border='0' alt=''>
Then again add macro
A_CAL with code in box under <img src='style_images/<#IMG_DIR#>/calendar.gif' border='0' alt=''>
And thats ,Then make sure that the image for the birthday are place into the folder this skin is useing and its called birthdays.gif and the cal is called calendar.gif.
Hope this helps
then on main screen click Manage HTML on the template for the skin in the main window.
Then click on the Board Index Sections, then click edit on
+-- Members Birthdays Row
in that window replace the text there with this....
<tr>
Ü Ü Ü Ü Ü <td class='category' colspan='2'>{ibf.lang.birthday_header}</td>
Ü Ü </tr>
Ü Ü <tr>
Ü Ü Ü Ü Ü<td class='forum1' width='5%' valign='middle'><{A_BIRTH}></td>
Ü Ü Ü Ü Ü<td class='forum2' width='95%'><b>$total</b> $birth_lang<br>$birthusers</td>
Ü Ü Ü Ü</tr>
Then click update this file. Then goto the same place again...
But choose
+-- Forthcoming Calendar Events Row
and paste this into it......
<tr>
Ü Ü Ü Ü Ü <td class='category' colspan='2'>{ibf.lang.calender_f_title}</td>
Ü Ü </tr>
Ü Ü <tr>
Ü Ü Ü Ü Ü<td class='forum1' width='5%' valign='middle'><{A_CAL}></td>
Ü Ü Ü Ü Ü<td class='forum2' width='95%'>$events</td>
Ü Ü Ü Ü</tr>
Now goto the Manage macro's
Again click edit next to the skin on main window,
Now check to see if you have these 2 macros
A_BIRTH and A_CAL
if so then great, if not goto add macro at top and add the macro.
So A_BIRTH with the text in box below to be <img src='style_images/<#IMG_DIR#>/birthdays.gif' border='0' alt=''>
Then again add macro
A_CAL with code in box under <img src='style_images/<#IMG_DIR#>/calendar.gif' border='0' alt=''>
And thats ,Then make sure that the image for the birthday are place into the folder this skin is useing and its called birthdays.gif and the cal is called calendar.gif.
Hope this helps