vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=288915)

cspears22 03-03-2013 04:45 PM

Okay. Yeah, I already tried that and it says "No Configurations Found". So there is nothing to edit. Does this mean something isn't installed correctly or a setting isn't right?

DragonByte Tech 03-03-2013 04:53 PM

I've re-uploaded the product - it's possible the vBulletin.org release was out of date. Can you re-download, re-upload and re-import the product and let me know if it works for you now?

Fillip

cspears22 03-03-2013 05:05 PM

It is now allowing me to edit it as you said it should, but when I click "Shout", it isn't posting anything.

Edit: It isn't letting me delete the default shout or anything else either.

Zacca87 03-03-2013 05:49 PM

Quote:

Originally Posted by DragonByte Tech (Post 2407646)
I've re-uploaded the product - it's possible the vBulletin.org release was out of date. Can you re-download, re-upload and re-import the product and let me know if it works for you now?


Fillip

PHP Fatal error: Call to a member function isAdministrator() on a non-object in core/vb/api/state.php on line 176

wildstang83 03-04-2013 02:07 AM

Yea I am having an issue getting it to "shout" or delete the default message too. I have the latest "lite" version installed on a fresh install of 5.0.0.

DragonByte Tech 03-04-2013 12:50 PM

Quote:

Originally Posted by Zacca87 (Post 2407659)
PHP Fatal error: Call to a member function isAdministrator() on a non-object in core/vb/api/state.php on line 176

That's not an issue in this mod, our mod doesn't interfere with those files.

@ The issues with shouting: Confirmed, will post back when there's a fix available :)


Fillip

Zacca87 03-04-2013 03:05 PM

Happen only when i install your mod o.O

DragonByte Tech 03-04-2013 03:19 PM

You can now re-download the mod and re-upload /core/packages/dbtechvbshout/js/core.js and the issue with shouting will be fixed :)


Fillip

Zacca87 03-04-2013 03:54 PM

It's a bug that happen only with vB5 in offline mode, if i use vB5 in online mode the plugin goes ok.
Infact the function who give an error is the follow:
Code:

        protected function checkForumClosed()
        {
                if (!defined('BYPASS_FORUM_DISABLED')
                                AND
                        !vB::getDatastore()->getOption('bbactive')
                                AND
                        !vB::getUserContext()->isAdministrator()
                                AND
                        !$this->location['login'] // Login
                )
                {
                        return array('option' => 'bbclosedreason');
                }
                return false;
        }


DragonByte Tech 03-04-2013 04:00 PM

That's a vBulletin bug then and you should report it via their Jira :)


Fillip


All times are GMT. The time now is 11:40 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.01455 seconds
  • Memory Usage 1,737KB
  • 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_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