PDA

View Full Version : Chat Modifications - [DBTech] vBShout v6 (vB3) [AJAX]


Pages : 1 2 [3]

kickflip
03-21-2012, 07:43 PM
After upgrading to 6.0.4, the chat is stuck on Loading....everything is uploaded and chmod'd as it should.

It was an upgrade from 6.0.3, when I upgraded my vb 4 site, it went perfectly though. :)

DragonByte Tech
03-21-2012, 07:51 PM
Please check Firefox' error console :)


Fillip

kickflip
03-21-2012, 08:10 PM
not sure what i'm looking for there, here is the only mention I found for vbshout though.

Timestamp: 3/21/2012 1:02:28 PM
Error: missing ; before statement
Source File: http://www.url.com
Line: 867, Column: 94
Source Code:
vbphrase['dbtech_vbshout_flagged_idle'] = "You are currently flagged as Idle. Click <a href="javascript://" onclick="%link%">here</a> to un-flag.";

DragonByte Tech
03-21-2012, 08:24 PM
For some reason character escaping isn't working for your site.

If you edit the phrase in question and manually apply \ in front of the " in the phrase text then it should work :)


Fillip

kickflip
03-21-2012, 09:39 PM
That doesn't seem to work, unless I did it wrong. Should it look like this:

You are currently flagged as Idle. Click <a href=\"javascript://" onclick="%link%">here</a> to un-flag.

I have to head to work now, but I'll try again later when I get home.

DragonByte Tech
03-22-2012, 12:04 AM
Try this:
You are currently flagged as Idle. Click <a href=\"javascript://\" onclick=\"%link%\">here</a> to un-flag.


Fillip

kickflip
03-22-2012, 01:06 AM
When I used your code, this is the new error in FF...still just says Loading... btw.

Timestamp: 3/21/2012 6:01:37 PM
Error: missing ; before statement
Source File: http://www.myurl.com
Line: 3050, Column: 100
Source Code:
vbphrase['dbtech_vbshout_flagged_idle'] = "You are currently flagged as Idle. Click <a href=\\"javascript://\\" onclick=\\"%link%\\">here</a> to un-flag."

It looks like it added and extra \.

DragonByte Tech
03-22-2012, 03:11 PM
I'll need to see your actual URL and have the SB enabled for guests in order to diagnose this further.

By the way, why hide your URL? Surely driving more traffic to your site is a good thing...?

Fillip

kickflip
03-23-2012, 03:09 AM
I got it to work by reverting one of the shoutbox templates that I had customized.

As for the URL, I just did it that way instead of the xxxxx.com thing other people do.

DragonByte Tech
03-23-2012, 03:12 AM
I dunno why people do that either, is your website secret? :p


Fillip

DragonByte Tech
03-24-2012, 01:07 AM
vBShout v6.0.5:
Fix: Work-around for the "broken characters" some people were experiencing after upgrading to vBShout 6.x
Change: Changed the content type for the data sent back to the server to application/json - this should also mean less confusing error messages.

Fillip

cowcowcow
03-24-2012, 02:10 AM
Fillip u need to read your PM asap

my site just got hacked because of a vulnerability in the db-tech shout and they will probably be targeting other vb forums now.

I also can no longer log into the db website through facebook.

Edit: I realised u released a security fix. But i have to RENEW MY LISECNESE and pay double just to get it fixed? I can only download the old version, which has the securty expoit which caused my site to be hacked

Is there something im missing because this is clearly wrong.

DragonByte Tech
03-24-2012, 02:28 AM
Fillip u need to read your PM asap

my site just got hacked because of a vulnerability in the db-tech shout and they will probably be targeting other vb forums now.

I also can no longer log into the db website through facebook.

We notified people of this via vb.org and DBTech, and provided a fix within a couple of hours of the exploit going public. A notice about it was also posted on vbulletin.com

The fix has been on vb.org since the vulnerability was made public.

https://www.vbulletin.com/forum/showthread.php/398396-Security-Vulnerability-found-in-Popular-Addon-vBShout

http://www.dragonbyte-tech.com/f77/vbshout-v6-0-4-security-release-6831/#post39342

You should ALWAYS try to keep your mods up to date for this reason.

Iain

cowcowcow
03-24-2012, 02:46 AM
well its only been 2 days. im not angry at all about that, its my responsibility to keep up to date with thats going on.

What im angry about is u providing a faulty product which has damaged my server. and even after that not providing a fix and asking me to PAY for it. for instance vbulletin ALWAYS provides security fixes if their product was faulty to begin with.

This is the most absolute basic expectation and i cant believe ure going to make me pay an addiitonal $44.95 instead of providing the fix for the security flaw, after it caused my server to be hacked.


Vbulletin - products will still be eligible for patches for known Security Vulnerabilities until it is determined that there is insufficient usage

Anyway we just compared the lite version 6.0.3 and 6.0.4 to find the difference and we had already addressed it, it was a simple fix which is why this is so remarkable because it is pretty irresponsible to have such a security flaw (AND A SIMPLE ONE) only be fixed for the present version... you should at least give instructions for what is broken for everyone else

DragonByte Tech
03-24-2012, 03:06 AM
well its only been 2 days. im not angry at all about that, its my responsibility to keep up to date with thats going on.

What im angry about is u providing a faulty product which has damaged my server. and even after that not providing a fix and asking me to PAY for it. for instance vbulletin ALWAYS provides security fixes if their product was faulty to begin with.

This is the most absolute basic expectation and i cant believe ure going to make me pay an addiitonal $44.95 instead of providing the fix for the security flaw, after it caused my server to be hacked.


Vbulletin - products will still be eligible for patches for known Security Vulnerabilities until it is determined that there is insufficient usage

Anyway we just compared the lite version 6.0.3 and 6.0.4 to find the difference and we had already addressed it, it was a simple fix which is why this is so remarkable because it is pretty irresponsible to have such a security flaw (AND A SIMPLE ONE) only be fixed for the present version... you should at least give instructions for what is broken for everyone else

You will notice that there is a "Until it is determined that there is insufficient usage" qualifier there for vBulletin versions - what this means is they do NOT go back and apply the update to EVERY version, only to versions they have determined a certain percentage of users are on - usually this is only the LATEST version of the product branch.

That is the same situation for us - the vast majority of our users are able to access the latest version, and those who aren't are spread over so many versions it would be impossible to update them all.

It is standard practice to require users to stay up to date with updates for software to receive updates and fixes, including security fixes. This goes for the majority of software, especially for small companies such as ours.

We have put the fix we added in the news thread for the security issue for the few users in the same situation as you, but please note we obviously cannot guarantee that fix will work on older versions and you continue to use them at your own risk.

No software is ever completely secure or bug-free, you should be aware that by deliberately running out of date software you will always be running that risk, just like people still running version 3.0 or 3.5 of vBulletin for instance.

You can see an example of vBulletins policy here: https://www.vbulletin.com/forum/showthread.php/383720-vBulletin-Security-Patch-for-vB-4-1-4-and-vB-3-8-7-Low-Risk-quot-phishing-quot-patch

You will notice they did not update vB 4.0.1, 4.0.2, 4.0.3 etc, only the latest versions of the 4.X and 3.X series. This is despite the vulnerability being in all versions of vBulletin 3.X and 4.X

Iain

Megareus Rex
03-25-2012, 06:45 AM
I just upgraded to the latest version, and I have a problem now. Every few seconds, when my browser is on the page with the shoutbox, it lags for a moment, bogging down anything I'm doing in the browser. Something in the update apparently isn't well optimized, or is causing a lot more of a load on my browser (IE9) than the older version of this shoutbox. (5.4.7, I think? something like that)

Any ideas on how to fix this issue?

DragonByte Tech
03-25-2012, 01:05 PM
If you have the IE7 Compatibility Header turned on in vBulletin Options, try turning that off :)


Fillip

Megareus Rex
03-25-2012, 08:11 PM
If you have the IE7 Compatibility Header turned on in vBulletin Options, try turning that off :)


Fillip

Yeah, they were turned on, and turning it off seems to have fixed that.

Although there's still a bit of lag when the shoutbox updates on IE9. Enough to disrupt scrolling or choosing from a dropdown menu. Any other ideas of what can be done to optimize it further? Any other vB settings that could be causing it on just IE?

DragonByte Tech
03-25-2012, 08:21 PM
Not to my knowledge, unfortunately :(


Fillip

DragonByte Tech
03-25-2012, 09:45 PM
vBShout v6.0.6:
Fix: XSS vulnerability in Shout Reports

Fillip

kiksilog
03-26-2012, 06:38 AM
I'm running vBShout 5.4.8.

Is it also vulnerable?

DragonByte Tech
03-26-2012, 12:58 PM
I do believe so yeah.

Fillip

DragonByte Tech
03-26-2012, 01:23 PM
vBShout v6.0.7:
Fix: Reflected XSS vulnerability in Archive Search
Fix: UTF-8 compatibility code should no longer run for forums that are natively in UTF-8 mode

Fillip

LouiseWilson
03-27-2012, 11:57 PM
Hello,
I'm not getting the Mod to show at all

I've tried
adding $show[vbshout_instance1] for custom view all permissions are correct
Tested on different browsers also

However adding the Cyb - ChatBox as a test, it shows
I wouldn't usually bring this up but I'm interested in the pro version and wanted to test it first

DragonByte Tech
03-28-2012, 12:13 AM
In Instance Management, does the After Navbar option work? The other option doesn't work on vB3 due to lack of hooks, mind.

Fillip

Goomzee
03-28-2012, 05:19 AM
Error
Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in /home/xxx/public_html/forums/includes/class_bbcode.php(2463) : eval()'d code:24) in /home/xxx/public_html/forums/includes/class_bbcode.php(2463) : eval()'d code on line 53

LouiseWilson
03-28-2012, 09:30 AM
In Instance Management, does the After Navbar option work? The other option doesn't work on vB3 due to lack of hooks, mind.


Fillip

Yes the nav bar option does not work, however it is a custom template I've created
Just wondering what template does it try to put its self IE FORMHOME ?
as this template is identical to the default, apart from a few added customizations, and I also removed the custom stuff to test which is still a no go.

I've looked at the following so far
Not the headerinclude
Not the header
Not FORUMHOME

Disabled all mods to test

DragonByte Tech
03-28-2012, 09:40 AM
ErrorThat has not been an issue in this mod since the early stages of the 5.4 branch. Please update to the latest version of vBShout and the AME library :)

Yes the nav bar option does not work, however it is a custom template I've created
Just wondering what template does it try to put its self IE FORMHOME ?
as this template is identical to the default, apart from a few added customizations.By default, vBShout places itself on the index page via the $ad_location['ad_navbar_below'] template hook. Please ensure this hook exists in your template.

To put vBShout in a custom location, do the following:


Step 1: AdminCP -> DBTech - vBShout-> Instance Management -> [Edit].

Step 2: Change the Auto-Display Shoutbox setting to Disabled.

Step 3: Write down the the Varname setting. For the default shoutbox, it's instance1. The rest of this guide will assume you replace instance1 with the actual Varname if it is different.

Step 4: Enter the Style Manager and add either {vb:raw show.vbshout_instance1} (vB4) or {$show[vbshout_instance1]} (vB3) to the templates you wish the shoutbox to appear in.


Follow these steps as described and you will have total control over the position of the Shoutbox.
Please note that some locations may not work as intended on vBulletin 3.8, and also note that it is not designed to go in the Forum Blocks side-bar (vBulletin 4).

Also note that inserting it into the header template does not work, as that template is rendered too soon for vBShout to hook into. The navbar template is a global template that is suitable for vBShout, if you want it to appear on all pages.



Fillip

Goomzee
03-28-2012, 09:45 AM
after disable from step and when i try to save it's show error again and not save the step 2

Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in /home/xxx/public_html/forums/includes/class_bbcode.php(2463) : eval()'d code:24) in /home/xxx/public_html/forums/includes/class_bbcode.php(2463) : eval()'d code on line 53

DragonByte Tech
03-28-2012, 09:51 AM
That has not been an issue in this mod since the early stages of the 5.4 branch. Please update to the latest version of vBShout and the AME library :)


Fillip

Goomzee
03-28-2012, 10:02 AM
i already update using shoutbox and where can i find AME library

LouiseWilson
03-28-2012, 01:44 PM
Thanks Fillip
Was just missing a hook

A suggestion or an idea regards the Sticky's
Would you consider alternating ones ie you have 4 sticky's but they update at certain intervals

DragonByte Tech
03-28-2012, 01:53 PM
If you pop it in a suggestion thread in the vBShout forum over at our support forums, we'll have it logged for when the time comes to plan a feature update :)


Fillip

Fluke667
03-29-2012, 01:55 AM
When I click on Notifications in the admin cp, it tells me "Invalid action."

Whats the Problem? I have vBShout v5.4.8

DragonByte Tech
03-29-2012, 02:07 AM
You didn't follow the instructions in the 5.4.0 Upgrade Notes :)


Fillip

Goomzee
03-29-2012, 03:56 AM
i already update using shoutbox and where can i find AME library

reply my above post

DragonByte Tech
03-29-2012, 09:56 AM
You installed it, so you would know :)

You have some mod that declares that function, which is the broken mod.


Fillip

Goomzee
04-02-2012, 05:04 AM
which mod should i disable tell me

Pandemikk
04-02-2012, 06:41 AM
Either update your AME mod or disable it. This isn't the thread for AME support.

Goomzee
04-02-2012, 08:48 AM
I disable AME - The Automatic Media Embeder but this is still same

DragonByte Tech
04-02-2012, 01:31 PM
Then there is another mod you have that deals with Video BBCode, I am sadly unable to tell you which one :(


Fillip

Goomzee
04-03-2012, 10:22 AM
if i show you list of my all mods then will you confirm should i disable and then shout works fine

DragonByte Tech
04-03-2012, 11:41 AM
I doubt it, but you can post it and I can guess :)


Fillip

Goomzee
04-03-2012, 11:46 AM
see below list
AdminCP Top 10 Statistic
Advanced Plugin Manager
AME - The Automatic Media Embeder
Automatic Thread Tagger
Chief First Post - Every Page
Country display for who's online
Cyb - Advanced Forum Statistics
Cyb - Advanced Permissions Based on Post Count 4.4
DownloadsII
DragonByte Tech: Advanced Post Thanks / Like
DragonByte Tech: InfoPanels (Lite)
DragonByte Tech: User Spotlight
DragonByte Tech: vBShout (Lite)
Error 404 Widget
Forum Activity 1.1.4
Forum Statistics
FractalizeR: Registration Form AJAX Enhancements
GARS
GeekyDesigns Default Avatar
Geographic Location Awareness (GLA)
Guest Tracking 3.8.003
Guests Not see links
gXboxLive
Hide Links From Guests 1.32
Hide Sig By MoonlightKnight
ibProArcade for vBulletin
Inactive User Reminder Emails
Inactive Users 3.8.001
Members who have Visited
passiveVid
PhotoPlog
Prevent bumping old Threads
Quick Auto Image-Resize (Posts & Signature)
redirect after logout 1.1
Remember me box auto ticked
Require X Posts To Use PM System
Security Token Notification
Separate Sticky and Normal Threads
ShowProfileFieldInPostBits
Site Map
Sk Demographics
Smilies in Quickreply
TagCloud - ForumHome
TCattd - The Image Resizer
Tweetboard 1.7
Usergroup Color Bar
vba CMPS Random Profile
vBadvanced CMPS
vBulletin Tweet Poster
Video Directory ForumHome List
Video-Directory
View Your Posts/Threads from Navbar Search 3.8.003
vMail 2.0.1
vMoods By luqmanamjad.com
Websites who have referred today
Whois Online - AdminCP
XenForo Style Avatars
Yet Another Award System 3.7
Yet Another Mass Private Message System
YouTube URL Converter by BOP5 1.0

DragonByte Tech
04-03-2012, 11:52 AM
Considering the error msg Ill guess

AME - The Automatic Media Embeder
passiveVid
Video Directory ForumHome List
Video-Directory
YouTube URL Converter by BOP5 1.0


Either of these. If not, then I have no idea :(


Fillip

Goomzee
04-03-2012, 12:06 PM
thanks works fine now by the way do you know any alternate mod that works with your mod as well

DragonByte Tech
04-03-2012, 12:41 PM
I have never used any of those mods so I don't know, sorry.

Fillip

Goomzee
04-04-2012, 04:32 AM
ok and i enable all mods except Video Directory ForumHome List
Video-Directory

ludachris
04-20-2012, 08:48 PM
Just installed this mod... when I go to post a new thread now, I get a page not found after I click submit. Something tells me I'm in trouble here. I see the threads on the forumdisplay. When I click on it to open it I get a Page Not Found error. I tried uninstalling it and it doesn't fix it. I can reply to threads just fine. This only happens when trying to post a new thread.

Any idea what might have happened here?

ludachris
04-20-2012, 10:37 PM
Just installed this mod... when I go to post a new thread now, I get a page not found after I click submit. Something tells me I'm in trouble here. I see the threads on the forumdisplay. When I click on it to open it I get a Page Not Found error. I tried uninstalling it and it doesn't fix it. I can reply to threads just fine. This only happens when trying to post a new thread.

Any idea what might have happened here?
Looks like this is not an issue with vbshout.

Xp.Warrior
05-02-2012, 12:44 PM
Brother I Want To Change Widh Or Height Please Help Me Any One

DragonByte Tech
05-02-2012, 01:53 PM
You can change Shoutbox Height from the Instance Management :)


Fillip

Xp.Warrior
05-02-2012, 11:59 PM
Sir Thanks For Your Reply But Sir How To Use Sounds In This Shout Box Beacuse Sounds Not Working
And Sounds System Enable Form Admincp
Please Help Me Thanks In Advanced

DragonByte Tech
05-03-2012, 08:26 PM
That would in this case be a browser issue, as sounds are indeed working in the Lite version just fine :)


Fillip

Xp.Warrior
05-04-2012, 08:29 AM
Bro i Check in Google Chrome Latest Browser But Sounds Not Working

Fivestones
05-09-2012, 09:30 PM
i have seen this chat at other place it is great to have for all of site ...

Xp.Warrior
05-14-2012, 06:07 PM
Brother In My Forum Not Working Just Still On Loading
Look Attachment

DragonByte Tech
05-14-2012, 06:19 PM
Please check Firefox' error console.

Fillip

Fivestones
05-21-2012, 08:29 PM
thanks great chat ..

Crimdog
06-27-2012, 08:48 PM
Downloaded/Installed, love it so much I purchased it. :)

Taringa! CS
07-01-2012, 02:17 PM
I've a forum where users only can see their own threads (not others).
On shoutbox all users can see when somebody replies a thread that they can't see.

This it's wrong, right? Can be fixed?

Thanks in advance

DragonByte Tech
07-02-2012, 07:20 PM
That cannot be fixed, sorry :(


Fillip

Taringa! CS
07-03-2012, 10:37 PM
Oh, ok

What about excluding some forums?

DragonByte Tech
07-03-2012, 10:41 PM
The Lite version lets you include Categories, the Pro version lets you include each individual forum :)


Fillip

DragonByte Tech
07-14-2012, 12:05 AM
vBShout v6.0.8
Fix: Fixed UTF-8 issues some people were having in certain scenarios
Change: The mod will now properly close its database connection when returning data

Fillip

0zx
07-15-2012, 07:27 PM
Hello. The shoutbox somehow wont display for me:(

EDIT: I figured out i did set up the instance setting^^

[SOLVED]

Pocket Aces
09-06-2012, 11:21 AM
how to disable /me command? which file do i need to edit?

rockerzteam
09-06-2012, 05:45 PM
Has anyone noticed that the shoutbox stays on loading alot longer with the 6.0.8 update but loads just fine with 6.0.7?

DragonByte Tech
09-07-2012, 02:50 PM
vBShout v6.0.8 Hotfix #1
Fix: Potential XSS in the Archive

Fillip

rockerzteam
09-07-2012, 03:09 PM
So there has been a fix? Wheres it released? And is it a simple Edit.

DragonByte Tech
09-07-2012, 03:13 PM
According to vbulletin.org you're on an old, unsupported version. Please upgrade to v6.0.8 :)


Fillip

Pocket Aces
09-07-2012, 05:11 PM
Same version as before, v6.0.8? We have to redo everything or just reinstall the xml product file?

DragonByte Tech
09-07-2012, 05:20 PM
Re-upload the files, XML is not needed :)


Fillip

Fivestones
09-07-2012, 05:23 PM
Thanks for Udate ..i got it Thanks ..

Pocket Aces
09-07-2012, 05:29 PM
Great, thanks DBT!

DragonByte Tech
10-13-2012, 01:18 AM
vBShout v6.1.0

Improved Shout Templates

Shout templates (for Shouts, /me, PMs and System Messages) are loaded from the main Shoutbox template
Takes up less browser memory than old JS templates
Uses jQuery Templates to achieve the same functionality of the old rendered templates
Offers greater customisation options without worrying about breaking fragile JavaScript code


Improved JavaScript Performance

Leverages more advanced jQuery usage to reduce the time it takes to perform JavaScript operations
Takes up less browser memory as less time is needed to search for the elements in question


Improved Context Menu

Context Menu is always enabled for every user, offering the same quick links to member profiles and username auto-fill
Zero performance impact from using it - no longer increases bandwidth usage / data transferred with each AJAX request
Uses jQuery Templates to achieve the same functionality of the old rendered templates
Offers greater customisation options without worrying about breaking fragile JavaScript code


(vB3) Modern Shoutbox Editor Controls

Colour Picker now uses the same "modern" look as the vB4 version of the mod
Font Face Picker now uses the same "modern" look as the vB4 version of the mod
Font Size Picker now uses the same "modern" look as the vB4 version of the mod
CSS-based editor controls rather than table-based


(vB3) CSS Loader

File loader that outputs the 3 CSS files from templates
Browser cacheable
Improves crawlability


General / Other

Fix: Display Order in the Instance Management screen was using the wrong input type.
Fix: Opening lots of context menus without reloading the page would add "infinite HTML" to the page over time, taking up unneeded memory
Change: Improved RTL support
Change: Removed the ability to turn off the Context Menu, to eliminate confusion



Fillip

PikeyXB
10-13-2012, 10:04 PM
Just upgraded and the layout has gone all funny.
The two boxes, one that you type in and the one that displays the message are above one another instead of along side each other.......looks really crappy, is there a new setting to change this?

Nucleus1
10-14-2012, 01:42 PM
Hello!

Could anyone please help me and let me know how to install this shoutbox?
I havent done any changes to my forum in ages, and I canĀ“t remember how to install addons and plugins.
I downloaded the zip, and unzipped to a lokal folder.
Do I have to move some of the content in the folders to my server by using FTP, or do I import everything from my admin CP?

Sorry for these silly questions, but I could not find find any "how to do" tutorial.

Thanks in advance, and cheers from Sweden :-)

DragonByte Tech
10-14-2012, 01:56 PM
Install instructions are in the readme file or here is a c/p.

1. Upload all files from the "upload" folder to your forums directory.

2. CHMOD the /dbtech/vbshout/aop folder to 0777

3. Import the product-dbtech_vbshout.xml file from the "XML" folder at AdminCP -> Plugins & Products -> Manage Products ->
Add/Import Product

4. That's it! You can start editing settings and setting usergroup permissions.

Chris

DragonByte Tech
10-14-2012, 07:32 PM
Just upgraded and the layout has gone all funny.
The two boxes, one that you type in and the one that displays the message are above one another instead of along side each other.......looks really crappy, is there a new setting to change this?Revert all your customised templates, turn off the IE7 Compatibility Header and flush all caches like vB Optimise or similar.


Fillip

Jezlad
10-18-2012, 09:36 AM
Hi. Can you help me?

I'm getting this error on every page twice.

Warning: Invalid argument supplied for foreach() in /dbtech/vbshout/includes/global.php on line 65



http://www.heresy-online.net/forums/index.php

DragonByte Tech
10-18-2012, 01:01 PM
I'm unable to check out your site due to the fact that it has been blacklisted by ESET Nod32 Anti-virus.

Fillip

Jezlad
10-18-2012, 03:13 PM
I posted exactly what the error message said. The site was hacked recently. Can you shed any light on the message I posted?

Lee

DragonByte Tech
10-18-2012, 04:25 PM
It would seem like the bitfield files might be missing or corrupt, try re-uploading the contents of the upload folder and see if that works.

Fillip

piraterevival
10-22-2012, 11:01 AM
Hello,

Does this shoutbox provide guest access aswell as registered users?

Thanks

DragonByte Tech
10-22-2012, 12:35 PM
At this time the Shoutbox does not allow for guest posting.

Fillip

frank44
10-31-2012, 03:33 PM
Is there a way to position vbshout so when you click new posts / today's posts you see the shoutbox instead of having to click on the forum link?

DragonByte Tech
11-01-2012, 03:27 PM
I'm very much unsure what you're asking, but using the manual deployment option you can make the Shoutbox appear on that page.

Fillip

frank44
11-02-2012, 12:36 AM
I'm very much unsure what you're asking, but using the manual deployment option you can make the Shoutbox appear on that page.


Fillip

I'm sorry I didn't explain myself very well. The default location for vBShout is only accessible from the forum list view. Most of our users only use the New Posts (https://vborg.vbsupport.ru/search.php?do=getnew) link on the nav bar when viewing our forum.

I wanted to vBShout to be visible when you click on New Posts (https://vborg.vbsupport.ru/search.php?do=getnew) and I don't know how to do that.

frank44
11-02-2012, 02:23 PM
I'm sorry I didn't explain myself very well. The default location for vBShout is only accessible from the forum list view. Most of our users only use the New Posts (https://vborg.vbsupport.ru/search.php?do=getnew) link on the nav bar when viewing our forum.

I wanted to vBShout to be visible when you click on New Posts (https://vborg.vbsupport.ru/search.php?do=getnew) and I don't know how to do that.


I think it might be part of the header template?

Here is a screenshot of what we were looking for. When users click Today's Posts, or New Post's they also want to too see the Shoutbox. I think we had that with the old shoutbox (https://vborg.vbsupport.ru/showthread.php?t=147346) but I forgot the placement.

https://vborg.vbsupport.ru/attachment.php?attachmentid=142071&stc=1&d=1351866170

OzgurcaN
11-03-2012, 01:16 AM
Thank you

DragonByte Tech
11-06-2012, 01:37 PM
I think it might be part of the header template?

Here is a screenshot of what we were looking for. When users click Today's Posts, or New Post's they also want to too see the Shoutbox. I think we had that with the old shoutbox (https://vborg.vbsupport.ru/showthread.php?t=147346) but I forgot the placement.
I believe you can achieve this by placing the code on the search_resultlist template :)

PS: You're distinctly not running vBulletin 3, wrong thread perhaps? ;)


Fillip

Fluke667
11-24-2012, 09:42 AM
[10:35] [PM zu muser]

it calls muser every user that i want to send PM

any idea howto fix this? i got 6.1.0

DragonByte Tech
11-27-2012, 01:49 PM
Please revert all customisations to your phrases and re-do them, as some of the phrases changed in v6.1 :)


Fillip

ricardoNJ
11-28-2012, 01:58 AM
How can I delete links????

DragonByte Tech
12-01-2012, 08:31 PM
Double-click on the timestamp :)


Fillip

pcam
02-25-2013, 03:14 PM
At first the user was in the COPPA Awaiting Registration group and then was approved and in both situations received many emails back to back from vbulletin stating these errors.

Database error in vBulletin 3.8.7:

Invalid SQL:

SELECT
user.avatarid,
user.avatarrevision,
user.username,
user.usergroupid,
user.membergroupids,
user.infractiongroupid,
user.displaygroupid,
user.dbtech_vbshout_settings AS shoutsettings,
user.dbtech_vbshout_shoutstyle AS shoutstyle, user.dbtech_vbshop_purchase,
vbshout.*
, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb,
pmuser.username AS pmusername

FROM dbtech_vbshout_shout AS vbshout
LEFT JOIN user AS user ON(user.userid = vbshout.userid)

LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)

LEFT JOIN user AS pmuser ON(pmuser.userid = vbshout.id)

WHERE vbshout.instanceid IN(-1, 0, 1)
AND vbshout.userid NOT IN(
SELECT ignoreuserid
FROM dbtech_vbshout_ignorelist AS ignorelist
WHERE userid =
)
AND vbshout.forumid IN(10,536,22,61,537,13,36,23,24,25,26,27,37,39,38, 40,44,45,50,48,49,53,51,52,47,56,58,57,55,54,295,3 5,538,30,32,14,31,33,15,16,34,19,471,539,544,41,42 ,43,46,486,502,503,504,505,506,507,508,509,510,511 ,512,513,514,515,516,517,518,519,520,521,522,523,5 24,525,526,527,528,529,530,531,532,533,534,535,550 ,551,552,553,554,555,556,557,558,559,560,561,562,5 63,540,545,564,565,566,482,483,546,1028,1355,1029, 1356,1030,1357,1031,1032,1033,1034,1035,1036,1037, 1039,1038,1040,1041,1042,1043,1044,1045,1046,1047, 1048,1049,1050,1051,1052,1053,1054,1055,1056,1057, 1058,1059,1060,1061,1062,1063,1064,1065,1066,1067, 1068,1069,1070,1071,1072,1073,1074,1075,1076,1077, 1078,1079,1080,1081,1082,1083,1084,1085,1086,1087, 1088,1089,1090,1091,1092,484,1093,1094,1095,1096,1 097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1 107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1 117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1 127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1 137,1138,1139,1!
140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1 150,1151,1152,1153,1154,1155,1156,1157,485,547,115 8,1289,1159,1291,1160,1290,1161,1292,1162,1293,116 3,1294,1164,1295,1165,1166,1296,1167,1297,1168,129 8,1169,1299,1170,1300,1171,1301,1172,1302,1173,130 3,1174,1304,1175,1305,1176,1306,1177,1307,1178,130 8,1179,1309,1180,1310,1181,1311,1182,1312,1183,131 3,1184,1314,1185,1315,1186,1316,1187,1317,1188,131 8,1189,1319,1190,1320,1191,1321,1192,1322,1193,132 3,1194,1324,1195,1325,1196,1326,1197,1327,1198,132 8,1199,1329,1200,1330,1201,1331,1202,1332,1203,133 3,1204,1334,1205,1335,1206,1336,1207,1337,1208,133 8,1209,1339,1210,1340,1211,1341,1212,1342,1213,134 3,1214,1344,1215,1345,1216,1346,1217,1347,1218,134 8,1219,1349,1220,1350,1221,1351,1222,1352,541,11,6 2,1223,1224,1225,1226,1227,1228,1229,1230,1231,123 2,1233,1234,1235,1236,1237,1238,1239,1240,1241,124 2,1243,1244,1245,1246,1247,1248,1249,1250,1251,125 2,1253,1254,1255,1256,1257,1258,1259,1260,1261,126 2,1263,1264,1265,1266,1267,1268,1269,1!
270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1 280,1281,128!
2,1283,1284,1285,1286,1287,542,548,489,63,74,87,80 ,81,82,75,77,76,78,79,83,84,85,86,88,89,90,91,92,9 3,94,95,96,97,98,99,100,101,102,103,104,105,106,10 7,108,109,110,111,112,113,114,115,116,117,118,119, 120,121,122,123,124,125,64,148,149,150,151,152,153 ,154,155,157,158,159,160,161,162,163,164,165,166,1 67,168,169,170,171,172,173,174,175,176,178,179,180 ,181,182,65,138,139,140,141,142,143,144,145,146,14 7,267,268,269,66,183,184,185,186,187,188,189,190,1 91,193,265,266,194,195,196,197,198,199,200,201,202 ,203,204,205,206,207,208,209,210,212,211,213,214,2 15,216,217,219,218,220,221,222,223,224,225,226,227 ,228,229,230,231,232,233,234,235,236,237,238,239,2 40,241,242,243,244,245,246,247,248,249,250,251,252 ,253,254,255,258,256,257,259,260,261,262,263,264,7 3,126,127,128,129,130,132,133,134,135,136,137,131, 71,270,271,272,273,274,275,276,277,278,279,280,281 ,282,283,284,285,286,287,288,289,290,291,292,293,1 2,60,473,59,543,328,436,455,437,438,439,440,441,44 2,443,444,445,446,447,448,449,450,451,!
452,453,454,456,457,458,459,460,461,462,463,364,36 7,368,373,371,366,369,365,370,374,375,372,376,393, 395,392,383,385,387,386,381,388,378,384,379,389,39 4,390,391,377,382,380,396,397,400,398,399,401,402, 404,403,405,414,416,406,413,411,407,412,409,410,40 8,417,415,329,348,350,472,351,352,340,344,342,341, 343,330,332,333,345,347,346,334,337,338,339,336,33 5,353,356,360,361,363,355,358,362,357,354,331,359, 464,465,466,467,468,469,470,427,428,429,430,434,31 1,312,313,314,315,316,317,318,319,320,321,322,323, 324,325,326,431,327,418,432,423,433,420,421,296,29 7,298,299,300,301,302,303,304,305,306,307,308,309, 310,294,17,18,490,497,577,766,499,498,0)
AND (
user.dbtech_vbshout_banned = '0' OR
vbshout.userid = -1
)
AND (
vbshout.userid IN(-1, ) OR
vbshout.id IN(0, )
)AND vbshout.type NOT IN(64,128) AND vbshout.chatroomid = 0
ORDER BY dateline DESC
LIMIT 20;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND vbshout.forumid IN(10,536,22,61,537,13,36,23,24,25,26,27,37,39,38, 40,4' at line 28
Error Number : 1064
Request Date : Monday, February 25th 2013 @ 04:15:34 PM
Error Date : Monday, February 25th 2013 @ 04:15:35 PM
Script : http://www.ircforums.com/vbshout.php?tabs%5Bshouts%5D=1&tabs%5Bactiveusers%5D=1&tabs%5Busertags__1%5D=1&type=shouts&do=ajax&action=fetch&instanceid=1&tabid=shouts&shoutorder=DESC&pmtime=0&v=61542045720852.3
Referrer : http://www.xxx.com
IP Address : 123.456.789.012
Username : Usertest
Classname : vB_Database
MySQL Version :

Permissions

Usergroup Can View Shoutbox Can View Archive Can Shout Can Edit Own Shouts Can Edit Others' Shouts Can Prune Can Set Sticky Can Ban Can Search Archive Is Auto Idle Can Create Chat Room Is Protected Group Can Moderate Chat Show Moderator Actions
(COPPA) Users Awaiting Moderation

Can view and can view archive

Regular Users (where the user was approved to)

Can view, can view archive, can shout

DragonByte Tech
02-27-2013, 02:33 PM
That is a conflict with another mod on your forum, I'm almost positive. Can you please try disabling all other modifications and then replicate the scenario you describe above?

Fillip

DragonByte Tech
04-05-2013, 06:22 PM
vBShout v6.1.1
Feature: Improved logging details for Control Panel actions
Change: Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer.
Change: Changed the Branding Free Key to a more secure key.

Fillip

Total666
04-05-2013, 10:52 PM
vBShout v6.1.1
Feature: Improved logging details for Control Panel actions
Change: Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer.
Change: Changed the Branding Free Key to a more secure key.


Fillip


for 3.8 , how do I upgrade ti this new version ? thanks

DragonByte Tech
04-12-2013, 01:10 AM
Same as you did when installing the mod; upload the files and overwrite the XML :)


Fillip

Total666
04-12-2013, 01:22 AM
Same as you did when installing the mod; upload the files and overwrite the XML :)


Fillip

thank you sir ..

picball
05-04-2013, 03:12 AM
:o hello, I installed the mod on vb.3.8.7 I converted an old skin made ​​for a vb 3.5.x on this skin I can not bring up the shoutbox can you help me, is there a way or should I give up on this skin?

picball
05-05-2013, 06:12 AM
addressed by disabling auto-display and throwing $ show [vbshout_instance1] at the point that I needed, thanks

SwalyAaron
05-26-2013, 07:46 AM
Anyone willing to modify the css to make the text input box horizontal and on top?

DragonByte Tech
05-27-2013, 01:13 PM
That is a Pro-only feature, so posting such modifications here would not be allowed.

Fillip

DragonByte Tech
06-01-2013, 01:15 PM
vBShout v6.2.0

Shoutbox Sessions

Shoutbox activity is tracked separate from users' shouts
Only shows people who perform an action as active
"Active Indicator" on the toolbar shows whether the user is active in the SB or not
Doesn't flag users generating automatic notices as active


Anonym.To Integration

Ability to anonymise any URL entered in the Shoutbox per-instance with Anonym.to
Works with BBCode URLs
Displays regular URL while editing shouts


Disallow "ALL CAPS"

Ability to disallow all caps per-instance
Uses vBulletin's "Prevent SHOUTING" setting to de-caps the shout


New Slash Command: /resetshouts

Resets all users' "Lifetime Shouts" counter to how many shouts they currently have in the system
Great way to put spammers in their place


Context Menu Improvements

Dedicated context menu item for editing shouts (if user has permission to edit that shout)
Dedicated context menu item for deleting shouts (if user has permission to delete that shout)
JavaScript performance for menu closure operations has been improved


Bugfixes

In certain cases, the menu could fail to close properly



Fillip

ringnews24
06-15-2013, 01:56 PM
ignore: put ? in wrong version.

DragonByte Tech
07-26-2013, 02:49 PM
vBShout v6.2.1

"Invisibility" Toggle

Click the activity status icon to toggle invisibility
Uses the status icon from your vBulletin skin
Hides the user from all activity displays in the entire instance
Great for surprising friends with shouts out of the blue!



Fillip

DragonByte Tech
10-11-2013, 10:02 PM
Update

Hotfix: PHP 5.4 Compatibility fixes


This does not guarantee the mod is error free on PHP 5.4, but it will take care of the reported errors. Thank you all for your reports :)



Fillip

Xanlamin
12-31-2013, 09:32 PM
I am having an issue where it is not saving the permission set for the usergroups. when I set them and click save it goes right back to the ones that where checked before hand. Any ideas on this?

I can save the initial settings, but not the usergroup settings.

Xanlamin
12-31-2013, 10:26 PM
I have added the following to php.ini

max_input_vars = 10000
suhosin.pot.max_vars = 10000
suhosin.request.max_vars = 10000

This did get rid of the notice I had in the settings for vbshout at the top. but I still can not adjust my usergroups, the settings still keep going back to the default ones and will not let me change them.

DragonByte Tech
01-06-2014, 04:14 PM
The correct variable is suhosin.post.max_vars - try that :)


Fillip

Webdevkirk
01-30-2014, 09:44 PM
I'm currently getting this problem http://prntscr.com/2o2gt0

DragonByte Tech
05-02-2014, 09:54 PM
vBShout v6.2.3

New Features

(Pro) Minimum Posts Per Day

Shoutbox access can be limited to users with a certain "Posts Per Day" count
Works in conjunctions with "Minimum Posts" limitation
Calculates posts since first join date, as seen in member profiles


Bug Fixes And Issue Fixes:

Is it no longer possible to bypass the Shoutbox permissions by accessing certain crafted URLs



Fillip

Premiumkenti
05-27-2014, 11:53 AM
3.8.4 not working.

Premiumkenti
05-31-2014, 04:40 PM
I need dbtech vbshout old version, 6.2.3 not working vbulletin 3.8.x forums.

DragonByte Tech
05-31-2014, 04:41 PM
This mod works perfectly fine with all versions of vB 3.8 :)


Fillip

Premiumkenti
05-31-2014, 04:47 PM
https://vborg.vbsupport.ru/external/2014/05/1.png not working fix please.

DragonByte Tech
05-31-2014, 05:01 PM
This can happen if you have the "Send Internet Explorer 7 Compatibility Header" setting turned on in Cookies and HTTP Header Options, while browsing with Internet Explorer.

Fillip

Premiumkenti
05-31-2014, 05:03 PM
This can happen if you have the "Send Internet Explorer 7 Compatibility Header" setting turned on in Cookies and HTTP Header Options, while browsing with Internet Explorer.


Fillip

I use google chrome and don't use internet explorer or Compatibility Header all friends display error problem life.

DragonByte Tech
05-31-2014, 05:11 PM
Please provide me with a link to your website, and make sure the Shoutbox is visible to guests, so that I can look into this problem on your site.

Fillip

Premiumkenti
05-31-2014, 05:15 PM
Please provide me with a link to your website, and make sure the Shoutbox is visible to guests, so that I can look into this problem on your site.


Fillip

I sent PM, thank you for your interest.

m7sen
06-12-2014, 12:11 AM
is this mod work in mobile browser ?
is support RTL
right to left !

DragonByte Tech
06-15-2014, 04:48 PM
is this mod work in mobile browser ?It will not work in the Mobile Style, but mobile browsers that display the full site correctly should also work with this.
is support RTLWhile we don't officially support RTL, we've had no reports of this mod not working with RTL.


Fillip

Terrablade
06-18-2014, 04:29 AM
Filip No mater what version I try to install, no mater what skin I use, even freshly installing one this happens.... http://prntscr.com/3ty59n .. It wont just display the correct way, its all over the place. BTW ALL plugins were disabled, not 1 was enable but vbshout.

hollycat
06-19-2014, 03:58 PM
Hi, I am new to VB

i have tried many times to install vbshout on my site
i cannot get it to work....keep getting errors

Can someone please help me to install it ?

Black Snow
06-19-2014, 08:53 PM
Filip No mater what version I try to install, no mater what skin I use, even freshly installing one this happens.... http://prntscr.com/3ty59n .. It wont just display the correct way, its all over the place. BTW ALL plugins were disabled, not 1 was enable but vbshout.

Same here when I'm helping my brother install it

DragonByte Tech
07-01-2014, 04:03 PM
vBShout v6.2.4

New Features:

Disallow "Invisible"

Disable the "Invisible" feature per-instance
Makes users who chose to be invisible re-appear
Restores users' original preferences if Invisible is re-enabled



Fillip

DragonByte Tech
08-23-2014, 02:08 PM
vBShout v6.2.5

Changes To Existing Features:

URL Anonymiser

No longer triggers for links to the website's own content
Improves browsing speed when clicking links to the website's own content


New Features:

(Pro) Idle Exempt

Settable per-usergroup per-instance
Ensures certain usergroups never go idle
Allows staff to monitor the Shoutbox while saving resources for regular users



Fillip

ketan9
10-24-2014, 04:04 PM
Hello Fillip,

Thank you for creating such a wonderful plugin. I have tried vBShout for vB4 and it has worked fine but having issues on 3.8.x. See below:

I have tried to install vBShout 6.2.5 on vBulletin 3.8.7 and setup completes fine. However, when I go to instance management, no changes made are saved. Whenever, I click save button, a blank page is rendered with no content. There is no error or anything displayed any where in the logs as well.

Can you please help me out?

Thank you,
Ketan

DragonByte Tech
12-01-2014, 07:04 PM
vBShout v6.2.6

Changes To Existing Features:

Thread / Post Notifications

Now also triggers for threads that are automatically generated
Now also triggers for posts that are automatically generated



Fillip

DragonByte Tech
01-12-2015, 06:49 PM
vBShout v6.2.7

Changes To Existing Features:

Thread / Post Notifications

Others' Threads/Replies from forums that only allows users to see their own threads/replies will no longer show up



Fillip

DragonByte Tech
01-19-2015, 05:10 PM
vBShout v6.2.7 Patch Level 1

Bug Fixes:

PM titles will no longer display to users that can't read them



Fillip

matheus21
01-20-2015, 03:32 PM
the shoutbox not appear someone help me ?
vercion 3.8.8 pele graphite

DragonByte Tech
02-03-2015, 06:07 PM
Make sure you've configured the permissions correctly, both in vB's usergroup manager and the shoutbox instance manager.

Fillip

DragonByte Tech
02-09-2015, 08:38 PM
vBShout v6.2.8

Changes To Existing Features:

Notifications

Added support for new notification types (used in Advanced User Tagging v3.2.3 & newer)


Bug Fixes:

Thread Milestones will no longer trigger when submitting a new post is made
Banned users will no longer have their shouts shown in the front-end archive



Fillip

aseapeople
02-10-2015, 02:22 AM
I installed the lite version to test it out. The basic chat books works on http://energeticforum.com but according to the instructions, there should be a management section in the admin CP, but there is not. In the options, there is the general settings, but there is no: "DBTech - vBShout" option in the left column. Is there supposed to be or is that only for the pro version?

The lite version is described to be able to post something in the chatbox when a new post is created, etc... but there are no options for this that I can find.

DragonByte Tech
02-11-2015, 10:01 PM
I installed the lite version to test it out. The basic chat books works on http://energeticforum.com but according to the instructions, there should be a management section in the admin CP, but there is not. In the options, there is the general settings, but there is no: "DBTech - vBShout" option in the left column. Is there supposed to be or is that only for the pro version?

The lite version is described to be able to post something in the chatbox when a new post is created, etc... but there are no options for this that I can find.You can resolve this issue by adding yourself to Super Administrators in config.php and/or using your Super Administrator account to grant your normal Admin account the "Can Administer vBShout" permission.


Fillip

RichieBoy67
02-13-2015, 12:27 AM
Hey Fillip, Does this have a pop up feature?

DragonByte Tech
04-06-2015, 04:59 PM
vBShout v6.2.8

Bug Fixes:

Fixed an issue where chatrooms the user had not been invited to could still be read by manually requesting the data



Fillip

DragonByte Tech
04-06-2015, 05:00 PM
Hey Fillip, Does this have a pop up feature?What do you mean, pop up?


Fillip

DragonByte Tech
05-04-2015, 05:54 PM
vBShout v6.2.9

Changes To Existing Features:

Shout Character Limit

Now only checks message length before BBCode / custom commands are parsed



Fillip

DragonByte Tech
06-01-2015, 05:25 PM
vBShout v6.2.10

New Features:

Instance Permission: Can Toggle Invisible

Allow individual usergroups to toggle the invisible flag
Configured per-instance
Off by default



Fillip

DragonByte Tech
06-08-2015, 05:26 PM
vBShout v6.2.10 Patch Level 1

Bug Fixes:

Fixed an incompatibility issue with modifications that change jQuery?s default behaviour



Fillip

DragonByte Tech
06-22-2015, 07:45 PM
vBShout v6.2.11

New Features:

Shoutbox Deployment

Shoutboxes can now be deployed regardless of the automatic deployment settings
Still works in any template



Fillip

DragonByte Tech
07-17-2015, 07:52 PM
vBShout v6.2.11 Patch Level 1

Bug Fixes:

In certain cases, the shoutbox could fail to load



Fillip

DragonByte Tech
08-09-2015, 11:12 PM
vBShout v6.2.11 Patch Level 2

Bug Fixes:

Fixed a regression from the recent changes that could cause the shoutbox not to load in certain scenarios



Fillip

DragonByte Tech
08-31-2015, 06:45 PM
vBShout v6.2.12

Changes to Existing Features:

Greatly improved performance for the shout counter re-calculation ran after deleting an instance or a chatroom, or pruning a user?s shouts



Fillip

DragonByte Tech
09-10-2015, 04:01 PM
vBShout v6.2.12 Patch Level 1

Bug Fixes:

Fixed an issue where chat room titles could be displayed incorrectly in certain scenarios



Fillip

DragonByte Tech
10-12-2015, 06:15 PM
vBShout v6.2.13 Patch Level 1

Bug Fixes:

Fixed an issue where shouts that had been deleted or moved off the page would still remain in the HTML, but hidden
Fixed an issue where the input area would not show up in certain scenarios



Fillip

Zaja-7
10-14-2015, 12:04 PM
Great mod, thank you.
I use it on custom vbulletin page, but noticed that chat javascript and css are included in header on "non chat" pages as well (home, threads, forums..etc).
Do you have any hint how to disable it on all vbulletin page except custom created page/template where I use chat?

DragonByte Tech
10-14-2015, 12:18 PM
That's not possible at this time, sorry.

Fillip

Zaja-7
10-15-2015, 09:55 AM
Thanks Fillip. :)
Now I have very strange problem, shouts are not displayed if right displaying area/frame have scrollbar, need to manually refresh page to see new shots or my shot.
If scrollbar is not present shots are displayed correctly.
Do you have any idea about this problem?

DragonByte Tech
10-15-2015, 05:02 PM
I've added a hotfix for the issue with messages not appearing :)


Fillip

Zaja-7
10-15-2015, 05:27 PM
You are great, works perfect, thanks man! :)

keharris53
12-06-2015, 03:42 PM
I uploaded this some time ago did not import xml file. I just uploaded this latest, installed the product, and ran the vbshoutimport.php script to convert from my inferno and received this error:
Fatal error: Call to a member function datamanager_init() on a non-object in /usr/local/apache2/htdocs/bulletinboard/admincp/vbshoutimport.php on line 135.

What next? Thank you!

DragonByte Tech
12-18-2015, 09:19 PM
I uploaded this some time ago did not import xml file. I just uploaded this latest, installed the product, and ran the vbshoutimport.php script to convert from my inferno and received this error:
Fatal error: Call to a member function datamanager_init() on a non-object in /usr/local/apache2/htdocs/bulletinboard/admincp/vbshoutimport.php on line 135.

What next? Thank you!Hi there,

Sorry about that, the importer isn't compatible with the latest version. If you re-post this issue @ www.dragonbyte-tech.com, we'll look into getting it fixed :)


Fillip

DragonByte Tech
01-18-2016, 06:34 PM
vBShout v6.2.14

New Features:

Desktop Notifications

Shoutbox PMs received can now be displayed as desktop notifications!
Works in Chrome, Firefox and Safari
Can be toggled by the user



Fillip

DragonByte Tech
03-01-2016, 06:29 PM
6.2.15 is a quick XML update to resolve an issue where the SB could get stuck loading.

Fillip

RonJH
03-02-2016, 07:37 PM
Hi,

I've downloaded the plugin today and installed it on a forum running 3.8.6 but am receiving the error:

Parse error: syntax error, unexpected '[' in /home/pesgam/public_html/dbtech/vbshout/includes/global.php on line 77

I tried completely uninstalling, re-downloading and reinstalling but have the exact same issue. Any ideas?

DragonByte Tech
03-02-2016, 07:41 PM
Hi there,

Could you please upgrade your version of PHP to 5.4 or newer? Older versions of PHP are no longer supported by The PHP Group and should not be used as they have potential security vulnerabilities.

Thanks!

Fillip

DragonByte Tech
03-28-2016, 10:12 PM
vBShout v6.2.15 Patch Level 1

Bug Fixes:

Fixed an issue where creating a chatroom using the "Create Chat" popup would produce an incorrect chat room title
Multiple other issues regarding chatroom creation and chatroom invitation have been resolved



Fillip

DragonByte Tech
04-25-2016, 08:58 PM
Changed Features:

A fresh copy of the jQuery library is now only downloaded if one has not been downloaded previously. Requires updating of all other affected DBTech mods to take full effect.



Fillip

DragonByte Tech
05-30-2016, 08:45 PM
vBShout v6.2.17

New Features:

Instance Options

(Pro) Time Format (Old): Separate time format for old shouts. Allows you to set a time format for shouts from a previous day that can include the day, to avoid confusion.


Bug Fixes:

Rollup of hotfixes from previous version



Fillip

JamesStPattrick
11-04-2016, 07:27 PM
I'm using your latest vBShout for vB3.8.9 PL1 but I have this issue: http://prnt.sc/d2cb23 it worked fine the first time I installed it, however after doing a hard refresh on my browser (Google chrome) it became like that...
I did try to disable it and then enable it, but that didn't work, so I uninstalled and installed over 3 times and still not working..

It happens on all styles (even default one) after the hard refresh. (CTRL + F5)

DragonByte Tech
11-04-2016, 07:34 PM
I'm using your latest vBShout for vB3.8.9 PL1 but I have this issue: http://prnt.sc/d2cb23 it worked fine the first time I installed it, however after doing a hard refresh on my browser (Google chrome) it became like that...
I did try to disable it and then enable it, but that didn't work, so I uninstalled and installed over 3 times and still not working..

It happens on all styles (even default one) after the hard refresh. (CTRL + F5)That can happen if you have the Force IE mode (or something like that) enabled in vB3's settings, and you're using a more modern version of IE.


Fillip

JamesStPattrick
11-04-2016, 07:53 PM
That can happen if you have the Force IE mode (or something like that) enabled in vB3's settings, and you're using a more modern version of IE.


Fillip

I can't find it, this is what I have: http://prntscr.com/d35s7o
I played with 'Send Internet Explorer 7 Compatibility Header' Yes and No but results are still the same.

Thanks for help tho, any other suggestions?

DragonByte Tech
11-04-2016, 07:54 PM
In that case I need an FTP and AdminCP account to look into it further.

Fillip

JamesStPattrick
11-04-2016, 08:00 PM
In that case I need an FTP and AdminCP account to look into it further.


Fillip

I sadly cannot provide that because I had hired someone to make sure only I can access the server root/ftp whatever since my website is the target of a crapload of hackers it will take for him until monday to get it done (since he doesn't work on weekends or weekdays 6pm+).

However, I can provide you with anything you want (such as logs, etc).

I really love how fast you reply :), if we get it working I might upgrade to pro.

DragonByte Tech
11-04-2016, 08:01 PM
Sadly this is not something I can diagnose remotely so we'll have to wait for Monday then :)


Fillip

JamesStPattrick
11-04-2016, 08:09 PM
Sadly this is not something I can diagnose remotely so we'll have to wait for Monday then :)


Fillip

This is very sad, everyday I wait, I'm losing money. :(

I thought CloudFlare was the issue, but also that is not the issue.
It's very weird, I haven't edited any file/template.

JamesStPattrick
11-04-2016, 08:27 PM
The thing that confuses me is that it worked fine the first time I installed it, then I did a hard refresh to get my logo to update and boom it started like that..

keharris53
11-14-2016, 08:21 PM
Using vb 3.8.4 pl2. Any ideas why my AdmicCP displays the following duplicated functions?

DBTech - vBShout +
Instance Management
Chat Room Management
Instance Management
View Banned Users
Chat Room Management
Command Log
View Banned Users
Command Log
Download Archive
Download Archive
Repair Cache
Notifications
Settings

The text colors / font options menu are expanded when I access the forum and when I move from forumhome and back. I'd prefer they were not. Finally, can I change the font color on the timestamp? Thank you!

The alternating colors option isn't working, any ideas? Again, thanks.

DragonByte Tech
11-17-2016, 10:03 AM
Using vb 3.8.4 pl2. Any ideas why my AdmicCP displays the following duplicated functions?Check your /includes/xml folder, the files beginning with cpnav_ - do you have multiple vBShout entries there?


Fillip

keharris53
11-17-2016, 02:12 PM
Check your /includes/xml folder, the files beginning with cpnav_ - do you have multiple vBShout entries there?


Fillip

Thanks Fillip, that was it:up:. Had duplicate files dated back to 2010 for cpnav_vbshout.xml. Cleaned out the hooks also. Much appreciated.
Can you address my other questions? Again, thank you!
Ken

DragonByte Tech
11-17-2016, 02:16 PM
The text colors / font options menu are expanded when I access the forum and when I move from forumhome and back. I'd prefer they were not.I don't understand this, sorry. Can you elaborate?

Finally, can I change the font color on the timestamp? Thank you!This is controlled by the rest of the colour options.

The alternating colors option isn't working, any ideas? Again, thanks.Have you tested this in a default (unmodified) style?


Fillip

keharris53
11-17-2016, 03:01 PM
"I don't understand this, sorry. Can you elaborate?"
The font and color menus are open, rather than closed, showing the expanded options when I log into the forum or move to a subforum and back to the forumhome page. In other words, within this reply I have text color options. I have to click the box to expand the color options. In my shoutbox, that box is already expanded the first time I log in.

"This is controlled by the rest of the colour options."
I've been looking in the files that control color options, but have been unable to locate the code that specifies the timestamp color. I have managed to change other background and popup menu colors.

"Have you tested this in a default (unmodified) style?"
I am using the default and the only modifications are related to color, style (rounded corners and shadows). No skins.

I really appreciate the quick response. Thank you!

Ken

DragonByte Tech
11-17-2016, 03:04 PM
The font and color menus are open, rather than closed, showing the expanded options when I log into the forum or move to a subforum and back to the forumhome page. In other words, within this reply I have text color options. I have to click the box to expand the color options. In my shoutbox, that box is already expanded the first time I log in.That is not default vBulletin functionality, some other mod is probably causing a conflict here.

I've been looking in the files that control color options, but have been unable to locate the code that specifies the timestamp color. I have managed to change other background and popup menu colors.Sorry, I mean that when you change colour of the shouts, the timestamp changes colour too. There is no separate colour for timestamps, IIRC.

I am using the default and the only modifications are related to color, style (rounded corners and shadows). No skins.Yeah, that's why I said "unmodified", since if you've customised the skin colours, that also potentially. affects the alternate colours in the Shoutbox :)

Specifically, the alt1 and alt2 StyleVars.


Fillip

keharris53
11-17-2016, 05:48 PM
Thanks Fillip. Took care of the alternating colors issue in styles. The timestamp color shows in my vb excepting in the shoutbox. I'll look further into that to find whats effecting it. That's the only issue I have to resolve. I had the old Inferno Pro installed. So far I like this new shoutbox functionality. Though I can't move the editorbar up beside the input box, I did adjust the text input box dimension to the height I wanted and that works just fine.
Again, thanks for your assistance, much appreciated!
Ken

keharris53
12-01-2016, 02:48 PM
When I have my username set to visible mode in the forum and disallow invisible mode set to yes in the shoutbox, I appear offline in the shoutbox. When I set the disallow invisible mode to no, I appear as online in the shoutbox. It's almost like the shoutbox script is pointing to the opposite online/offline image from what it should be displaying. How do I correct this? Thanks!

DragonByte Tech
12-01-2016, 02:50 PM
When I have my username set to visible mode in the forum and disallow invisible mode set to yes in the shoutbox, I appear offline in the shoutbox. When I set the disallow invisible mode to no, I appear as online in the shoutbox. It's almost like the shoutbox script is pointing to the opposite online/offline image from what it should be displaying. How do I correct this? Thanks!Sorry, I don't understand what you are saying.

If you allow users to use the Invisible mode in the Shoutbox, clicking the online/offline icon will turn it yellow and you will be invisible to other users (unless you shout, obviously everyone can read that).

If you do not allow users to use the Invisible mode, you will always be flagged as online when you are browsing the shoutbox.

The shoutbox' invisible mode is 100% unrelated to the forum's invisible mode.


Fillip

keharris53
12-01-2016, 03:09 PM
Hello Fillip, the problem is that when I access the shoutbox it shows me offline when I have the "disallow invisible mode" set to yes. When I set it to no, it shows me online. Essentially, for me to be visible as active in the shoutbox, I have to set the "disallow invisible mode" to no, otherwise I will appear as offline even though I have not selected invisible mode in the shoutbox.

DragonByte Tech
12-01-2016, 03:11 PM
Hello Fillip, the problem is that when I access the shoutbox it shows me offline when I have the "disallow invisible mode" set to yes. When I set it to no, it shows me online. Essentially, for me to be visible as active in the shoutbox, I have to set the "disallow invisible mode" to no, otherwise I will appear as offline even though I have not selected invisible mode in the shoutbox.The online/offline indicator is 100% independent of the "disallow invisible mode" setting. That setting only controls whether someone can click the online/offline status to flag themselves invisible.

If the setting is set to yes and you make a shout, do you not get flagged as online?


Fillip

keharris53
12-01-2016, 03:14 PM
No, it shows me as offline. I have to set the "disallow invisible mode" option to "no" to appear online.

keharris53
12-19-2016, 08:42 PM
Yeah, I wouldn't have responded to my last either...
If I set the "disallow invisible mode" option to "yes" I don't appear online when inputing an entry. Other than this, I have no other issues with the box. It's working great.

DragonByte Tech
12-19-2016, 08:43 PM
Yeah, I wouldn't have responded to my last either...
If I set the "disallow invisible mode" option to "yes" I don't appear online when inputing an entry. Other than this, I have no other issues with the box. It's working great.I'll look into whether I can replicate any issues with this feature as soon as I can :)


Fillip

keharris53
12-20-2016, 06:44 PM
Thanks Filip, much appreciated!

DragonByte Tech
12-27-2016, 01:07 PM
vBShout v6.2.18:
Change: Updated the Notify JS code used in the Desktop Notifications

Fillip

keharris53
12-27-2016, 03:56 PM
I have opted to allow invisible mode. If I set Disallow "Invisible Mode" to yes, then everybody who uses the shoutbox is shown as offline. The only way to show them as "online" is to allow users to toggle to invisible mode but not toggle to that mode in the shoutbox, if that makes sense. No problems.

treki
05-26-2017, 08:55 PM
Nice Addon. 3 little problems:

- I have enabled only "Enable Shout Sound ", but every 2min the sound sounds without a new shout.
- Is it possible to set the imputfield below the shoutbox?
- It exist a german language file?

XotelHotel
11-22-2017, 12:08 AM
Can I ask why i cant type anything in the shoutbox yet it installed and all the permissions are in place but it won't let me post what i am saying help please