The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
is there a way I can blcok off the diffrent sections to make this read a little easier and can I change the title fonts to bold so that they will stand out a little better
curruently: Name: XXXX Age: 30 Location: Santa Cruz Mountains. Hunting: deer, elk, birds, small game & predator. Weapons: 7mm, 12ga. Job: Administrator of XXXXXXX. Biography: To Be Continued... Join Date: Oct 2009 Posts: 111 Would like Name:XXXXX Age Location: etc....... |
#2
|
||||
|
||||
![]()
You can edit the postbit_legacy to make those bold.
|
#3
|
|||
|
|||
![]()
lynne, do you have an example of a code i can use and the place where i should put it in the templet, also can i chage the color just of the bold text also...thanks
about the boxxing off is that at all possible. ie like all the hunting info i want to be in a box and then all the weapons info to be in a seperate box..etc....... |
#4
|
||||
|
||||
![]()
There is a modification that shows how to put the stuff in a box. Try a search in the mods area for it (perhaps "postbit*" in "all mods" "titles only")
As for an example to make it bold. Find: HTML Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> HTML Code:
<if condition="$post['field2']"><div><span style="font-weight: bold;">$vbphrase[location_perm]</span>: $post[field2]</div></if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|