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)

BirdOPrey5 06-11-2010 03:57 PM

1 Attachment(s)
OK, I've come across another problem... when using this mod with vBadvanced Links Directory the bb code in the category description doesn't parse, but when viewing the link directly it does parse. I've brought the issue up on their site as well but was wondering if anyone had any ideas on why this might be the case. When I disable this mod it works fine. Example attached.

BirdOPrey5 06-11-2010 04:00 PM

Quote:

Originally Posted by Andreas (Post 2006325)
This Add-on has a serious bug:
The Code on Hook bbcode_parse_complete assumes that
PHP Code:

$this->bbcode_tag_list 

does always exist, which is not necessarily the case if do_parse() is being called directly (PhotoPost vBGallery for example does that).

So this causes the Tag-List to become empty after the first call to do_parse().

Changing the code it
PHP Code:

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



Making this change to the bbcode_parse_complete plugin fixed the issue I was having with code not parsing in vbadvanced links directory- THANK YOU.

slipkot 06-23-2010 08:58 PM

Finally, because other said that they have problems and other not, if i use it with 3.8.5 will i have any problem?

BirdOPrey5 06-23-2010 09:38 PM

Quote:

Originally Posted by slipkot (Post 2058441)
Finally, because other said that they have problems and other not, if i use it with 3.8.5 will i have any problem?

Well it works for me on 3.8.4 PL2 but I have to disable each code in each usergroup and then re-enable each one for the permissions to take... When I add new bbcodes I have to redo this for each group and new code as well as by default new codes are 'off' for all groups but they still work for all groups until I enable/disable again.

slipkot 06-23-2010 09:43 PM

OK i will test it and come back with news! Thanks for the help...

slipkot 06-24-2010 01:12 PM

Well, i installed it but i have a problem. I am using cyb chatbox. And when the modification is active bbcode on chatbox doesn't work... Any suggestions?

Edit: Fixed using the code mention here! Thanks

BirdOPrey5 06-24-2010 01:56 PM

I would try the fix I used in post #282, I also had bbcode disabled in another mod until I did that.

Galkon 07-20-2010 02:37 AM

Will this work on Vbulletin 3.8.2?

rootsxrocks 08-03-2010 06:28 PM

I belive this plug in has caused me some confusing issues in 4.04 as posted here I may have mistaken your beta 4 to be for the new cms. Other than this issue with articles it works pretty good with 4.04 Unfortunitly It means I will have to remove my Iframe bbcode that i had reserved for just myself and I had given other BB codes for privledged users Please advise ?
http://www.vbulletin.com/forum/showt...e-Revert-to-No
Warning: Invalid argument supplied for foreach() in [path]/includes/functions_editor.php(487) : eval()'d code on line 122 and you do not have permission.

BirdOPrey5 08-03-2010 09:38 PM

Quote:

Originally Posted by Galkon (Post 2071826)
Will this work on Vbulletin 3.8.2?

It should, it works for me on 3.8.6... but I have to turn each bb code from 'on' to 'off' then 'on' again to get the permissions to work right, seems the first time they aren't actually 'set' for lack of a better term so I need to cycle them once to force them to work... could just be me though.


All times are GMT. The time now is 10:51 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.01241 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)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