PDA

View Full Version : Extra profile field


Greek76
02-05-2008, 06:20 PM
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

cirdok2
02-05-2008, 10:56 PM
Already tried this?

<if condition="$post['favoritebook']"><div class="smallfont">Favorite book: $post[favoritebook]</div></if>

Greek76
02-06-2008, 06:17 PM
That worked perfect thank you. Now my only question is hwo can I bold the questions? Thanks

Opserty
02-06-2008, 07:02 PM
To bold something in HTML use the <b> or <strong> tag.
E.g.

<b>Your Question here?</b>


If that is what you are asking.

Greek76
02-07-2008, 02:44 PM
Thats not what I mean but thanks. I want to bold the questions in the profile fields...

MattLuria
02-08-2008, 03:05 PM
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_display.asp?Nation_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 (http://cybernations.net/nation_drill_display.asp?Nation_ID=35639)?

MattLuria
02-18-2008, 04:37 PM
I figured this out using recoding a myspace mod.