PDA

View Full Version : postbit legacy


Dakotadr
12-17-2009, 03:59 PM
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.......

Lynne
12-17-2009, 04:23 PM
You can edit the postbit_legacy to make those bold.

Dakotadr
12-17-2009, 05:24 PM
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.......

Lynne
12-17-2009, 06:07 PM
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:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
Replace with:
<if condition="$post['field2']"><div><span style="font-weight: bold;">$vbphrase[location_perm]</span>: $post[field2]</div></if>