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)

gaitantkd 05-11-2013 09:11 PM

weel, the file downloaded have this name:

vBShout (vB5) v6.1.0a3 [L.VBS.VB5.LIFE.LICENCENUMBER]

i not clear 100% about your question, maybe i dont understand you??

SteveLV702 05-11-2013 09:24 PM

ya my account I dont even have that option for a download


http://f.cl.ly/items/1k0E1m1u2y0R3H2...23.12%20PM.png

gaitantkd 05-11-2013 09:29 PM

you need upgrade your licence, because vbshot for vb5 is like a different product and is necesary buy the upgrade, them you see the option for download, i only pay 24 usd for life time upgrade :)

SteveLV702 05-11-2013 09:32 PM

Quote:

Originally Posted by gaitantkd (Post 2421405)
you need upgrade your licence, because vbshot for vb5 is like a different product and is necesary buy the upgrade, them you see the option for download, i only pay 24 usd for life time upgrade :)

okay well I paid $100 for my existing license with forever upgrades and the new vBShout vB5 see forever ugprades for $100 I must be blind cause I don't see anywhere to upgrade my existing license for only $25..

gaitantkd 05-11-2013 09:37 PM

see this picture:

http://img59.imageshack.us/img59/4253/licencevb5.png

DragonByte Tech 05-13-2013 01:45 PM

vBShout v6.1.0 Alpha 4
Change: Now requires vBulletin Connect 5.0.2 to run
Change: Reduced memory usage by reworking the way the mod caches things to take advantage of vB5's built-in long-term cache storage
Change: Modules in the Site Builder are now grouped under the "DragonByte" category rather than the "Display" category
Fix: Modules in the Site Builder now once again have titles

Fillip

In Omnibus 05-13-2013 09:07 PM

Works without issue in vBulletin 5.0.2

Thank You

DragonByte Tech 05-14-2013 12:17 AM

The new version fixes issues with the UserCP and other assorted minor issues.

Fillip

In Omnibus 05-14-2013 11:17 AM

Not a big issue but the latest update is resulting in the following preceding every post.

<!-- ##phrase_x_minutes_ago_0## -->

SteveLV702 05-14-2013 02:05 PM

installed new version and still dont see it in site builder :-(

Khan_ 05-14-2013 11:28 PM

this works with 5.0.1?

if not then which one works for 5.0.1 ?

DragonByte Tech 05-16-2013 10:20 AM

Quote:

Originally Posted by SteveLV702 (Post 2421973)
installed new version and still dont see it in site builder :-(

https://dl.dropboxusercontent.com/u/...itebuilder.png

Quote:

Originally Posted by Khan_ (Post 2422111)
this works with 5.0.1?

if not then which one works for 5.0.1 ?

You may be able to find an older version on our site, but we do not provide support for vB 5.0.1 as it is virtually impossible to support multiple versions with the changes made in vB 5.0.2.

Until vB5 stabilises, we will have to frequently drop support for older versions :(


Fillip

Khan_ 05-17-2013 03:23 AM

Quote:

Originally Posted by DragonByte Tech (Post 2422439)
You may be able to find an older version on our site, but we do not provide support for vB 5.0.1 as it is virtually impossible to support multiple versions with the changes made in vB 5.0.2.

Until vB5 stabilises, we will have to frequently drop support for older versions :(


Fillip

can u tell me which one would work out of 5 versions ..

i tried a3,a4 and a5 .. a3 crashed site and i had to reinstall site with new DB .. a4 and a5 prompt for vb 5.0.2 version when trying to execute product xml .. i am affraid to try a2 or a1 coz site might crash again ..and i dont want to start from scratch again .. please help, thanks.

EDiT : Tried all versions 5 versions available on ur site from a1 to a5 ..a4 and a5 has compatibility issues.. not working whatsoever .. i had to restore every single time after importing xml from product manager .. did any of these version worked with vb 5.0.1 or people who had 5.0.1 never had vbshout?

DragonByte Tech 05-17-2013 08:41 AM

We have never tested this mod on vB 5.0.1, sorry. Why can't you upgrade to 5.0.2?

Fillip

ZiiPJester 05-17-2013 03:11 PM

I've decided to put a fresh install of 5.0.2 on my site as my previous upgrade was causing issues.

We ran the shout box on 5.0.1 with no real issue. Now however, with the new version of 5.0.2, there is a problem with new shouts.

When you post a message, the message remains in the left hand box once it has been shouted.. meaning you have to physically select it and delete it to write something new.

Bit frustrating. Is it possibly a config issue? or an actual bug?

Thank you :)

Jester

DragonByte Tech 05-17-2013 03:21 PM

That will only happen if the Shoutbox thinks the shout didn't save correctly, i.e. there was some form of error reported with the submission. Is there a yellow bar when you submit a shout?

Fillip

ZiiPJester 05-17-2013 03:28 PM

Hi Fillip,

Nope, no yellow bar. It also seems to be very slow to post new shouts... maybe about 5-7 seconds before they show.

FYI, I'm on a dedicated server that is definately not overloaded.

ZiiPJester 05-22-2013 09:21 AM

Quote:

Originally Posted by DragonByte Tech (Post 2422696)
That will only happen if the Shoutbox thinks the shout didn't save correctly, i.e. there was some form of error reported with the submission. Is there a yellow bar when you submit a shout?

Fillip

I managed, with the help of a mate due to my limited coding ability, to find the problem.

First, check core.js - there appears to be a rogue textStatus instead of a statusText. This was causing the pause and the reason it wasn't generating a yellow error band.

Once that was change, we found a warning - there is a call to VB5_Template_BbCode in bbcode.php which generates 4 warnings at lines 370 to 373.

Code:


// parse non-forum item
                        case 'nonforum':
                        $dohtml = $this->defaultOptions['nonforum']['dohtml'];
                        $dobbcode = $this->defaultOptions['nonforum']['dobbcode'];
                        $dobbimagecode = $this->defaultOptions['nonforum']['dobbimagecode'];
                        $dosmilies = $this->defaultOptions['nonforum']['dosmilies'];
                        break;

These were the errors:

Code:

<b>Notice</b>:  Undefined property: vB5_Template_BbCode_Imgcheck::$defaultOptions in <b>/var/www/vhosts/xxxxxx/httpdocs/xxxxxxxxxx/includes/vb5/template/bbcode.php</b> on line <b>370</b><br />
<br />
<b>Notice</b>:  Undefined property: vB5_Template_BbCode_Imgcheck::$defaultOptions in <b>/var/www/vhosts/xxxxxxx/httpdocs/xxxxxxxxxxx/includes/vb5/template/bbcode.php</b> on line <b>371</b><br />
<br />
<b>Notice</b>:  Undefined property: vB5_Template_BbCode_Imgcheck::$defaultOptions in <b>/var/www/vhosts/xxxxxxxx/httpdocs/xxxxxxxxx/includes/vb5/template/bbcode.php</b> on line <b>372</b><br />
<br />
<b>Notice</b>:  Undefined property: vB5_Template_BbCode_Imgcheck::$defaultOptions in <b>/var/www/vhosts/xxxxxxxx/httpdocs/xxxxxxxxxx/includes/vb5/template/bbcode.php</b> on line <b>373</b><br />

They don't appear to be assign properly. We just commented them out and assigned all the variables to false and it fixed the problem on the chatbox - but, it's obviously a bodge fix and doesn't actually resolve it as a whole.

Something you can look at further?- You probably have a lot more experience with the code.

Anyhow - all working now. Can sometimes be a little tempremental and require a refresh.. but all in all, big thumbs up on an awesome shoutbox :)

DragonByte Tech 05-25-2013 02:42 PM

The Notices are generated by vBulletin. I have reported this in their bug tracker a long time ago. Meanwhile, you can turn off report_all_php_errors in the presentation config.php file :)


Fillip

jobbe 06-02-2013 08:15 AM

I didn't have any errors while installing the mod, but it just doesn't show on index.php

DragonByte Tech 06-03-2013 04:10 PM

You need to use the Site Builder to drop the shoutbox module where you want it to go.

Fillip

on4ya 06-04-2013 07:29 AM

No errors while installing the mod.

Works fine.

jobbe 06-04-2013 06:15 PM

Quote:

Originally Posted by DragonByte Tech (Post 2425562)
You need to use the Site Builder to drop the shoutbox module where you want it to go.


Fillip

Disregard, it works now. It was a matter of permissions on usergroups.

RavRob 06-04-2013 09:16 PM

I had problems using Chrome. I cleared the cookies and cache and it came back

RAYMON 06-05-2013 12:35 PM

How can i change de size and the line-height of the shoubox messages?

It´s possible to locate the textbox below the shoutbox? The actual left position it´s not so good..

Ckidd25 06-05-2013 02:06 PM

Would anyone be able to download this for me?

DragonByte Tech 06-06-2013 05:30 PM

Quote:

Originally Posted by RAYMON (Post 2425935)
How can i change de size and the line-height of the shoubox messages?

It?s possible to locate the textbox below the shoutbox? The actual left position it?s not so good..

These are both Pro-only features :)

Quote:

Originally Posted by Ckidd25 (Post 2425945)
Would anyone be able to download this for me?

Why can't you download it?

It's against vBulletin.org rules to provide unlicensed users with addons if they can't validate their licenses.


Fillip

In Omnibus 06-15-2013 12:24 PM

Have an issue where half of the staff can use the shoutbox and the other half can't.
It can't be a permissions issue since one admin can post and the other can't.
One global moderator can post and the other can't.
Any help would be greatly appreciated.

DragonByte Tech 06-15-2013 04:53 PM

Can you isolate the differences between your two admins (other member groups or other differences)?

There's no "randomly fail for half a usergroup" code in the mod, haha.

Fillip

In Omnibus 06-15-2013 09:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2428320)
Can you isolate the differences between your two admins (other member groups or other differences)?

There's no "randomly fail for half a usergroup" code in the mod, haha.


Fillip

That's what has me baffled. Both of the administrators are superadministrators with every permission. Could it be an issue with their computers?

sergiomc 06-16-2013 02:54 AM

Where is the xml?

--

I find: ./packages/dbtechvbshout/xml/product_dbtechvbshout.xml

Very good, thanks!

DragonByte Tech 06-16-2013 07:48 PM

Quote:

Originally Posted by ProSportsForums (Post 2428368)
That's what has me baffled. Both of the administrators are superadministrators with every permission. Could it be an issue with their computers?

No idea, they could try another browser I suppose.


Fillip

RavRob 06-25-2013 02:06 PM

Any update with the text not clearing from the input text box? It is sort of a PITA always have to clear before typing again.

Thanks

markwillows 06-26-2013 10:33 AM

With this mod installed I have the following issue:

On the Page of the User Settings (www.myurl.com/settings/) this message is shown:

"Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message."

If I disable the Mod then the link still works.

Any ideas?

Thank for your help!

ficland 06-26-2013 01:03 PM

Quote:

Originally Posted by markwillows (Post 2430585)
With this mod installed I have the following issue:

On the Page of the User Settings (www.myurl.com/settings/) this message is shown:

"Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message."

If I disable the Mod then the link still works.

Any ideas?

Thank for your help!

same problem here

DragonByte Tech 06-26-2013 10:23 PM

Quote:

Originally Posted by RavRob (Post 2430408)
Any update with the text not clearing from the input text box? It is sort of a PITA always have to clear before typing again.

Thanks

Quote:

Originally Posted by markwillows (Post 2430585)
With this mod installed I have the following issue:

On the Page of the User Settings (www.myurl.com/settings/) this message is shown:

"Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message."

If I disable the Mod then the link still works.

Any ideas?

Thank for your help!

I'm unable to replicate either of these issues. Please provide me with URLs and forum accounts so I can check them out in person.


Fillip

RavRob 06-27-2013 04:44 PM

I sent you a PM with required info to enter my forum as admin.

Thanks

markwillows 07-01-2013 02:42 PM

Quote:

Originally Posted by RavRob (Post 2430822)
I sent you a PM with required info to enter my forum as admin.

Thanks

Can you update me if this get's resolved as I have had to disable the Shoutbox for now.

Thanks

RavRob 07-01-2013 04:12 PM

I will Mark. I know Fillip hasn't logged on my forum yet so not sure if or wen he will look into it. But any new developments I will post here.

RavRob 07-02-2013 02:23 PM

Got worst now in VB503
http://screencast.com/t/yFGamiLOZI
I get this error 500 then it disappears and a few seconds later the text appears.
It takes twice as long now for text to show up in the box and still have to clear the input box every time as well.


All times are GMT. The time now is 09:45 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.01682 seconds
  • Memory Usage 1,835KB
  • 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
  • (2)bbcode_code_printable
  • (14)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
  • (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