vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Parse BBCode In Member.php (https://vborg.vbsupport.ru/showthread.php?t=101576)

Andreas 11-27-2005 02:10 AM

Yep. With this code, $vbulletin->userinfo['fieldx'] is not parsed - only visible fields ($customfields in the template) are parsed.

noonespecial 11-27-2005 04:00 AM

Quote:

Originally Posted by Andreas
Yep. With this code, $vbulletin->userinfo['fieldx'] is not parsed - only visible fields ($customfields in the template) are parsed.

that's what i thought, crap, how can i fix it to parse userinfo[fieldx]???

Andreas 11-27-2005 04:18 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=82693" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=82693</a>
This explains how to parse BBCode

Boofo 11-27-2005 04:35 AM

Couldn't you just add this (changing the 7 to what field you need):

PHP Code:

 $vbulletin->userinfo['field7'] = $parser->do_parse($vbulletin->userinfo['field7']); 

under this (in Andreas's xml file above)?

PHP Code:

 $profilefield['value'] = $parser->do_parse($profilefield['value']); 

Or am I way off, Andreas? ;)

merk 11-27-2005 08:28 AM

The issue with that is you'll parse the viewing users profile field, which is not what the original request is about. They want to parse the viewed users profile field. :) (ps i havent forgotten about you :()

Boofo 11-27-2005 11:04 AM

How would you do it to include ALL fieldx variables or would you have to do them one by one on each line?

But is the idea right and in the right spot anyway? ;)

(hehe np on the not forgetting. I understand. ;))

Andreas 11-27-2005 11:08 AM

Wrong location, wrong array :)
If it's only a few, I'd use member_complete and list them one by one.

noonespecial 11-28-2005 03:15 AM

So is there anyway to do this? I don't care if every userinfo[fieldx] is parsed right now .. I just need something that works. Haha.

Andreas 11-28-2005 06:43 AM

You can find a tutorial for parsing bbcode here: https://vborg.vbsupport.ru/showthread.php?t=82693

noonespecial 11-28-2005 08:43 AM

Quote:

Originally Posted by Andreas
You can find a tutorial for parsing bbcode here: https://vborg.vbsupport.ru/showthread.php?t=82693

And I've posted this question in that thread already as well (with no real answer).

https://vborg.vbsupport.ru/showpost....8&postcount=25
https://vborg.vbsupport.ru/showpost....5&postcount=30

I obviously don't know the right variable to pass or something ($userinfo[field27] is what I need parsed); that's why I came to this forum to ask for some help.

Please? can you just help me figure out what the right code?

$userinfo[field27] = $parser->do_parse($userinfo[field27]);

Doesn't work. So I don't know what to do.


All times are GMT. The time now is 11:19 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.01214 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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