vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Advanced BBCode Permissions (https://vborg.vbsupport.ru/showthread.php?t=122942)

bulldog51981 12-27-2010 09:22 PM

I'm a little lost on this one (I usually don't have a problem adding the fixes to things) and my chatbox now looks like the example in post#273 (page 19)

BirdOPrey5 12-27-2010 09:24 PM

Just to be clear I tested this with regular BB codes and BB Codes with options, I read what people reported earlier they were having issues but it works fine for me. I don't have many mods on my 4.0.8 forum so if someone was having problems I'd guess they either made a mistake or more than likely have a conflict with another mod.

BirdOPrey5 12-27-2010 09:29 PM

Ahh yes, go to your Admin CP -> Plugin manager, go to the Advanced BB Code Permissions mod and go to the plugin: Advanced BBCode Permissions on hook: bbcode_parse_complete

Find the line: (It should be the only line)
Code:

$this->tag_list = $this->bbcode_tag_list;
Replace it with:
Code:

if (isset($this->bbcode_tag_list))
{
    $this->tag_list = $this->bbcode_tag_list;
}

And you're set... it should work with other add-ons if you do this... it works within normal vbulletin pages without this change however.

mk craig 42 01-01-2011 01:39 PM

Is there any way this mod can be edited so that Admins/mods can edit a regular members post who DOES NOT have permission for a certain BB Code and make the bb code work on that post.
As at the moment, when I try to edit a usergroups post who I disabled a BB Code for, it also doesn't work for me when I try to edit their post, which is logical.

So basically I want to be able to edit users post and allow the BB Code to work when an admin/mod edits it?

Thanks.

To give you more info.. I have the [mod] BB Code added.. and I want only mod's and Admins to be able to use it, which is why it is disabled on every other usergroup... But the idea of MOD message is to edit a users post and warn them on their own post whilst possibly deleting some of their content that breaches the rules... and obviously with this mod I can't edit their post with the [mod] bb code :(

beduino 01-03-2011 12:35 PM

Thank you !
I'm looking for if this hack works in last vB 4.1.0 ... maybe with this will work :)
Quote:

Originally Posted by BirdOPrey5 (Post 2139819)
Ahh yes, go to your Admin CP -> Plugin manager, go to the Advanced BB Code Permissions mod and go to the plugin: Advanced BBCode Permissions on hook: bbcode_parse_complete

Find the line: (It should be the only line)
Code:

$this->tag_list = $this->bbcode_tag_list;
Replace it with:
Code:

if (isset($this->bbcode_tag_list))
{
    $this->tag_list = $this->bbcode_tag_list;
}

And you're set... it should work with other add-ons if you do this... it works within normal vbulletin pages without this change however.


OldSchoolDSL 01-05-2011 07:55 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2139819)
Ahh yes, go to your Admin CP -> Plugin manager, go to the Advanced BB Code Permissions mod and go to the plugin: Advanced BBCode Permissions on hook: bbcode_parse_complete

Find the line: (It should be the only line)
Code:

$this->tag_list = $this->bbcode_tag_list;
Replace it with:
Code:

if (isset($this->bbcode_tag_list))
{
    $this->tag_list = $this->bbcode_tag_list;
}

And you're set... it should work with other add-ons if you do this... it works within normal vbulletin pages without this change however.

Thank you :)

Tested and working

4.1 PL2 :cool:

rootsxrocks 01-06-2011 04:53 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2144591)
Thank you :)

Tested and working

4.1 PL2 :cool:

Good to Know I was wanting to re install this

abdulbasitsaeed 01-13-2011 06:35 PM

Quote:

Originally Posted by Abe1 (Post 1159541)
(libertate, apparently your donation helped :))

This is BETA test.

Version 4.0 beta 1

I'm just running through this beta so some of you guys can test the 2 changes before I make it an official release. There 'should' be no issue with this version but I just want it tested first.

1) If you dont have custom bbcodes, you should not get an error anywhere.

2) Additional usergroups are checked to see if they can use a BBCode if the Primary Usergroup has the permission turned off. If ANY of the user's usergroups have the setting 'enable advanced bbcode permissions' turned OFF, then it will be TURNED OFF for the user and he gets the forum default. If ALL a users usergroups have it set to ON, then it will check through all the usergroups and get a 'yes' even if only an additional usergroup has it set to yes.

Please post feedback quickly. I would like to release this ASAP.

Just import the new file into products. No need to uninstall.

Works on 4.0.4.

Abe1, would you like to release the 4.0 version of this mod as a separate mod thread? :)

Thought I'd add that I had to make these changes mentioned earlier to get it fully functional.

Quote:

Originally Posted by BirdOPrey5 (Post 2139819)
Ahh yes, go to your Admin CP -> Plugin manager, go to the Advanced BB Code Permissions mod and go to the plugin: Advanced BBCode Permissions on hook: bbcode_parse_complete

Find the line: (It should be the only line)
Code:

$this->tag_list = $this->bbcode_tag_list;
Replace it with:
Code:

if (isset($this->bbcode_tag_list))
{
    $this->tag_list = $this->bbcode_tag_list;
}

And you're set... it should work with other add-ons if you do this... it works within normal vbulletin pages without this change however.


RK KINGKONG 01-24-2011 06:25 AM

working perfect on vb 4.1.1 installed

BirdOPrey5 01-25-2011 01:43 AM

I know this is unusual but for some reason this mod is conflicting with 3 or the 4 bb codes listed in this mod: https://vborg.vbsupport.ru/showthread.php?t=235328

With this mod enabled only 1 of those 4 icons show in the editor window even when users have permission to use them.

Found this bug in vb 4.1.1


All times are GMT. The time now is 04:06 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.01434 seconds
  • Memory Usage 1,751KB
  • 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
  • (8)bbcode_code_printable
  • (5)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