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)
-   -   Allow Usergroups to Post HTML (https://vborg.vbsupport.ru/showthread.php?t=96926)

Red Fox UK 10-07-2005 03:07 AM

Quote:

Originally Posted by kall
Guys:

Try this for the bbcode_parse plugin (provided by the master Kirby):
PHP Code:

 global $post;
$perms =& $post['permissions'];
if (!
$perms)
{
    
$perms fetch_permissions(0$post['userid'], $post); 
}
// Was this post made by an allowed Usergroup member?
if ($perms['allowhtmlpermissions'] & $this->registry->bf_ugp_allowhtmlpermissions['canposthtml'])
{
    
// This is an allowed post so parse HTML.
    
$dohtml '1';


If you could try that and report back to me that it is all good (works perfectly on NZB as far as I can tell), I will update the .zip when I get home from work.

Works here :)

Red Fox UK 10-07-2005 04:56 AM

Quote:

Originally Posted by Red Fox UK
Works here :)

Actually - it causes a problem! It causes HTML within CODE tags to run rather than displayed.

DarrenS 10-07-2005 06:16 PM

I am having this same exact problem: HTML posts are correctly parsed for admins, but not for everyone else.

Is there an update ready yet?

Thanks!

Andreas 10-07-2005 10:10 PM

@DarrenS
Do you use this Code? https://vborg.vbsupport.ru/showpost....8&postcount=66
If so: Did you clear the postcache?

Red Fox UK 10-07-2005 10:35 PM

Quote:

Originally Posted by KirbyDE
@DarrenS
Do you use this Code? https://vborg.vbsupport.ru/showpost....8&postcount=66
If so: Did you clear the postcache?

I did - but it doesnt work properly, doesnt encode the HTML content inbetween [CODE] tags.

Andreas 10-07-2005 10:44 PM

Quote:

Originally Posted by Red Fox UK
I did - but it doesnt work properly, doesnt encode the HTML content inbetween [CODE] tags.

What does that mean?
HTML within [quote] Tags is rendered instead of being displayed as HTML Code?
AFAIK that's the way vBulletin works, test it with this Hack being disabled and a Forum that does allow HTML.

DarrenS 10-08-2005 03:01 AM

KirbyDE:

I didn't implement that code snippet, no. Just 3.50 and this thread's plug-in (1.0 RC1).

I would implement it if there were directions on how to do so. I don't use the [ CODE] tag on my forum. (What it sounds like Red Fox is describing is that HTML code in the [ CODE] [/CODE] tag is being parsed rather than displaying the code itself, while the [ CODE] tag is intended to allow users to show code.)

weaver 10-08-2005 04:20 AM

Quote:

Originally Posted by kall
Guys:

Try this for the bbcode_parse plugin (provided by the master Kirby):
PHP Code:

global $post;
$perms =& $post['permissions'];
if (!
$perms)
{
$perms fetch_permissions(0$post['userid'], $post); 
}
// Was this post made by an allowed Usergroup member?
if ($perms['allowhtmlpermissions'] & $this->registry->bf_ugp_allowhtmlpermissions['canposthtml'])
{
// This is an allowed post so parse HTML.
$dohtml '1';


If you could try that and report back to me that it is all good (works perfectly on NZB as far as I can tell), I will update the .zip when I get home from work.

Still having the same problem. I have to edit in advanced mode before the html will parse.

Red Fox UK 10-08-2005 04:56 AM

Quote:

Originally Posted by DarrenS
KirbyDE:

I didn't implement that code snippet, no. Just 3.50 and this thread's plug-in (1.0 RC1).

I would implement it if there were directions on how to do so. I don't use the [ CODE] tag on my forum. (What it sounds like Red Fox is describing is that HTML code in the [ CODE] [/CODE] tag is being parsed rather than displaying the code itself, while the [ CODE] tag is intended to allow users to show code.)

This is what I meant :)

Vtec44 10-08-2005 02:53 PM

Also for some reason, it is allow HTML in signature of user groups that are not suppose to have HTML. One person on my board has an IMG tag in his signature, and it is showing when I enable this plug in. I disabled it and it is not showing anymore. I tried to uninstall it, but got a database error when creating a new user group. It seems like the uninstall didn't completely remove everything.


All times are GMT. The time now is 09:40 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.01494 seconds
  • Memory Usage 1,754KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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