![]() |
When I don't have HTML enabled (the preferred setting) for profiles, I get <br /> after every line in my profile fields and pre-formatted fields show as a block of HTML with no formatting. I'll try blocking them from being processed. If you want I can show screen shots.
|
I find it strange that line breaks would parse as <br /> that would then get htmlspecialchars()'d before the end of the parse. I'll see if I can find what causes this. A screenshot would be helpful since I don't quite know what a pre-formatted field would be other than a field that has been wrapped with the <pre> tag.
|
Quote:
Profile with CES Parser disabled: Attachment 76504 Profile with CES Parser enabled but no HTML: Attachment 76505 Profile with CES Parser enabled with HTML: Attachment 76506 The World of Warcraft character list is what I mean by a preformatted profile field. It has a hook that takes a plain text list and expands it into an array and updates it. You can see the <br /> in an attachment by Nerofix on vBulletin.com as well: http://www.vbulletin.com/forum/attac...4&d=1204215040 Finally, I don't want to ignore parsing on particular BBCodes. I want to ignore parsing on specific Profile Fields where there are already hooks doing the parsing for me. |
Okay, for the next update I have fixed:
- multiplied (in html-enabled) and visible (in html-disabled) line breaks - added a field to define which fields get parsed in the profile page - forum announcement permissions are redundant (default permissions are on per-announcement basis) - signatures in PMs - a bunch of other profile field related bugs - all forum rules Still working on: - extensive vbulletin blog testing |
I am getting the </br> problems that Wayne mentioned above. Anytime I put a return to make a space (like creating paragraphs) the </br> shows up (and I just downloaded the latest version) :eek:
|
The <br /> fix has not officially been released yet. I am still working on fixing the blog and external issues.
|
Quote:
|
Quote:
|
As of tonight I fixed the problems with external feeds and printable threads (fixes still not public). If anyone can find any more bugs before I finish the blog fix, let me know. Also let me know about query counts. The mod has a query fallback if the usergroup info is still unavailable after every other check. Let me know if you have noticed query inflation anywhere.
|
Okay, after a few hours, I decided to post the fixes so far even though I have yet to cover the conflict with the blog. Remember that it's possible to bypass the permissions at a hook after the parser is created by setting:
PHP Code:
|
When installing 2.0.10 into a 3.6.8 PL2 live forum I get the following error:
XML Error: XML_ERR_NAME_REQUIRED at Line 300 |
Fixed the XML. Sorry about that. I prefer to write the XML by hand rather than exporting and I forgot to put the exclamation point in one of the <![CDATA[
|
Hello thincom, sorry for my long abstence, had to work outside my home for some days.
I see that after the update of 3.7 beta 6, there are problems with visitor messages and so on, I guess you got to update your mod too for the beta 6. IMG doesnt work together with beta 6 in example. |
Yes I suspect there are problems now because the vBulletin staff have decided to turn off the restrictions in VMs as of B6 and implement a Disallow which BB-Codes in VMs?-type option in the AdminCP. (Sound familiar? :cool:)
I have been busy this week and have not had a chance to upgrade to Beta 6 yet, but almost as soon as I do I should be releasing another update. |
Yes I think that your work with this mod was a good aspect to move the vbdevs to allow bb code in VMs, but your mod is still needed for the "about me" corner.
|
Quote:
|
I'm get the following error message when enabling this plugin, and I have no idea why. All of the files have been uploaded properly, so I know that everything it should need is there. Any ideas?
Quote:
|
Forums Running:vBulletin® v3.6.8 Patch Level 2
using your version 2.1.0 I have no errors when I install the product and the product parses the profile fields correctly. However, my posts disappear..I get a white screen. |
Quote:
Quote:
PHP Code:
|
Quote:
|
If that didn't fix the problem, that would imply that the function really doesn't exist...
Oops! Typo. Edit the showthread_complete plugin. The call should be to PHP Code:
|
The typo correction works. Thanks!
However now I am getting trouble when I am pasting my code into the profile field. All it is is a simple table created at http://www.1stsfss.com/pages/inputAward.html When you choose your awards and it creates the working table. However when I paste it into the profile field there are a lot of page breaks and pushes the start of the table waaaay down. And then the table is stretched vertically. I have other fresh eyes looking at the table code to see if i missed something. I didn't know if there was a style that i was unaware of or if the CES Parser had anything to do with it.. Appreciate the help.. |
I have tried that table creator you posted, and not only does it generate non-standards-complaint XHTML, but you'll notice between lines 22 - 31 (I put a comment there so you can see it) that a problem exists. I modified the code only by adding tabs (and the comment) to investigate the tag nesting (the issue you describe is usually caused by improper nesting).
HTML Code:
<table width="466" cellpadding="0" cellspacing="0" border="0"> |
Thank you very much, I corrected that it still didn't work. So what i ended up doing is deleting all spaces and formatting tabs that was apart of the code when I pasted it into the edit profile field textbox. Apparently it takes all of that literal and doesn't ignore the whitespace so it was stretching out the box and moving it down because spaces and tabs were in the tables..
|
Yes, the same thing would happen if you used the table in a post. This is how vBulletin's BB-Code parser works by default, by converting newlines into HTML line breaks.
|
Update: Compatibility with vBulletin 3.7 Beta 6 and RC1 has been fixed. The Social Messages stock vBulletin feature in which an error message is displayed when using a disabled BB-Code is also working again. Fixed some fatal errors due to typos, and gave Social Messages their own bitfields (inclusive for VMs, GMs, PCs, and usernotes - which I always considered to be vB's old profile comment system).
|
Quote:
Thanks. |
That issue was fixed about a month ago (3/6). I'm sorry you missed it.
|
Quote:
|
Hm, after this mod... bbcode in events do not work
|
Fixed it, just make sure the bbcode start plugin isn't called on the calendar page via a conditional.
|
If bb-code in events doesn't work then that is a bug, and I should fix it in the next build. Disabling the mod in the calendar really shouldn't be an acceptable alternative, so I will make sure to fix this.
|
After installing, if you have Allow HTML set to Yes within Signature Permissions of the Usergroup in the ACP, you are not able to put HTML into your signature. Is this a bug? I played around with the mod within the plugin system and was able to make it work if only
BBCode - Parse by Permissions Member - Globalize the Parser Profile Fields - Parse by Permissions but then this means all the other parts of the mod don't work. Will this be fixed? Thanks, Marcos |
Quote:
|
I believe that the way the mod is designed, if HTML is not allowed in a user's profile, then HTML cannot be in their signature. HTML is working fine under my test install, I would recommend checking this mod's Usergroup Permissions for profiles.
|
Quote:
|
Quote:
Or am I missing something? Thanks. |
Your issue sounds like it is related to how vBulletin functions by default, coupled with a misunderstanding of the way this mod is designed.
1. HTML, BB-Code, etc. always has to be enabled globally, or the parser just won't bother with it. 2. This mod checks what is globally enabled, and makes sure the individual user is not prohibited from using it (this would be a NO in the mod's settings). 3. If the individual user doesn't have permission, this mod will then disable it. You should not worry about enabling HTML, or anything else for that matter, everywhere, as long as this is installed. Think of the standard vBulletin Options regarding this as simple ON/OFF switches, and this mod for tweaking if ON. That said, if you want a separate permission set for signatures, you would either have to wait for another update of this mod, or modify it yourself until such a supported update. |
Quote:
Sorry to ask this again, but is there something with the signature section when everything is set up properly? Thanks, Marcos |
Is this hack anywhere near having the "extensive vbulletin blog testing" part being added so that blogs will parse bbcode properly? Or am I missing something?
BBcode appears to parse fine for the blog bits in the tab on the memberinfo page, but nothing at all in the actual blog section itself. |
All times are GMT. The time now is 12:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|