PDA

View Full Version : Placing a custom user profile field on the index page


Bungie
05-23-2003, 12:09 AM
I tried a search but didn't come up with anything. If I missed something, I apologize.

What I want is to place a custom user profile field I created on the main forum page. So that the users can update it without having to go all the way into the user cp.

It's a drop down menu btw.

Tony G
05-23-2003, 05:25 AM
Do you use a quick registration or something?

Bungie
05-30-2003, 01:03 AM
Nope. I run an Xbox Fansite. This drop down menu has a list of Xbox Live compatible games. The idea is for users to select what game they are going to be playing online.

Tony G
05-30-2003, 06:06 AM
Can you post a screenshot?

Bungie
05-31-2003, 10:49 PM
Can you post a screenshot?

This is what the drop down menu looks like. It also shows up in the postbit.

Also, I have this code for the table that it's in...

<br><br><table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="150" height="12" align="center"><tr><td bgcolor="#000000" width="150" height="12"><p align="center"><smallfont>Now Playing</smallfont></td></tr><tr> <td bgcolor="$post[backcolor]" width="150" height="12"><p align="center"><smallfont>$post[field8]</smallfont></td></tr></table><br>
I want to add a single line black border around it, but when I change 'border="0"' to 'border="1"' one of those tacky double white borders show up... I'm not that great with html mind you. ;)

Rufus69
06-01-2003, 01:36 AM
might need hacking...not sure.

Black Vivi
06-01-2003, 06:22 AM
this shud fix the table:
<br><br><table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="150" height="12" align="center" bgcolor="#000000"><tr><td width="150" height="12" align="center"><smallfont>Now Playing</smallfont></td></tr><tr> <td bgcolor="$post[backcolor]" width="150" height="12" align="center"><smallfont>$post[field8]</smallfont></td></tr></table><br>

Bungie
06-02-2003, 12:46 AM
Yep, that fixed the table. Thanks Black Vivi. :D

I asked over at vB.org about putting the field on the front page but the topic just got buried and unanswered...