nightfox_pc_asst
22-Jan-2005, 04:40 AM
Have you ever seen or maybe wanted to create some type of legend that shows users what icons represent your new post, old post, etc.
Well after seeing this on another forum, I played around with it until I created the very look they had done.
See the attachment for what I am talking about.
Here is how to add it your own IPB forums. Remember to change the folder(s) to where your customized images are.
1) Goto your ACP Panel
2) Goto Skin and Template> Skin Manager and choose the skin you want to edit.
3) Goto ALL Global HTML template and look for Global_Board_Footer
4) Enter once or twice to create a couple of blank lines before the code
5) Now copy and paste this code into the first blank line that you created.
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" valign='top'>
<tr>
<td colspan="8" class='formsubtitle' align='left' valign='middle'>Post Marker Legend</td>
</tr>
<tr>
<td align='center' class='row1' width='12%'><img src="style_images/1/bf_new.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/bf_nonew.gif" border="0" alt=""><br>
</td>
<td align='center' class='row1' width='12%'><img src="style_images/1/bc_new.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/bc_nonew.gif" border="0" alt=""><br>
</td>
<td align='center' class='row1' width='12%'><img src="style_images/1/br_new.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/br_nonew.gif" border="0"alt=""><br>
</td>
<td align='center' class='row1' width='12%'><img src="style_images/1/bf_readonly.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/br_redirect.gif" border="0" alt=""><br>
</td>
</tr>
<tr>
<td align='center' class='row1' width='12%'>
New Posts</td>
<td align='center' class='row2' width='12%'>
No New Posts </td>
<td align='center' class='row1' width='12%'>
Sub-New Posts<br> </td>
<td align='center' class='row2' width='12%'>
Sub-No New Posts</td>
<td align='center' class='row1' width='12%'>
New Locked Posts</td>
<td align='center' class='row2' width='12%'>
No New Locked Posts</td>
<td align='center' class='row1' width='12%'>
Read Only Forum</td>
<td align='center' class='row2' width='12%'>
Redirect Elsewhere</td>
</tr>
</tr>
</table>
When your finished, Save and Reload the template bit and Refresh your browser. You should have yours looking like mine.
Enjoy :D
NF
Well after seeing this on another forum, I played around with it until I created the very look they had done.
See the attachment for what I am talking about.
Here is how to add it your own IPB forums. Remember to change the folder(s) to where your customized images are.
1) Goto your ACP Panel
2) Goto Skin and Template> Skin Manager and choose the skin you want to edit.
3) Goto ALL Global HTML template and look for Global_Board_Footer
4) Enter once or twice to create a couple of blank lines before the code
5) Now copy and paste this code into the first blank line that you created.
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" valign='top'>
<tr>
<td colspan="8" class='formsubtitle' align='left' valign='middle'>Post Marker Legend</td>
</tr>
<tr>
<td align='center' class='row1' width='12%'><img src="style_images/1/bf_new.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/bf_nonew.gif" border="0" alt=""><br>
</td>
<td align='center' class='row1' width='12%'><img src="style_images/1/bc_new.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/bc_nonew.gif" border="0" alt=""><br>
</td>
<td align='center' class='row1' width='12%'><img src="style_images/1/br_new.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/br_nonew.gif" border="0"alt=""><br>
</td>
<td align='center' class='row1' width='12%'><img src="style_images/1/bf_readonly.gif" border="0" alt=""><br>
</td>
<td align='center' class='row2' width='12%'><img src="style_images/1/br_redirect.gif" border="0" alt=""><br>
</td>
</tr>
<tr>
<td align='center' class='row1' width='12%'>
New Posts</td>
<td align='center' class='row2' width='12%'>
No New Posts </td>
<td align='center' class='row1' width='12%'>
Sub-New Posts<br> </td>
<td align='center' class='row2' width='12%'>
Sub-No New Posts</td>
<td align='center' class='row1' width='12%'>
New Locked Posts</td>
<td align='center' class='row2' width='12%'>
No New Locked Posts</td>
<td align='center' class='row1' width='12%'>
Read Only Forum</td>
<td align='center' class='row2' width='12%'>
Redirect Elsewhere</td>
</tr>
</tr>
</table>
When your finished, Save and Reload the template bit and Refresh your browser. You should have yours looking like mine.
Enjoy :D
NF