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)

AWJunkies 01-15-2010 02:41 PM

Seems to work fine with 4.0.1. The options are removed in any message window and when trying to use it it will show the bbcode brackets and info like text like it should and not execute the bbcode.

The messenger above me please state what is NOT working. As adminCP saving and options so on all working and functionality so please post what you saw as not working.

ioio1 02-15-2010 11:32 AM

Quote:

Originally Posted by thincom2000 (Post 1566834)
The chatbox must be using the method do_parse() instead of parse(). If you can figure out how you should change it to parse()

I do not succeed to make to work this add-on with Cyb chatbox.
You can give a suggestion to me in order to resolve?

Thanks

Charlie98902 02-15-2010 09:43 PM

Can you please port this over to vb4? It clashes right now with the VSA Chatbox.

ioio1 02-16-2010 05:43 AM

Quote:

Originally Posted by ioio1 (Post 1982870)
I do not succeed to make to work this add-on with Cyb chatbox.
You can give a suggestion to me in order to resolve?

Thanks

The my version of vbulletin is the 3.8.x .

Help

ioio1 02-18-2010 04:46 AM

Quote:

Originally Posted by ioio1 (Post 1982870)
I do not succeed to make to work this add-on with Cyb chatbox.
You can give a suggestion to me in order to resolve?

Thanks

up :(

B@Zzz... 03-05-2010 05:44 PM

I realy like this mod, but does it work good with 3.8.1?
And is it possible to uninstall?
Because my forum is running for a year now, and I can't have errors in my forum (the users won't appreciate that ;))

Tnx

B@Zzz... 03-06-2010 10:43 AM

I installed the mod, but I can't find the page to change the settings?
Where can I find them?



EDIT:
Oops, just found it a few minutes ago... stupid... ;)

Makc666 03-09-2010 10:23 AM

This one conflicts with
Cyb - ChatBox for v3.8.*
https://vborg.vbsupport.ru/showthread.php?t=201283

The pages where Cyb - ChatBox is used only the hook
Code:

bbcode_parse_complete
is called.

So when this one is used:
PHP Code:

        <plugin active="1" executionorder="5">
            <
title>Advanced BBCode Permissions</title>
            <
hookname>bbcode_parse_complete</hookname>
            <
phpcode><![CDATA[$this->tag_list $this->bbcode_tag_list;]]></phpcode>
        </
plugin

There 2nd,3rd, etc. messages in ChatBox loose their BBCode parsing.

I found a quick fix around this one.
Just replace the above one code in product's XML file with this one:

PHP Code:

        <plugin active="1" executionorder="5">
            <
title>Advanced BBCode Permissions</title>
            <
hookname>bbcode_parse_complete</hookname>
            <
phpcode><![CDATA[if ($this->bbcode_tag_list)
            {
                
$this->tag_list $this->bbcode_tag_list;
            }]]></
phpcode>
        </
plugin


lpetrich 03-10-2010 03:32 PM

Quote:

Originally Posted by B@Zzz... (Post 1997927)
I realy like this mod, but does it work good with 3.8.1?
And is it possible to uninstall?
Because my forum is running for a year now, and I can't have errors in my forum (the users won't appreciate that ;))

At our board, we've been running it in 3.8.4, and it's been no problem.

Looks like it works OK as long as one does not specify options. But if one does, its BBCodes won't get rendered. I think that there was some change in the code that it calls. I *might* be able to recommend a fix by studying the code.

B@Zzz... 03-10-2010 05:31 PM

It works good! We don't have any problems during install!

I installed it because of the bbcode voor moderatorwarnings ([ mod] [ /mod], can't find the topic anymore :( )
When I post the bbcode [mod] in my own reply, it works, but when I edit a reply of an user, the mod-bbcode doesn't work (logical, because the user doesn't have the rights to use that code).
Is it possible to change that? When I edit an reply of an user, the [mod] works on my editted text?
(I hope it's clear what I mean, I'm from holland, my english is bad... :( )


All times are GMT. The time now is 02:24 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.01420 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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