The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Placing a custom user profile field on the index page
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. |
#2
|
||||
|
||||
Do you use a quick registration or something?
|
#3
|
||||
|
||||
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.
|
#4
|
||||
|
||||
Can you post a screenshot?
|
#5
|
||||
|
||||
Quote:
Also, I have this code for the table that it's in... Code:
<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> |
#6
|
||||
|
||||
might need hacking...not sure.
|
#7
|
||||
|
||||
this shud fix the table:
Code:
<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> |
#8
|
||||
|
||||
Yep, that fixed the table. Thanks Black Vivi.
I asked over at vB.org about putting the field on the front page but the topic just got buried and unanswered... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|