vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Parse BBCode in Custom Profile Fields (https://vborg.vbsupport.ru/showthread.php?t=103460)

Exitilus 12-28-2005 07:26 PM

Works beautiful!

Annie^.^ 12-30-2005 05:34 PM

Great Job!!

wolfstream 12-30-2005 11:24 PM

Only problem I see with this (so far):
This is parsing the fields just dandy in the profile itself, but when it comes to postbit, I see:
Quote:

Location: color=blueWaterloo, IA/color
instead of
Quote:

Location: Waterloo, IA
Any idea what I'm missing there? (yes, I deliberately took the tags out of the first color bit to prevent it from showing up as an actual color.

Sychev_S 12-31-2005 01:08 AM

Quote:

Originally Posted by princessfrozen
or maybe a link to bring up a pop up box with the bbcode info in it?

:squareeyed: that would be awesome

msimplay 01-01-2006 12:05 PM

hmm problem again quotes are turning from " to "

ImportPassion 01-01-2006 01:32 PM

ya, i posted about that on vb.com, but no reply. not sure why that is happening.

Oreamnos 01-04-2006 12:20 AM

First of all, i installed the plugin and it worked beautifully on 3.5.2.

i have 2 questions:
  1. What can I change so that it automatically turns any URL into a link? I don't want users to have to use BBCode.
  2. Any luck with the quotes issue?

Thanks!

eric

MissKalunji 01-16-2006 12:26 AM

Okay how can i exclude a field?

example i want all the field to have bbcode but the css field....

how can i do that?

ImportPassion 01-16-2006 02:40 AM

u could do something like this

PHP Code:

if ($profilefieldname != 'field2') {
$profilefield['value'] = $bbcode_parser->parse($userinfo["$profilefieldname"],0true);


replace field2 with ur css field #

not tested, but give it a shot.

MThornback 01-16-2006 03:29 AM

Would you be willing to change this so that it parses signatures? Namely Admin Signatures.... :) my attempts at it are failig miserably and angering my includes folder :p


All times are GMT. The time now is 03:33 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.01117 seconds
  • Memory Usage 1,735KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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