The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I am using Publishing suite 4.1.0. I have nearly 200 forums added. I don't want to display description in home page instead i just want to display the title of the forums. (But No Changes in Forum page : want to display description as default) How can I do that ? where should I edit the code in template pages? Thank you for your support. cbishwaraj. |
#2
|
||||
|
||||
![]()
So you want to remove the description in the widget? Just remove that part from the widget template. 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
|
|||
|
|||
![]()
Lynne,
I did the first step: vboptions > General Settings > Add Template Name in HTML Comments > set to Yes. and where should I edit the page ? is it in Style and templates -> Style Manager -> Forum Home ? and what part of the code do i need to edit ? Thank you for your support. cbishwaraj. |
#4
|
||||
|
||||
![]()
Look in your page source and find the template name around the part of the code you want to edit. It should look something like this:
<!-- BEGIN TEMPLATE: template_name --> That is the template you want to edit. And I would guess if you want to remove the description, you would remove something that says "description" in it. I don't know the exact code since you didn't post the name of the template you are wanting to edit. |
#5
|
|||
|
|||
![]()
Lynne,
can you please take a look to http://173.203.135.72/test/test.htm and suggest me where should I edit the code? Hope this screenshot gives you complete preview i want to do. I really appreciate your help. Happy Holidays! cbishwaraj --------------- Added [DATE]1293137614[/DATE] at [TIME]1293137614[/TIME] --------------- BTW: our site is http://www.screwedbyforums.com/ |
#6
|
||||
|
||||
![]()
That looks like the forum.php page to me, yet you said "But No Changes in Forum page : want to display description as default", so I'm confused about where you want to remove it. But again, you need to put the template name in the source code using the method I posted and then find the template using that method. According you using that method, the template should be
<!-- BEGIN TEMPLATE: forumhome_forumbit_level2_post --> So, just remove the description text from there: HTML Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if> |
#7
|
|||
|
|||
![]()
Lynne,
Great! My problem is solved. Thank you so much for helping me. ![]() cbishwaraj |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|