The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Display Options (forumdisplay) Question
I went to vBulletin Options>> Forum Display Options (forumdisplay)>>Enable Forum Description set to Yes..
So that means that the description of the forum will show below the navbar right? my question is, where do you think i can edit the forum description(showing below the navbar), so that icons can show in the description without editing the forum description(in the forum manager). just like what they did in this mod.. https://vborg.vbsupport.ru/showthrea...um+title+icons they didnt edit the forum title in forum manager right? coz i'd like that the forum description(below the navbar) will have pictures too. i hope you understood my question. |
#2
|
||||
|
||||
You can probably edit the template to show what you want. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
|
#3
|
|||
|
|||
hmm, okay what you said. but then, i dont know what to do next.hahahaha.
using mozila, i highlighted the forum description, and selected view selection source. This is what the source showed(highlighted) Quote:
|
#4
|
||||
|
||||
If you look further up in the source code, you'd see they have a <!-- BEGIN TEMPLATE: navbar -->
and no ending template for that one, so it's in there. Looking in there, you'd see these lines: HTML Code:
<if condition="$show['forumdesc']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td> </tr> </table> <br /> </if> |
#5
|
|||
|
|||
oh yeah. you're right lynne. damn youre good. =D
--------------- Added [DATE]1245440163[/DATE] at [TIME]1245440163[/TIME] --------------- i found it, and you're right. that's the right place to edit. but then, i dont know what to do. whew. its kinda hard to do a mod. hahaha. the image doesnt appear when i use the same command inside the table. it has something to do with the forum ids so that it'll show the right image. but of course i cant do it.sad. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|