vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - CES Parser Permissions (https://vborg.vbsupport.ru/showthread.php?t=138476)

thincom2000 02-27-2008 11:42 PM

The only things that were updated in the 2.0.2 version were the product-xml file and includes/ces_permissions.php. It's likely that your php file is correct, otherwise you would be receiving fatal errors. I have tested some custom bb-codes in VMs myself without problems, so this is frustrating for the both of us.

Please PM me with a link to a profile with this issue.

Nzo 02-28-2008 12:30 PM

One question before installing this really interesting hack :

Are BB-codes parsed for social groups messages in 3.7 ?
If no : It would be a great addition ;)

thincom2000 02-28-2008 01:02 PM

Technically they should be, since they utilize the same hooks as Visitor Messages in a member's profile.

Nzo 02-28-2008 03:48 PM

Quote:

Originally Posted by thincom2000 (Post 1452881)
Technically they should be, since they utilize the same hooks as Visitor Messages in a member's profile.

Ok I test it on vbulletin 3.7.0 beta5 and have some trouble :

- Parsing all BB code in social groups is ok (except IMG)
- In blog (vbulletin addon) no more parsing at all :(
- Signature in pm seems also not parsed

I don't take a lot of time too test it in deep.
Guess I'm just going to wait for next release.

Great idea anyway and I really hope you could finish it :up:
Sincerely,

thincom2000 02-28-2008 04:12 PM

Quote:

Originally Posted by Nzo (Post 1452990)
- Parsing all BB code in social groups is ok (except IMG)
- In blog (vbulletin addon) no more parsing at all :(
- Signature in pm seems also not parsed

- I will have to look into the social groups to see why IMG isn't working.
- Unfortunately I do not own a blog license so I can't support it. There are hooks in this mod so users can add their own plugins to make vBlog work.
- I don't even know how to enable signatures in PMs. Is this functionality added by a mod?

Nzo 02-28-2008 06:23 PM

Quote:

Originally Posted by thincom2000 (Post 1453002)
- I don't even know how to enable signatures in PMs. Is this functionality added by a mod?

Not a mod. By default in vbulletin.

Side note : I understand that providing feedback is really important for you in order to improve your hack but I have to be honest and I'm sorry to tell you that I made just a quick test without looking closer at your code and without testing on all pages.
Sorry again to not help you more, have no time for the moment.

thincom2000 02-28-2008 07:56 PM

Where is the option to enable this? I can't find it in Private Messaging Options.

Wayne Luke 02-28-2008 10:27 PM

You need to add a note in the readme and the first post that this requires PHP 5.1.0 or higher. At least one function that you call (htmspecialchars_decode) requires that version or higher.

edit-------------------
Adding this code at the beginning of the ces_permissions.php file allows it to work on earlier versions of PHP:

Code:

if (!function_exists("htmlspecialchars_decode")) {
    function htmlspecialchars_decode($string, $quote_style = ENT_COMPAT) {
        return strtr($string, array_flip(get_html_translation_table(HTML_SPECIALCHARS, $quote_style)));
    }
}

It appears that HTML parsing is required for pre-parsed custom fields or anything with decent formatting. Would be nice if you could tell the system to ignore specific BBCodes.

Wayne Luke 02-28-2008 10:40 PM

Quote:

Originally Posted by thincom2000 (Post 1453141)
Where is the option to enable this? I can't find it in Private Messaging Options.

It is an option that the user has when they actually send the Private Message. There are no permissions other than the user is allowed a signature to begin with.

thincom2000 02-29-2008 01:09 AM

Quote:

Originally Posted by Wayne Luke (Post 1453225)
At least one function that you call (htmspecialchars_decode) requires that version or higher.

Yes, the appropriate function definitions have been added to the ces_permissions.php file for the next update. I have withheld this while I fix some other minor bugs.

Quote:

Originally Posted by Wayne Luke (Post 1453225)
It appears that HTML parsing is required for pre-parsed custom fields or anything with decent formatting. Would be nice if you could tell the system to ignore specific BBCodes.

I'm not sure what you mean by this. Are you saying that BB-Code won't work unless HTML is also enabled in profile fields? Regarding your reference to "decent formatting" - that's basically why I couldn't live without HTML turned on in my own forum, and one reason I created this mod. Regarding ignoring specific BB-Codes, 2.0.2 has a "no parse list" for each of profile fields and visitor messages. Or did you mean something else?


All times are GMT. The time now is 07:44 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.01308 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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