The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Parse BBCode in Custom Profile Fields Details »» | |||||||||||||||||||||||||||
Parse BBCode in Custom Profile Fields
Developer Last Online: Oct 2008
Why? Cause I think this should be the norm and others in this thread seem to want it. https://vborg.vbsupport.ru/showthread.php?t=101248
Be nice to also have WYSIWYG on the textareas, but that's another hack. There are 2 versions of this. The first one, product-parse_bbcode_in_profile_1.1.xml, is for anyone that does not have the MySpace style profile template hack installed. You can find that hack here https://vborg.vbsupport.ru/showthread.php?t=101248 The second, product-myspace_style_profile_version.xml, is for users that are using that template hack. INSTALLATION: Install the Product and that's it. Will install 1 new plugin. I tested as best I can, but see what happens. Can't provide 100% support, but I will see what I can do. For non-MySpace profile template users, some options: -------------------------------------------------------------------------- Optionally remove some code. https://vborg.vbsupport.ru/showpost....4&postcount=18 -------------------------------------------------------------------------- If you only want certain fields, put this code for EACH fieldx u want parsed in member_customfields hook location. https://vborg.vbsupport.ru/showpost....5&postcount=19 -------------------------------------------------------------------------- If you did this code change for 1.01, u can now remove it as it is not needed for 1.1. v.1.01 Code Change in admincp/profilefield.php find PHP Code:
PHP Code:
################################################## ## Non-MySpace template hack v.1.00 - Original Release v.1.01 - Update to fix some weird issue in admincp when going to profile field manager. v.1.1 - re-written - totally works. MySpace Template hack version: 1.0 - Original release. Show Your Support
|
Comments |
#82
|
|||
|
|||
How do i parse the bbcode in the box that this hack: https://vborg.vbsupport.ru/showthread.php?t=98282& gives you
|
#83
|
|||
|
|||
I am parsing BB code correctly within the profile, but not within posts (side location field)...as I have a BB URL in the location field linked to vBgooglemap locations
How would I go about making it parse and not just showing the code? I'm not sure if I made this clear enough to understand but I'll post a screenie if needed. |
#84
|
|||
|
|||
this is very strange, i had installed this properly and everything was working good.. and then all of the sudden it stopped working. nothing is more frustrating then when something is working and stops for no reason =(.
i originally installed this hack, deactivated it, and installed this code so that only one field was working (which worked fine): PHP Code:
I've also tried allowing bbcode throughout my memberinfo, but still to no avail. Please advise.. |
#85
|
|||
|
|||
turns out that if you turn of vb sigs, some things act up.. just to note
|
#86
|
|||
|
|||
Where you see:
PHP Code:
|
#87
|
|||
|
|||
This mod doesnt seem to work if you have a custom Profile Page. I reverted my template to default, and this mod worked... I added my custom Profile Page setup that was created originally on a vb 3.5 forum and updated and the mod doesnt work. Just thought this might help people having trouble.
|
#88
|
||||
|
||||
This hack work with vB 3.6.x ?
|
#89
|
|||
|
|||
It works with my vB 3.6.5, so yes. I'd apply some changes, though:
Quote:
Also you'd have to use do_parse() instead of parse() (I don't know if it's the same with vB 3.5, I'm using 3.6): Code:
$profilefield['value'] = $bbcode_parser->do_parse($userinfo["$profilefieldname"], true, true); |
#90
|
|||
|
|||
so will this mod take care of the quotes = ("), & = (&) and the many more parsing errors found with the myspace profiles... because I use the alternative parsing method as ppl are posting in here.
*** Edit: Now that I look above, it seems that this one doesn't fix it either :/ |
#91
|
|||
|
|||
Dear keth, im getting crazy!
https://vborg.vbsupport.ru/showthread.php?t=142592 (i moved the post to an area that seems more "correct" than this) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|