The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello all,
This topic was also opened in another subforum (sorry for that), but I realize now that this subforum is more suitable for my question. I have two questions concerning the following: - How do I remove the thread title in the first post? I already tried AdminCP -> vBulletin Options -> Message Posting and Editing Options -> Automatically Quote Post / Thread Title -> No And it indeed removes the thread titles from all posts, except from the first one. Example: ![]() - Is there somewhere a lists to see which style variables are not used (and are these deleteable?). That would make my overview a lot better when I want to adjust the colours. For example, I don't know where to find the style variable that changes the color of sticky subjects in forumdisplay.php. I've been altering my whole style, but this variable I can't find for some reason. Example: ![]() |
#2
|
|||
|
|||
![]()
The second problem is fixed, but the first one is still open though. Where can I delete the topic title from the first post, which is automatically added?
|
#3
|
||||
|
||||
![]() Quote:
Code:
<vb:if condition="$post['title'] OR $show['messageicon']"> <h2 class="posttitle icon"> <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title} </h2> </vb:if> Code:
<vb:if condition="!$GLOBALS['FIRSTPOSTID']"> <vb:comment>Removed icon and title from first post</vb:comment> <vb:else /> <vb:if condition="$post['title'] OR $show['messageicon']"> <h2 class="posttitle icon"> <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title} </h2> </vb:if> </vb:if> ![]() _____________________________________ Just in case anyone wants to know about the postbit template versus the postbit_legacy template.... Edit template posbit, find: Code:
<vb:if condition="$post['title'] OR $show['messageicon']"> <h2 class="title icon"> <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title} </h2> </vb:if> Code:
<vb:if condition="!$GLOBALS['FIRSTPOSTID']"> <vb:comment>Removed icon and title from first post</vb:comment> <vb:else /> <vb:if condition="$post['title'] OR $show['messageicon']"> <h2 class="title icon"> <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title} </h2> </vb:if> </vb:if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|