vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Using User Profile Fields on a different part of the site (https://vborg.vbsupport.ru/showthread.php?t=209160)

Fuzz22 03-22-2009 08:44 PM

Using User Profile Fields on a different part of the site
 
Is it possible to use User Profile Fields (e.g. field5) on a different part of the site (not the forum) like my homepage. If so, how would I make it work?

Lynne 03-22-2009 08:51 PM

Yes, you should be able to. I use it in my navbar with the variable $bbuserinfo[fieldx]

TNCclubman 03-22-2009 08:53 PM

looking for this too...

Lynne, will that also bring the little editing icon next to the field as well?

ragtek 03-22-2009 08:58 PM

If its not a forumpage(as you wrote*g*) you'll have to grab it yourself from the db(table userfield) or include the global.php from the forum and use it like lynne wrote.

--------------- Added [DATE]1237759165[/DATE] at [TIME]1237759165[/TIME] ---------------

Quote:

Originally Posted by TNCclubman (Post 1774576)
looking for this too...

Lynne, will that also bring the little editing icon next to the field as well?

no, thats happening with js

TNCclubman 03-22-2009 09:02 PM

thanks lynne, that worked!!!

All I need is to also have the edit button next to it, and when its pressed, the info becomes editable and you can just re-write the entry...like when they do it in their profile!

Fuzz22 03-22-2009 09:05 PM

Can you help me with grabbing it from the db?

Lynne 03-22-2009 09:10 PM

If you need to grab it from the db, you'll have to write a plugin. You'll have to be much more specific about where you need to use it if you want help with that.

As for the edit button, steal the code from the template and make sure you include the same files included on the member page and see what happens.

Fuzz22 03-22-2009 09:36 PM

I wish to use it on a script that I already have and submit field5 into the script which is located on the homepage.

Lynne 03-22-2009 10:37 PM

That isn't telling us anything. Post your script and tell us which plugin you are using for it and tell us where - which template or line - you wish to use it on the homepage. I assume by homepage you mean the forum index? If not, you need to explain it better.

TNCclubman 03-22-2009 10:42 PM

Code:

<!-- ########## WHATS ON YOUR MIND ######### -->

<a href="/usercp.php"><img src="/image.php?u=$bbuserinfo[userid]" alt="Some avatar" border="0" /></a>
    <tr><td class="alt1" nowrap="nowrap" align="left"><b>What's On Your Mind?:</b>
<fieldset>
$bbuserinfo[field12]
</fieldset></td>
  </tr>

<!-- ########## /WHATS ON YOUR MIND ######### -->

So far with the code above, I got the users avatar showing up and thanks to Lynnu, the field is showing as well...

Does anyone have an idea of what the javascript is to have the little edit pencil show up?


All times are GMT. The time now is 10:46 AM.

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.01167 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete