vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - CES Parser Permissions (https://vborg.vbsupport.ru/showthread.php?t=232543)

thincom2000 10-09-2012 04:54 PM

True, the directory structure in the ZIP should remain intact, but the correct location for ces_permissions.php is also the same folder with functions_bigthree.php. If they aren't in the same folder, then you have uploaded the ZIP outside of your forum directory.

aucrawford 10-09-2012 10:12 PM

I see now that I was not putting the files in the correct place. It appears to be working now. Do you have any recommendation about how I can do this kind of thing for not just images but for video and each other code?

serhwee 08-01-2013 12:19 PM

I installed in VB 4.2, found that when editing a post it cannot use WYSIWYG mode. Any solution?

thincom2000 08-02-2013 12:55 PM

I will have to upgrade to 4.2 today and let you know. Right now the site where I use this still has 4.1. I will post again when I know more.

serhwee 08-03-2013 02:43 AM

Quote:

Originally Posted by thincom2000 (Post 2436719)
I will have to upgrade to 4.2 today and let you know. Right now the site where I use this still has 4.1. I will post again when I know more.

Thanks, could you add a function to disable only the website link BB code?

thincom2000 09-10-2013 07:30 PM

Quote:

Originally Posted by serhwee (Post 2436507)
I installed in VB 4.2, found that when editing a post it cannot use WYSIWYG mode. Any solution?

I have not had this issue in 4.2 as long as WYSIWYG editing controls are enabled for the specific editor in question. I thought I had the same problem but then soon found out I had WYSIWYG disabled for Quick Edit in vBulletin's settings.

If you still have problems, the product uploaded here might not be up-to-date with some changes I've made.

Check the plugin for this product at hook editor_toolbar_end. Look for a line like:
Code:

$forumid .= '&p=' . $post['postid'];
The very next line should be:
Code:

        if (is_object($cke))
        {
                $cke->setEditorParseType($forumid);
        }

If it's not, then add it.

Pocket Aces 06-25-2014 01:20 AM

Quote:

Originally Posted by serhwee (Post 2436507)
I installed in VB 4.2, found that when editing a post it cannot use WYSIWYG mode. Any solution?

we have similar issues, we can't try the fix since we dont have this line in the plugin...
Code:

$forumid .= '&p=' . $post['postid'];
here's the code...
Code:

global $permissions, $ces_forumrules, $forumrules;
global
$htmlcodeon, $bbcodeon, $smilieson, $imgcodeon;

ces_permissions_toolbar2($forumid, $editor_template_name);

if (
$savebbcodecache)
{
   
$vbulletin->bbcodecache = $savebbcodecache;
}


thincom2000 06-25-2014 12:11 PM

Okay, I just uploaded the version I've been using for the past 4 years with vBulletin 4. Please let me know if it resolves your issue.

Pocket Aces 06-25-2014 03:54 PM

works perfectly with WYSIWYG now, thanks Ted

grey_goose 08-15-2016 01:03 PM

Got a head scratcher.

Mod works beautifully, except Guest posts don't parse post content. Unregistered (group 1) and Awaiting (group 3) both have "Allow BB-Code" set to YES in Posts & Profile Fields.

I know it's this mod, because as soon as I disable it, guest bb-code parses.

Is there some setting/configuration I'm missing other than Usergroup Manager?

p.s. Am not used Advanced BBCode mod, but a ton of other mods.


All times are GMT. The time now is 06:37 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.01088 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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