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)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

ozzy47 09-02-2011 09:27 AM

Quote:

Originally Posted by xXxpert (Post 2241126)
i have UnInstalled old and install fresh new version.....

Did you remove the old files from the forum root? Just un installing the product does not do that.

DragonByte Tech 09-02-2011 10:36 AM

Quote:

Originally Posted by xXxpert (Post 2241126)
i have UnInstalled old and install fresh new version.....

You still need to follow the 5.4.0 Upgrade Instructions.


Fillip

XiTCLUB 09-02-2011 12:59 PM

i have followed all instruction..

Problem 1 : not posting shouts, showing Internal Server Error Mesage in shoutbox
Problem 2 : Not saving any settings i made from admincp

& i am having same problelem 2 , with every dbtech product
Quote:

Originally Posted by DragonByte Tech (Post 2241145)
You still need to follow the 5.4.0 Upgrade Instructions.


Fillip


DragonByte Tech 09-02-2011 01:19 PM

Please revert any customised vBShout templates and also try flushing any cache system like vB Optimise you may be running.

Fillip

Erica1977 09-02-2011 01:30 PM

Does this shout show avatars in the shout box next to the users name like MGC Chatbox does?

DragonByte Tech 09-02-2011 02:03 PM

The Pro version does have this option :)


Fillip

XiTCLUB 09-02-2011 07:45 PM

Plz can u check through my admincp?

Quote:

Originally Posted by DragonByte Tech (Post 2241185)
Please revert any customised vBShout templates and also try flushing any cache system like vB Optimise you may be running.


Fillip


napy8gen 09-05-2011 03:38 AM

I have problem where the context menu (popup) has an over 200px height, so it pushed down too far from the username when we clicked it. You hard coded it into the style="" properties in the html of the popupmenu so I can never search how you calculate it. It is in my custom style. I dont have any height set over 200px to any element.

I hope you can shed some lights so I can fix it.

DragonByte Tech 09-05-2011 11:05 AM

Quote:

Originally Posted by napy8gen (Post 2242073)
I have problem where the context menu (popup) has an over 200px height, so it pushed down too far from the username when we clicked it. You hard coded it into the style="" properties in the html of the popupmenu so I can never search how you calculate it. It is in my custom style. I dont have any height set over 200px to any element.

I hope you can shed some lights so I can fix it.

There is no hardcoded 200px height found in any vBShout templates, if that exists then that is something vBulletin does.


Fillip

napy8gen 09-06-2011 01:23 AM

How do you set the pop up menu position absolute top value? Because in default style it is okay. when in the custom style is pushes down more than 200 when we click the username in the chat. I know its absolute position. I just cannot set the top position because you hardcoded it so. IN the custom style I also dont have any element set more than 200 height that the position absolute top value. What variable you borrow for that position absolute top value for that context menu?

DragonByte Tech 09-06-2011 10:46 AM

The menu position is determined by YUI, via the following function:
Code:

    this.toggle_menu = function(menuid, uniqueid)
    {
        var divObj = YAHOO.util.Dom.get('menu' + menuid + '_' + this.instanceid);
        var aObj = YAHOO.util.Dom.get('click' + uniqueid + '_' + this.instanceid);
       
        if (!divObj)
        {
            // Just to prevent errors
            return false;
        }
       
        if (divObj.style.display == 'none' && menuid != this.menuid)
        {
            if (this.menuid)
            {
                // Turn off the previous menu
                this.toggle_menu(this.menuid);
            }
           
            // Set the new menu id
            this.menuid = menuid;
           
            // Hack the menu to show           
            divObj.style.display = 'inline';
            divObj.style.position = 'absolute';
            divObj.style.top = (YAHOO.util.Dom.getY(aObj) + parseInt(aObj.offsetHeight)) + 'px';
            divObj.style.left = YAHOO.util.Dom.getX(aObj) + 'px';

            right = (parseInt(divObj.style.left) + divObj.offsetWidth);

            if (right >= YAHOO.util.Dom.getViewportWidth())
            {
                divObj.style.left = (YAHOO.util.Dom.getViewportWidth() - divObj.offsetWidth) + 'px';
            }
        }
        else
        {
            // Hide the open menu
            divObj.style.display = 'none';
            this.menuid = 0;
        }
       
        return false;       
    }

"aObj" is the link a member clicks on. Your custom skin is somehow breaking the YAHOO.util.Dom.getY(), YAHOO.util.Dom.getX() and offsetHeight variables. YUI cannot correctly detect the absolute position of the link object (that opens the menu), whereas it can in skins that are closely based on the default skin.

If you happen to find the solution for this problem, please do post it as a number of other custom skins also suffer from this problem (mostly Skinbox skins).


Fillip

Erica1977 09-08-2011 12:02 AM

How do i change the sound for the shout i would like to put my own is there anyway to do this!

DragonByte Tech 09-08-2011 11:54 AM

Quote:

Originally Posted by Erica1977 (Post 2243226)
How do i change the sound for the shout i would like to put my own is there anyway to do this!

Drop the sound file in the /dbtech/vbshout/sounds directory.

---
v5.4.7
Change: Changed display code to work around display issues with the new update to APTL and other future DBTech mods. Install this update to ensure the Shoutbox doesn't stop displaying when you update other DBTech mods.


Fillip

BaanFarsang 09-08-2011 12:17 PM

After upload new ver 5.4.7 to host, there are error following


Code:

Fatal error: VBSHOUT_CACHE::Registry object is not an object in [path]/dbtech/vbshout/includes/class_cache.php on line 86
#0 vb_error_handler(256, VBSHOUT_CACHE::Registry object is not an object, /home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/includes/class_cache.php, 86, Array ([vbulletin] => ,[cachefields] => Array ([0] => maxloggedin,[1] => wol_spiders,[2] => dbtech_vbactivity_contest,[3] => dbtech_vbactivity_promotion,[4] => dbtech_vbshout_chatroom,[5] => dbtech_vbshout_instance,[6] => dbtech_vbmail_keyword,[7] => dbtech_vbmail_mailinglist,[8] => dbtech_vbactivity_achievement,[9] => dbtech_vbactivity_activitylevel,[10] => dbtech_vbactivity_category,[11] => dbtech_vbactivity_condition,[12] => dbtech_vbactivity_conditionbridge,[13] => dbtech_vbactivity_medal,[14] => dbtech_vbactivity_type,[15] => dbtech_postbittabs_tab,[16] => dbtech_postbittabs_view,[17] => dbtech_infopanels_block,[18] => dbtech_infopanels_blocktype,[19] => dbtech_infopanels_forumstats_first,[20] => dbtech_infopanels_forumstats_avg,[21] => dbtech_status_category,[22] => dbtech_status_mood,[23] => dbtech_vbshop_category,[24] => dbtech_vbshop_currency,[25] => dbtech_vbshop_item,[26] => dbtech_vbshop_itemtype,[27] => dbtech_vbshop_lottery,[28] => dbtech_vbshop_lotteryprize,[29] => dbtech_vbshop_shop,[30] => dbtech_thanks_button,[31] => dbtech_notifs,[32] => dbtech_notifs_criteria,[33] => dbtech_notifs_criteria_types,[34] => dbtech_notifs_criteria_bridges,[35] => dbtech_notifs_criteria_notifs,[36] => dbtech_notifs_user_cols),[exclude] => Array ())) #1 trigger_error(VBSHOUT_CACHE::Registry object is not an object, 256) called at [/home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/includes/class_cache.php:86] #2 VBSHOUT_CACHE->init(, Array ([0] => maxloggedin,[1] => wol_spiders,[2] => dbtech_vbactivity_contest,[3] => dbtech_vbactivity_promotion,[4] => dbtech_vbshout_chatroom,[5] => dbtech_vbshout_instance,[6] => dbtech_vbmail_keyword,[7] => dbtech_vbmail_mailinglist,[8] => dbtech_vbactivity_achievement,[9] => dbtech_vbactivity_activitylevel,[10] => dbtech_vbactivity_category,[11] => dbtech_vbactivity_condition,[12] => dbtech_vbactivity_conditionbridge,[13] => dbtech_vbactivity_medal,[14] => dbtech_vbactivity_type,[15] => dbtech_postbittabs_tab,[16] => dbtech_postbittabs_view,[17] => dbtech_infopanels_block,[18] => dbtech_infopanels_blocktype,[19] => dbtech_infopanels_forumstats_first,[20] => dbtech_infopanels_forumstats_avg,[21] => dbtech_status_category,[22] => dbtech_status_mood,[23] => dbtech_vbshop_category,[24] => dbtech_vbshop_currency,[25] => dbtech_vbshop_item,[26] => dbtech_vbshop_itemtype,[27] => dbtech_vbshop_lottery,[28] => dbtech_vbshop_lotteryprize,[29] => dbtech_vbshop_shop,[30] => dbtech_thanks_button,[31] => dbtech_notifs,[32] => dbtech_notifs_criteria,[33] => dbtech_notifs_criteria_types,[34] => dbtech_notifs_criteria_bridges,[35] => dbtech_notifs_criteria_notifs,[36] => dbtech_notifs_user_cols)) called at [/home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/hooks/global_start.php:14] #3 require(/home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/hooks/global_start.php) called at [/home/baanfars/domains/baanfarsang.com/public_html/includes/class_bootstrap.php(82) : eval()'d code:1] #4 eval() called at [/home/baanfars/domains/baanfarsang.com/public_html/includes/class_bootstrap.php:82] #5 vB_Bootstrap->bootstrap() called at [/home/baanfars/domains/baanfarsang.com/public_html/global.php:26] #6 require_once(/home/baanfars/domains/baanfarsang.com/public_html/global.php) called at [/home/baanfars/domains/baanfarsang.com/public_html/online.php:50] #7 require(/home/baanfars/domains/baanfarsang.com/public_html/online.php) called at [/home/baanfars/domains/baanfarsang.com/public_html/vbseo.php:1397]


Erica1977 09-08-2011 12:19 PM

Ok ive notice something on my brothers site i was helping him out and his pro i have been looking on how to disable the part where users can go to settings and change stuff i cannot find where to turn that off my brother doesnt want them messing with turning sound on in there settings or font colors etc etc i do know lite they dont have that option in changing there settings so is there a option for pro that i can turn that off for users.

DragonByte Tech 09-08-2011 12:22 PM

Quote:

Originally Posted by BaanFarsang (Post 2243371)
After upload new ver 5.4.7 to host, there are error following


Code:

Fatal error: VBSHOUT_CACHE::Registry object is not an object in [path]/dbtech/vbshout/includes/class_cache.php on line 86
#0 vb_error_handler(256, VBSHOUT_CACHE::Registry object is not an object, /home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/includes/class_cache.php, 86, Array ([vbulletin] => ,[cachefields] => Array ([0] => maxloggedin,[1] => wol_spiders,[2] => dbtech_vbactivity_contest,[3] => dbtech_vbactivity_promotion,[4] => dbtech_vbshout_chatroom,[5] => dbtech_vbshout_instance,[6] => dbtech_vbmail_keyword,[7] => dbtech_vbmail_mailinglist,[8] => dbtech_vbactivity_achievement,[9] => dbtech_vbactivity_activitylevel,[10] => dbtech_vbactivity_category,[11] => dbtech_vbactivity_condition,[12] => dbtech_vbactivity_conditionbridge,[13] => dbtech_vbactivity_medal,[14] => dbtech_vbactivity_type,[15] => dbtech_postbittabs_tab,[16] => dbtech_postbittabs_view,[17] => dbtech_infopanels_block,[18] => dbtech_infopanels_blocktype,[19] => dbtech_infopanels_forumstats_first,[20] => dbtech_infopanels_forumstats_avg,[21] => dbtech_status_category,[22] => dbtech_status_mood,[23] => dbtech_vbshop_category,[24] => dbtech_vbshop_currency,[25] => dbtech_vbshop_item,[26] => dbtech_vbshop_itemtype,[27] => dbtech_vbshop_lottery,[28] => dbtech_vbshop_lotteryprize,[29] => dbtech_vbshop_shop,[30] => dbtech_thanks_button,[31] => dbtech_notifs,[32] => dbtech_notifs_criteria,[33] => dbtech_notifs_criteria_types,[34] => dbtech_notifs_criteria_bridges,[35] => dbtech_notifs_criteria_notifs,[36] => dbtech_notifs_user_cols),[exclude] => Array ())) #1 trigger_error(VBSHOUT_CACHE::Registry object is not an object, 256) called at [/home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/includes/class_cache.php:86] #2 VBSHOUT_CACHE->init(, Array ([0] => maxloggedin,[1] => wol_spiders,[2] => dbtech_vbactivity_contest,[3] => dbtech_vbactivity_promotion,[4] => dbtech_vbshout_chatroom,[5] => dbtech_vbshout_instance,[6] => dbtech_vbmail_keyword,[7] => dbtech_vbmail_mailinglist,[8] => dbtech_vbactivity_achievement,[9] => dbtech_vbactivity_activitylevel,[10] => dbtech_vbactivity_category,[11] => dbtech_vbactivity_condition,[12] => dbtech_vbactivity_conditionbridge,[13] => dbtech_vbactivity_medal,[14] => dbtech_vbactivity_type,[15] => dbtech_postbittabs_tab,[16] => dbtech_postbittabs_view,[17] => dbtech_infopanels_block,[18] => dbtech_infopanels_blocktype,[19] => dbtech_infopanels_forumstats_first,[20] => dbtech_infopanels_forumstats_avg,[21] => dbtech_status_category,[22] => dbtech_status_mood,[23] => dbtech_vbshop_category,[24] => dbtech_vbshop_currency,[25] => dbtech_vbshop_item,[26] => dbtech_vbshop_itemtype,[27] => dbtech_vbshop_lottery,[28] => dbtech_vbshop_lotteryprize,[29] => dbtech_vbshop_shop,[30] => dbtech_thanks_button,[31] => dbtech_notifs,[32] => dbtech_notifs_criteria,[33] => dbtech_notifs_criteria_types,[34] => dbtech_notifs_criteria_bridges,[35] => dbtech_notifs_criteria_notifs,[36] => dbtech_notifs_user_cols)) called at [/home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/hooks/global_start.php:14] #3 require(/home/baanfars/domains/baanfarsang.com/public_html/dbtech/vbshout/hooks/global_start.php) called at [/home/baanfars/domains/baanfarsang.com/public_html/includes/class_bootstrap.php(82) : eval()'d code:1] #4 eval() called at [/home/baanfars/domains/baanfarsang.com/public_html/includes/class_bootstrap.php:82] #5 vB_Bootstrap->bootstrap() called at [/home/baanfars/domains/baanfarsang.com/public_html/global.php:26] #6 require_once(/home/baanfars/domains/baanfarsang.com/public_html/global.php) called at [/home/baanfars/domains/baanfarsang.com/public_html/online.php:50] #7 require(/home/baanfars/domains/baanfarsang.com/public_html/online.php) called at [/home/baanfars/domains/baanfarsang.com/public_html/vbseo.php:1397]


Please disable hooks via config.php and then import the XML file.

Quote:

Originally Posted by Erica1977 (Post 2243372)
Ok ive notice something on my brothers site i was helping him out and his pro i have been looking on how to disable the part where users can go to settings and change stuff i cannot find where to turn that off my brother doesnt want them messing with turning sound on in there settings or font colors etc etc i do know lite they dont have that option in changing there settings so is there a option for pro that i can turn that off for users.

Please have him post this in the Pro support forum on our site :)


Fillip

bandare 09-08-2011 12:22 PM

Probably a stupid question, but how can I select which usergroups can see the shoutbox and which can't? If I go to admin/settings, i see the options box but that basically just gives me the option to turn the box off/on. In a usergroup option, I can only select manager or not. Just wondered where all the general options are please.

DragonByte Tech 09-08-2011 12:31 PM

Instance Management -> Edit :)


Fillip

bandare 09-08-2011 12:37 PM

thanks for the prompt reply Mr Dragon but where is that?

DragonByte Tech 09-08-2011 12:41 PM

Under DBTech - vBShout in the AdminCP side menu.

If you don't see it, set yourself to Super Admin in the config.php file :)


Fillip

bandare 09-08-2011 12:45 PM

yeah, i don't see a section on the left. That must be it.... thanks again. Will go hunt!

patorz31 09-08-2011 02:32 PM

I did the update and it looks right but no shouts load. It just says loading and when you type in the shout box they just disappear when you shout.... It worked fine before the update. Running VB4.1.3 patch level 3 and was running the previous version of the shoutbox. Any Ideas would be great.

DragonByte Tech 09-08-2011 02:42 PM

Flush any cache systems like vB Optimise you may be running and ensure there are no customised templates, then observe Firefox' Error Console for any JS errors.

Fillip

patorz31 09-08-2011 02:49 PM

This is the error I get
Error: error[0].firstChild is null
Source File: http://173.212.145.154/forums/dbtech...shout.js?v=547
Line: 1805

So what do you think?

DragonByte Tech 09-08-2011 02:55 PM

Beyond what I already suggested there's sadly nothing I'm able to do, it's simply returning an empty error which is not something I've encountered before and is not caused by vBShout itself.

Fillip

patorz31 09-08-2011 03:07 PM

I don't have vb Optimize installed, is there any other caches I should try, if not could you direct me to where I could get you old version for re-download.

DragonByte Tech 09-08-2011 03:12 PM

I don't know what other cache systems we may be running.

Unfortunately we do not maintain an archive of old versions due to the difficulty supporting multiple versions at a time.

If you PM me with FTP information and an AdminCP account for your forum, I can look into it further.

Fillip

patorz31 09-08-2011 03:30 PM

No worries I found the last version. I never deleted the zip file. Reinstalled the old one Ver 5.4.3 and it works fine.

DragonByte Tech 09-08-2011 03:42 PM

I'm sorry to hear that you do not wish to assist me in tracking down this issue. Please note that we will be unable to provide any further support for your installation until such time as you decide to update to the latest version.

Fillip

jooohn1 09-08-2011 03:47 PM

Not able to change font and font color for vbshout. But it was working earlier. What could be the reason ?

https://vborg.vbsupport.ru/external/2011/09/60.jpg

DragonByte Tech 09-08-2011 03:51 PM

Please open Firefox' Error Console and check for any JS errors.

Fillip

jgruberman 09-08-2011 03:53 PM

I just reinstalled to the newest version and I have two problems...

1) it just says loading... and wont load anything.
(I've given "everyone" permissions to the AOP folder because I'm on Windows and can't CHMOD already)

2) the typing box, chat box and who's online box are all on different lines and not spanning a single row how they used to

Any help for both of these would be great.

DragonByte Tech 09-08-2011 04:01 PM

Please revert any customised vBShout templates you may have.

Fillip

jgruberman 09-08-2011 04:12 PM

Quote:

Originally Posted by DragonByte Tech (Post 2243438)
Please revert any customised vBShout templates you may have.


Fillip

Is this to me, and the answer to both questions?

How do I revert them?

DragonByte Tech 09-08-2011 04:23 PM

Go into your template manager, expand the vBShout Templates section, then click any red coloured templates and click the "Revert" button.

This must be done for all your skins.

Fillip

jgruberman 09-08-2011 04:31 PM

Quote:

Originally Posted by DragonByte Tech (Post 2243451)
Go into your template manager, expand the vBShout Templates section, then click any red coloured templates and click the "Revert" button.

This must be done for all your skins.


Fillip

None of them are red sir, checked ALL styles(only have 6), what now?

DragonByte Tech 09-08-2011 04:41 PM

Are you running any cache systems like vB Optimise or vB Supercharged? If so, try flushing or disabling them.

Fillip

jgruberman 09-08-2011 04:52 PM

Nope. But I did find this post earlier from you:
https://vborg.vbsupport.ru/showpost....postcount=1218

This is actually what the problem was again.... but that still doesn't answer my "Loading..." question.

I have a feeling since this is on a test environment that it has something to do with the paths specifically defined in the VBSHOUT files. Can you specify to me any paths that could affect this in the files?

patorz31 09-08-2011 05:01 PM

Quote:

Originally Posted by DragonByte Tech (Post 2243431)
I'm sorry to hear that you do not wish to assist me in tracking down this issue. Please note that we will be unable to provide any further support for your installation until such time as you decide to update to the latest version.


Fillip

I will reinstall later. The club the forum is for is about to start elections and they love to chat about it on the shout box. If it wasn't running soon after I did the update the membership would be pi$$ed. I will reinstall in a couple of weeks and we will see if it does the same thing.
Thanks

DragonByte Tech 09-08-2011 05:02 PM

Quote:

Originally Posted by jgruberman (Post 2243472)
Nope. But I did find this post earlier from you:
https://vborg.vbsupport.ru/showpost....postcount=1218

This is actually what the problem was again.... but that still doesn't answer my "Loading..." question.

I have a feeling since this is on a test environment that it has something to do with the paths specifically defined in the VBSHOUT files. Can you specify to me any paths that could affect this in the files?

What does Firefox' Error Console say?


Fillip


All times are GMT. The time now is 06:47 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.02709 seconds
  • Memory Usage 1,863KB
  • 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
  • (3)bbcode_code_printable
  • (12)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
  • (40)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