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)

huskermax 09-17-2014 12:22 PM

Quote:

Originally Posted by huskermax (Post 2515492)
How do you shut off the notifications to users post counts. I have all notifications off that I can find in the settings but it is still notifying when users hit a certain post count.

Found it in Forum Milestones. Missed that part.

DragonByte Tech 09-18-2014 11:44 AM

Quote:

Originally Posted by huskermax (Post 2515381)
Can you link to the vBShout from another website? We would like to link to our vBShout box from our main page at huskermax.com. Our BBS is on a different server and I have it above the footer. So the link would load the main page of the bbs up the page would load down at the footer level. Maybe with some kind of anchor or something?

There's no anchor levels at this time, sorry.


Fillip

huskermax 09-19-2014 04:16 PM

Can you adjust the word wrap at all? Currently the below quote is wrapped so the last part (bold) is on the 2nd line but that second line of text is below the time stamp.

Quote:

BTW, almost halftime in the Auburn vs KSU game. right now, KSU is giving Auburn as much as they can handle; Auburn leads 10-7. Should be some 2nd half!
See link for screen shot:

https://tmpdmp.com/2e51668ef5f3cdeb/95a912e41a48fc9a

DragonByte Tech 09-20-2014 05:17 PM

You may be able to adjust the jQuery Template via the dbtech_vbshout_shoutbox template, though that's not something we can officially support or provide step-by-step instructions for.

Fillip

huskermax 09-20-2014 10:49 PM

Quote:

Originally Posted by DragonByte Tech (Post 2515955)
You may be able to adjust the jQuery Template via the dbtech_vbshout_shoutbox template, though that's not something we can officially support or provide step-by-step instructions for.


Fillip

Can you at least tell me what I need to look for in the template? Then I can go from there.

DragonByte Tech 09-22-2014 05:46 PM

You'll see about 4-5 HTML blocks starting with
Code:

<script type="text/x-jquery-tmpl"
- these are the ones whose containing HTML you need to modify.


Fillip

DragonByte Tech 10-01-2014 07:03 PM

Because there's a timeout period, which you can configure on a per-instance basis :)


Fillip

Pieper 10-01-2014 07:06 PM

Why is someone still shows as active when he/she leaves the shoutbox?

Amenadiel 10-19-2014 07:50 PM

I know that individual ALTER TABLE statements provide atomicity, but geez, I have 300.000+ users and I've spent hours trying to install this mod. Everytime it crashes I import it again, and it gets me a bit further... but whenever I think I'm done, another ALTER TABLE vb_user comes in the way.

First world problems.

PD: I can't seem to find where to enable vbshout in a per-forum basis. I've read that there should be an option in the forum manager, yet I can't find it. Is it in forum settings, forum permissions, or where?

supertemplado 10-20-2014 11:35 AM

Installed the latest version ob VB4 , it works but in AdminCP i dont get the TAB to do all the settings. it is not just there. (only general settings)

Amenadiel 10-20-2014 04:12 PM

I have the exact opposite of your case Supertemplado.

Let's swap!

DragonByte Tech 10-21-2014 04:32 PM

Quote:

Originally Posted by Amenadiel (Post 2519432)
PD: I can't seem to find where to enable vbshout in a per-forum basis. I've read that there should be an option in the forum manager, yet I can't find it. Is it in forum settings, forum permissions, or where?

There is no such option, sorry :(

You will need to enable manual deployment, and then edit the code in to your FORUMDISPLAY template and wrap it in an if condition that limits the display based on forum ID.

Quote:

Originally Posted by supertemplado (Post 2519498)
Installed the latest version ob VB4 , it works but in AdminCP i dont get the TAB to do all the settings. it is not just there. (only general settings)

Add yourself to Super Administrators in config.php :)


Fillip

supertemplado 10-23-2014 08:04 AM

Quote:

Originally Posted by DragonByte Tech (Post 2519641)

Add yourself to Super Administrators in config.php :)


Fillip

hi,

i am ofcourse :)

Amenadiel 10-27-2014 06:04 PM

Quote:

Originally Posted by DragonByte Tech (Post 2519641)
There is no such option, sorry :(

You will need to enable manual deployment, and then edit the code in to your FORUMDISPLAY template and wrap it in an if condition that limits the display based on forum ID.

Oh, there's been a misunderstanding. I thought the default procedure for adding the shoutbox was to manually activate it on a per-forum basis.

It turns out the shoutbox was in my forumhome all along. It's just that I couldn't see it, because the .collapse style was set to display:none;

DragonByte Tech 12-01-2014 07:03 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

Skaut 12-01-2014 07:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 2525152)
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

Hey can you please tell me where does the shoutbox pulls smilies from? When I right click the smily and copy URL I get this: yoursmiles.org/tsmile/sex/t1587.gif

How do I make it to look in my /images/smilies folder for smilies?

ForceHSS 12-02-2014 06:09 AM

Quote:

Originally Posted by Skaut (Post 2525162)
Hey can you please tell me where does the shoutbox pulls smilies from? When I right click the smily and copy URL I get this: yoursmiles.org/tsmile/sex/t1587.gif

How do I make it to look in my /images/smilies folder for smilies?

dbtech/vbshout/images/editor

croslers 12-15-2014 04:24 AM

When you shout in my box nothing happens. The user shows up on right hand side but nothing in the box appears.

I had prior versions running just fine so not sure what I did wrong. I also chomd the specified directory to 777 as instructions say.

Any tips on where to start looking would be would be greatly appreciated!

Thank you!

TheRealso0sick 12-18-2014 02:48 PM

@DragonByte Tech

Hi,
is it possible to set a message like "You have been banned from the shoutbox"
instead of removing the shoutbox completely, when a user gets banned?

I was looking through the templates for a "user is banned"-condition but I couldn't find it

TheRealso0sick 12-23-2014 07:28 PM

Quote:

Originally Posted by TheRealso0sick (Post 2527940)
@DragonByte Tech

Hi,
is it possible to set a message like "You have been banned from the shoutbox"
instead of removing the shoutbox completely, when a user gets banned?

I was looking through the templates for a "user is banned"-condition but I couldn't find it

Push :/

FCDobbs 12-24-2014 01:25 AM

Is there any way we can show images/videos in the Shout box ?

Thanks

croslers 12-28-2014 02:23 AM

Quote:

Originally Posted by croslers (Post 2527248)
When you shout in my box nothing happens. The user shows up on right hand side but nothing in the box appears.

I had prior versions running just fine so not sure what I did wrong. I also chomd the specified directory to 777 as instructions say.

Any tips on where to start looking would be would be greatly appreciated!

Thank you!

Well I figured it out on my own. When I updated to the latest VB4 PLxxx It broke compatibility with the theme I was using. So I had to completely remove then re-install and set perms. After that all is well!

Maybe this will help someone else out there trying to figure out what went wrong on there last VB Update.

DragonByte Tech 12-29-2014 04:43 PM

Quote:

Originally Posted by FCDobbs (Post 2528572)
Is there any way we can show images/videos in the Shout box ?

Thanks

That is not currently supported, due to the way content is reloaded in the SB at this time.


Fillip

Gamelobby 01-07-2015 06:25 AM

I just noticed there is a "User Tags" tab.. is that from the Twitch mod.?
If so cool.
If NOT, how do i get rid of it, it has the same stuff as the general tab.

Thanks

ozzy47 01-07-2015 09:44 AM

No, it is from the mod [DBTech] Advanced User Tagging v3 (vB4)

So go to the settings for the mentioned mod, and untick the settings for Shoutbox Integration

hugh_ 01-07-2015 07:46 PM

Nice mod. Can I suggest adding the following... Messages to users who are offline to send a regular private message. Thanks.

cc10 01-10-2015 02:02 PM

i am a customer and used facebook login to use your site, as it is now not active as an option i cannot login get the latest update for the vb4shoutbox 6.2.7, please advise how i login as i also have a fault i need looking into with vb shout.

DragonByte Tech 01-12-2015 05:47 PM

Quote:

Originally Posted by hugh_ (Post 2531078)
Nice mod. Can I suggest adding the following... Messages to users who are offline to send a regular private message. Thanks.

Online/Offline detection in the Shoutbox is a bit dodgy, so that wouldn't be an easy feature to implement unfortunately.

Quote:

Originally Posted by cc10 (Post 2531684)
i am a customer and used facebook login to use your site, as it is now not active as an option i cannot login get the latest update for the vb4shoutbox 6.2.7, please advise how i login as i also have a fault i need looking into with vb shout.

Use the Lost Password feature with the email address associated with your FB account :)


Fillip

DragonByte Tech 01-12-2015 06:50 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

dknelson 01-13-2015 10:07 PM

I installed this today but am confused about what is included in the "Lite" version. The description clearly says "customizable sounds" but I don't see anywhere to customize them. Is this feature included or not?

ryanryan05 01-15-2015 07:44 AM

When I try and upload this I get this error message.

"/home/exodusps/public_html/core/packages/dbtechvbshout/class_install.php"

Taringa! CS 01-15-2015 03:56 PM

Smiles are parsed on thread titles, is it possible to fix it?

ninjashoes 01-15-2015 07:28 PM

Since I upgraded to the latest version, every time a user posts, it shows the last "so and so has hit x number of threads or x number of posts" notification in the box and it keeps doing it every time like something got stuck.

It would be cool if the free version could let you turn those notifications off as cool as they are, something seems to be buggy about it.

edit: I went back and these notifications are actually called "Milestones". My apologies for not having the paid version, I'm tapped out at the moment.

ninjashoes 01-16-2015 07:55 PM

So I went through and switched and switched my usergroups to "is master of shoutbox" then I switched back and it seemed to have jogged it out of the weird repeating milestone thing.

Maybe that will help some folks having that info.

DragonByte Tech 01-19-2015 05:03 PM

Quote:

Originally Posted by ryanryan05 (Post 2532631)
When I try and upload this I get this error message.

"/home/exodusps/public_html/core/packages/dbtechvbshout/class_install.php"

This is the vB4 version, it does not install on vB5.

Quote:

Originally Posted by Taringa! CS (Post 2532687)
Smiles are parsed on thread titles, is it possible to fix it?

Not at this time, sorry :(


Fillip

DragonByte Tech 01-19-2015 05:12 PM

vBShout v6.2.7 Patch Level 1

Bug Fixes:
  • PM titles will no longer display to users that can't read them


Fillip

Dieter27 01-25-2015 09:44 AM

is this serieus only included in the pro version to enable avatrs in the shoutbox or also available in lite ?

ozzy47 01-25-2015 09:58 AM

Yes avatars is a Pro only feature.

the one 02-01-2015 06:47 PM

Ok i have installed db tech vb shout

Looks very nice and its just under the navbar

This is not the pro version but i would like to make a chat tab on the navbar so when you click it it takes you to the chat.Also is there anyway of making this shoutbox any bigger

Many thanks

ForceHSS 02-01-2015 06:55 PM

No this is not the pro version you would need to go to their site to get it
To make it bigger go to admincp/DBTech - vBShout/Instance Management edit instance1 scroll down until you see the correct options for Shoutbox Height. To the tab on the navbar really no need for it as the shoutbox is on the forum page and can be seen for the groups that you give permissions to see it so no reason to have the tab


All times are GMT. The time now is 07:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07650 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
  • (1)bbcode_code_printable
  • (17)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