The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Getting rid of those pesky evelope icons at the bottom?
Hey guys,
I doubt this is a BRAND NEW request but I ran several searches and couldn't find the answer.. How do I get rid of those evelope icons AT THE BOTTOM of the thread view page. I already got rid of the column that has them, so the ones at the bottom are useless. I'd like them gone - how can I do this? I've included a picture describing what I mean - The test saying what time it is can stay, I just want the evelopes and their explanations to not be there. |
#2
|
||||
|
||||
Hmm from what I can see you'll need to edit the template:
forumdisplay Find the code similar to this Code:
<!-- icon key --> <table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center"> <tr><td colspan="5" align="center"><smallfont>$timezone</smallfont></td></tr> <tr><td rowspan="2" width="50%"> </td> <td nowrap><smallfont><img src="{imagesfolder}/newfolder.gif" border="0" alt="New Posts"> <b>New posts</b> </smallfont></td> <td nowrap><smallfont>( <img src="{imagesfolder}/newhotfolder.gif" border=0 alt="Hot Thread"> <b>More than $hotnumberposts replies or $hotnumberviews views</b> ) </smallfont></td> <td nowrap><smallfont><img src="{imagesfolder}/lockfolder.gif" border="0" alt="Closed Thread"> <b>Closed thread</b></smallfont></td> </tr> <tr> <td nowrap><smallfont><img src="{imagesfolder}/folder.gif" border="0" alt="No New Posts"> <b>No new posts</b> </smallfont></td> <td nowrap colspan="2"><smallfont>( <img src="{imagesfolder}/hotfolder.gif" border=0 alt="Hot Thread"> <b>More than $hotnumberposts replies or $hotnumberviews views</b> ) </smallfont></td> <td rowspan="2" width="50%"> </td></tr> </table> <!-- /icon key --> |
#3
|
|||
|
|||
Your users will not know what the icons mean then, I dont understand why you would want to remove them?
|
#4
|
||||
|
||||
He said he already killed the icons
|
#5
|
|||
|
|||
Oops nevermind then must have skipped that.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|