The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Extra profile field
Hey all just a quick question. Im trying to add an additional profile field to appear under a users username in postbit legacy..
I want to look like it would on location where it shows Location:USA I added code like this in postbit legacy <if condition="$post['favoritebook']"><div class="smallfont">$post[favoritebook]</div></if> <if condition="$post['field7']">$post[field7]</if> The problem Im having is that its only showing what the user put down in his or her profile its not showing the profile question. How can i get it to show both question and answer. Also how can I get the question to show bold? Thanks guys |
#2
|
|||
|
|||
Already tried this?
<if condition="$post['favoritebook']"><div class="smallfont">Favorite book: $post[favoritebook]</div></if> |
#3
|
||||
|
||||
That worked perfect thank you. Now my only question is hwo can I bold the questions? Thanks
|
#4
|
|||
|
|||
To bold something in HTML use the <b> or <strong> tag.
E.g. HTML Code:
<b>Your Question here?</b> |
#5
|
||||
|
||||
Thats not what I mean but thanks. I want to bold the questions in the profile fields...
|
#6
|
|||
|
|||
I'm trying to create a post bit that has a url link to a site. this is for my gaming alliance's server so people can link to their nation's page for cybernations.net.
There is already a fieldbit in the profile for the page ID so when they enter in that page id, i'd like it to complete the url for the postbit. For example, mine is http://cybernations.net/nation_drill...ation_ID=35639. My nation ID number is 35639. On the post bit, is there a way to get it to show something that says My Nation Page? |
#7
|
|||
|
|||
I figured this out using recoding a myspace mod.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|