![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | I did a search for this, and I know this question has been asked before, but I did not want to bump an old thread (some were -very- old, lol). So sorry for rehashing an old topic. Anyhow, I would like to change the Legend at the bottom of my main page on my forum, I guess this is the index page, but I'm not sure. I just want to change it to have the icons there reflect the pictures that I have already uploaded for individual posts (read, new, poll, etc). I'm thinking that this involves editing the html for the skin, but rather than try on my own and totally mess up my forums I did want to ask since the support here has helped me so much in getting my first forum up and running. Everyone's help is much appreciated. Here's a shot of what I am looking to change: ![]() Thanks in advance! Kat |
| | |
| | #2 (permalink) |
| Learned Forumer ![]() | Manage HTML --> Forum Index Sections --> Forum Page End HTML Code: <div align='left' class="wrapmini"> <{B_NEW}> {ibf.lang.pm_open_new} <br /><{B_NORM}> {ibf.lang.pm_open_no} <br /><{B_HOT}> {ibf.lang.pm_hot_new} <br /><{B_HOT_NN}> {ibf.lang.pm_hot_no} </div> <div align='left' class="wrapmini"> <{B_POLL}> {ibf.lang.pm_poll} <br /><{B_POLL_NN}> {ibf.lang.pm_poll_no} <br /><{B_LOCKED}> {ibf.lang.pm_locked} <br /><{B_MOVED}> {ibf.lang.pm_moved} </div> |
![]() | |
| | |
| | #3 (permalink) |
| Member | Fantastic! Thanks for the quick response! ___________________ Ok, I tried doing that. I got into the Forum Page End section, but my html looks different, so I'm still not sure what to replace. I'm sure that I should have mentioned this before, but I'm using the sandstorm skin. I'd paste the code here, but I'm not sure how to do that either. Could I get a little more help please? Thanks again. Last edited by katsheffield; 06-09-2008 at 08:45 PM. Reason: update |
| | |
| | #4 (permalink) |
| Learned Forumer ![]() | Just select all the code under Manage HTML --> Forum Index Sections --> Forum Page End, copy it (CTRL+C) then paste it in here and I will have a look |
![]() | |
| | |
| | #5 (permalink) |
| Member | Thanks Edwin. Here it is. </table> <!--IBF.FORUM_ACTIVE--> <div align='center' class='row4' style='padding:6px'>{ibf.lang.showing_text}{ibf.lang.sort_text} <input type='submit' value='{ibf.lang.sort_submit}' class='forminput' /></div> <div class='darkrow2' style='height:24px'><!-- --></div> </div> </form> <br /> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td align='left' width="20%" nowrap="nowrap">{$data['SHOW_PAGES']}</td> <td align='right' width="80%"><a href='{ibf.script_url}act=Post&CODE=00&f={$data['id']}'><{A_POST}></a>{$data[POLL_BUTTON]}</td> </tr> </table> <br /> <div class="tableborder"> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="0" valign='top'> <tr> <td colspan="8" class='titlemedium' align='center' valign='middle'>Legend</td> </tr> <tr> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_norm.gif" border="0" alt=""><br> Open Topic <br>(new replies)</td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_norm_no.gif" border="0" alt=""><br> Open Topic <br>(no new)</td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_hot.gif" border="0" alt=""><br> Hot Topic <br>(new replies) </td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_hot_no.gif" border="0" alt=""><br> Hot Topic <br>(no new) </td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_poll.gif" border="0" alt=""><br> Poll <br>(new votes) </td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_poll_no.gif" border="0" alt=""><br> Poll <br>(no new) </td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_closed.gif" border="0" alt=""><br> Locked <br>Topic</td> <td align='center' class='row4' width='12%'><img src="style_images/<#IMG_DIR#>/f_moved.gif" border="0"alt=""><br> Moved <br>Topic</td> </tr> <tr> <td colspan="8" class='darkrow1' align='center' valign='middle'> <div align='center'> This additional symbol: <img src="style_images/<#IMG_DIR#>/f_dot.gif" border="0"alt=""> indicates that you have participated in the topic </td> </tr> <tr> <td colspan="8" class='darkrow1' align='center' valign='middle'> <div align='right'> <form action='{ibf.script_url}' method='post' name='search'> <input type='hidden' name='forums' value='{$data['id']}' /> <input type='hidden' name='cat_forum' value='forum' /> <input type='hidden' name='act' value='Search' /> <input type='hidden' name='joinname' value='1' /> <input type='hidden' name='CODE' value='01' /> {ibf.lang.search_forum} <input type='text' size='30' name='keywords' class='forminput' value='{ibf.lang.enter_keywords}' onfocus='this.value = "";' /><input type='submit' value='{ibf.lang.search_go}' class='forminput' /> </form> Forum Jump: {$data[FORUM_JUMP]} </div> </td> </tr> </tr></td> </tr> </table></div> <br /> <br /> <br /> <div align='center'><a href='{ibf.script_url}act=Login&CODE=04&f={$data['id']}'>{ibf.lang.mark_as_read}</a> <!--IBF.SUB_FORUM_LINK--></div> <br clear="all" /> |
| | |
| | #6 (permalink) | |
| Banned User ![]() | Quote:
| |
| | |
| | #7 (permalink) |
| Elite Forumer ![]() | Actually NOT everything in red needs to be replaced......... This all is an IMG code which in the previous post is all highlighted red: Code: <img src="style_images/<#IMG_DIR#>/f_hot_no.gif" border="0" alt=""> Code: <img src="style_images/<#IMG_DIR#>/f_hot_no.gif" border="0" alt=""> Code: <img src="http://URL of Your Image" border="0" alt=""> |
![]() [No Name Forums][RCX forums][Forum Promotion][IHWC forums] USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!) Please do not PM/e-mail me for support unless I ask you to. Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks. | |
| | |
![]() |
| Tags |
| edit legend |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add users group Legend at the bottom of the main index page? | ienjoy | IPB General Support | 5 | 10-14-2007 11:47 AM |
| Member Legend on the index page | callalily | IPB General Support | 0 | 06-21-2007 08:07 AM |
| Blank page when trying to access main page | SLEKISM | phpBB2 Bug Reports | 9 | 05-26-2007 03:30 PM |
| Main banner on my main page | Breeder | phpBB2 General Questions | 3 | 03-02-2007 11:41 AM |