The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Just add <strong></strong> tags around the variable i.e.
if($post[field8]) $html .= '<dt>Wii</dt> <dd><strong>'.$post[field8].'</strong></dd>'; That should do that part. For your second question firstly I'd recommend looking at the Field Required option for the profile field (assuming you've used a profile field yea?) If you set that to yes always it forces them to set it before they can use the forums (existing/new members). |
#12
|
|||
|
|||
Thanks I didn't try the <strong> but did try <b> and got a syntax error
--------------- Added [DATE]1262621512[/DATE] at [TIME]1262621512[/TIME] --------------- Strong html didn't work either but no errors using it. |
#13
|
||||
|
||||
i do something like this in plugins
Hook : postbit_display_complete Code:
if (!empty($post["field9"])) { $template_hook['postbit_userinfo_right_after_posts'] .= '<dd>' . 'Test : ' . $post["field9"] . '</dd>'; } might change this number to fit your personal preferences. |
#14
|
|||
|
|||
Nice. Is there a way to have the chosen field bold or both fieldx and choice bold?
|
#15
|
||||
|
||||
Quote:
Code:
<dd style="font-weight: bold;"> |
#16
|
||||
|
||||
Anyone know the correct code for users album link in their postbit?
|
#17
|
||||
|
||||
Guys,
I've been following the useful info in this topic. But I have a little more work I'd like to do on this area. Could you look at the attached pic, and advise me on how to achieve that? RED text request only, I fixed the first problem using Dygear's code. Thanks Steve. |
#18
|
||||
|
||||
Quote:
Looks like the community really could use a guide on how to customize post bits, it seems to be in demand. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|