The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a "Today" feature which basically just links to this:
search.php?do=getdaily&showposts=1 Well, when the text displays, it displays in italic font. How do I change that so it will be normal font? Just like this: http://www.vbulletin.com/forum/search.php?searchid=4545 But see how all the text is Italic? How do I change it to normal? Thanks! |
#2
|
|||
|
|||
![]() Quote:
|
#3
|
||||
|
||||
![]()
Take a look tomorrow for you.
![]() |
#4
|
|||
|
|||
![]() Quote:
![]() |
#5
|
|||
|
|||
![]()
AdminCP -> Style Manager -> Click "Edit Templates" for the style you want to edit -> Search Templates -> Click on the template "search_results_postbit" ->
Find: HTML Code:
<a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a> HTML Code:
<span class="smallfont" stlye="font-style: normal"><a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a></span> HTML Code:
$post[pagetext] HTML Code:
<span class="smallfont" stlye="font-style: normal"> $post[pagetext]</span> And that should work. ![]() |
#6
|
|||
|
|||
![]()
Danny your a stud! That works like a charm. I am going to have to bookmark this for future reference.
Thanks a ton! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|