The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where can I move the threadbit title in search results over?
I would like for the title not to line up right on the left hand side.
|
#2
|
||||
|
||||
Go to your "additional.css" template and add the code:
HTML Code:
.searchtitle a { margin-left: XXpx; } |
#3
|
|||
|
|||
Thanks! What about the "started by"?
--------------- Added [DATE]1461769843[/DATE] at [TIME]1461769843[/TIME] --------------- Ok, I figure that out...I did: .label { padding: 0px 0; display:block; top:0px; padding-left:70px; } But now my post icons are not showing up next to my posts. Do you know how to get that done? You can take a look at www.couponwithcents.com and click New Posts |
#4
|
||||
|
||||
Okay, try changing the selector I posted to:
HTML Code:
.searchtitle { margin-left: XXpx; } |
#5
|
|||
|
|||
How can I get the post icons to show up next to the search title?
|
#6
|
||||
|
||||
Did you change the selector, to the most recent I posted? A visit to your site indicates you haven't yet.
|
#7
|
|||
|
|||
Yes, I did. my additional.css says
.searchtitle a { margin-left: 90px; } .label { padding: 0px 0; display:block; top:0px; padding-left:90px; } |
#8
|
||||
|
||||
I removed the anchor tag from the selector I posted...you want:
HTML Code:
.searchtitle { margin-left: XXpx; } HTML Code:
.searchtitle a { margin-left: XXpx; } |
#9
|
|||
|
|||
The post icons still aren't showing up. I don't know what's up.
|
#10
|
||||
|
||||
vBulletin doesn't display thread icons in the search results. However, you can add this feature by editing your "search_threadbit" template as follows:
Locate the code: HTML Code:
<h3 class="searchtitle">
HTML Code:
<vb:if condition="$show['threadicon']"> <img src="{vb:raw thread.threadiconpath}" alt="{vb:raw thread.threadicontitle}" border="0" /> </vb:if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|