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 05-20-2011 06:50 PM

Quote:

Originally Posted by Gn_Snake (Post 2198102)
My problem is an error in the edit Article of the CMS Home Page.

The error is:
Code:

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_editor.php(487) : eval()'d code on line 122
If disable the plugin the system works

Any idea Please? :confused:

Did you do the fix I mentioned in post #303?

RK KINGKONG 05-20-2011 06:56 PM

Quote:

Originally Posted by Gn_Snake (Post 2194184)
Work on 4.1.3 Great Mod..thanks

it worked for me before the problem is the conflict between this mod and TW7S - [ Information - Tip - Note - Warning ] BBCode

when you try to use both some of the 2nd mod options wont display unless you disable one of them

Gn_Snake 05-20-2011 07:12 PM

Quote:

Originally Posted by RK KINGKONG (Post 2198114)
it worked for me before the problem is the conflict between this mod and TW7S - [ Information - Tip - Note - Warning ] BBCode

when you try to use both some of the 2nd mod options wont display unless you disable one of them

To disable want to remove the bbcode?

Gn_Snake 05-20-2011 07:35 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2198110)
Did you do the fix I mentioned in post #303?

Yes I did.
The only way to bring up the error is to disable the plugin, but I will not do it. sigh :erm:

//EDIT
I removed the bbcode of TW7, but he does it again

RK KINGKONG 05-20-2011 08:12 PM

Quote:

Originally Posted by Gn_Snake (Post 2198122)
To disable want to remove the bbcode?


i understand that but i want to use both of these , the permissions to not allow the other members to use the other mod but oh well lol , cant have it all right

Gn_Snake 05-23-2011 10:03 AM

Only gives me this error?
For my board have active the plugin is very useful, I would be grateful to those who could help me.

Code:

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_editor.php(487) : eval()'d code on line 122
Thanks

HouseAddict 06-23-2011 11:21 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.

I tried that too... and no go.

I am still getting the same error message as others:

Quote:

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_editor.php(470) : eval()'d code on line 122
Could it have anything to do with custom BBCodes? I've added a few of them, and they are not showing up on the CKE Editor on the page that I am getting this error on. And on other pages where I am not getting this error, those custom BBCodes do show up.

And it only shows up on the Article pages that have CKE Editor for comments enabled (at the bottom of the article)... nowhere else.

That might be a hint...

BirdOPrey5 06-23-2011 11:58 PM

I have no idea if this would even work with the new CKE Editor... that change broke a lot of mods.

HouseAddict 06-24-2011 12:01 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2211982)
I have no idea if this would even work with the new CKE Editor... that change broke a lot of mods.

Well, I'm telling you it does work on 4.1.4 just fine. Except on that single page where CKE Editor is included at the bottom of the Article (in CMS) as means of commenting for users... which is weird.

8thos 06-24-2011 12:44 AM

smh


All times are GMT. The time now is 04:03 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.01533 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_code_printable
  • (8)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