View Full Version : forum links
mczone
02-Jan-2005, 05:41 PM
hi, on my skin where it says like memberlist, callender etc they are icons instead of text
well when im going to install the download system and other stuff i dont know where or how im going to add in the text.
has anyone got any ideas please
hope you can help :hmm:
mczone
03-Jan-2005, 07:05 PM
can anyone help me? plz
B0nzo
03-Jan-2005, 08:30 PM
OK
AdminCP >> Skins & Templates >> Skin Manager >> {SELECT SKIN} Edit Root Skin HTML Template >> All Global HTML >> Global Board Header
The bit you want will probably look something like this
help%20image
search%20image
members%20image
calendar%20image
Just edit that html to suit your needs.
B0nzo
03-Jan-2005, 08:48 PM
Sorry, didn't realise you were using a different skin. Here is the bit which you need to find in your skin editor:
</pre> <tr>
<td align="left" valign="top" width="243" height="33"><img src="style_images/air_fixe-934/air_header_nav_ls.gif" width="243" height="33" alt="" /></td>
<td align="left" valign="top" width="69" height="33"><a href="index.php"><img src="style_images/air_fixe-934/air_header_nav_home.gif" width="69" height="33" border="0" alt="" /></a></td>
<td align="left" valign="top" width="75" height="33"><a href="?act=UserCP"><img src="style_images/air_fixe-934/air_header_nav_cp.gif" width="75" height="33" border="0" alt="" /></a></td>
<td align="left" valign="top" width="84" height="33"><a href="?act=Reg"><img src="style_images/air_fixe-934/air_header_nav_reg.gif" width="84" height="33" border="0" alt="" /></a></td>
<td align="left" valign="top" width="80" height="33"><a href="?act=Members"><img src="style_images/air_fixe-934/air_header_nav_members.gif" width="80" height="33" border="0" alt="" /></a></td>
<td align="left" valign="top" width="84" height="33"><a href="?act=calendar"><img src="style_images/air_fixe-934/air_header_nav_calendar.gif" width="84" height="33" border="0" alt="" /></a></td>
<td align="left" valign="top" width="74" height="33"><a href="?act=Search"><img src="style_images/air_fixe-934/air_header_nav_search.gif" width="74" height="33" border="0" alt="" /></a></td>
<td align="left" valign="top" width="61" height="33"><a href="?act=Help"><img src="style_images/air_fixe-934/air_header_nav_faq.gif" width="61" height="33" border="0" alt="" /></a>
</td>
</tr>
</pre>