vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Placing a custom user profile field on the index page (https://vborg.vbsupport.ru/showthread.php?t=86929)

Bungie 05-23-2003 12:09 AM

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.

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

1 Attachment(s)
Quote:

Originally Posted by Tony
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...

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>
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:
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>

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...


All times are GMT. The time now is 11:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01067 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete