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)

Alan_SP 06-02-2015 03:10 PM

At the moment you could control this by creating "rookie" usergroup and continue using "normal" registred user usergroup. With promotions system built in vB you control parameters when users become "normal" registered users with all privileges you want them to have. And of course, you can disable all privileges you want disabled for "rookie" users.

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

AusPhotography 06-09-2015 01:38 AM

Suggested improvement, allow "Below Navbar" to also have instance names work at the same time...


Add the following 4 lines as shown in context below

PHP Code:

                    else // add this 4 lines of code to else ... before break.
                    
{
                        
$show['vbshout_' $instance['varname']] = $rendered;
                    } 

Edit upload\dbtech\vbshout\includes\global.php as shown...
PHP Code:

            switch ($instance['autodisplay'])
            {
                case 
1:
                    if (
THIS_SCRIPT == 'index')
                    {
                        
// Below Navbar
                        
if (intval($vbulletin->versionnumber) != 3)
                        {
                            
// vB4 Location
                            
$ad_location['global_below_navbar'] .= $rendered;
                        }
                        else
                        {
                            
// vB3 code
                            
$ad_location['ad_navbar_below'] .= $rendered;
                        }
                    }
                    else 
// add this 4 lines of code to else ... before break.
                    
{
                        
$show['vbshout_' $instance['varname']] = $rendered;
                    }
                    break;
                    
                case 
2:
                    if (
THIS_SCRIPT == 'index')
                    {
                        
// Above Footer
                        
$template_hook['forumhome_below_forums'] .= $rendered;
                    }
                    break; 


DragonByte Tech 06-09-2015 02:35 PM

Quote:

Originally Posted by AusPhotography (Post 2547428)
Suggested improvement, allow "Below Navbar" to also have instance names work at the same time...

Good idea. I've added it for the next version, with a few changes. Here's the full code with context:
PHP Code:

            // Set these per-instance arrays
            
$instanceOptions[$instanceid]         = $instance['options'];
            
$instancePermissions[$instanceid]     = $instance['permissions_parsed'];
            
$bbcodePermissions[$instanceid]     = $instance['bbcodepermissions_parsed'];

            
// Add the rendered template to the varname
            
$show['vbshout_' $instance['varname']] = $rendered;

            if (
THIS_SCRIPT == 'vbshout' OR defined('VBSHOUT_SKIP_AUTODISPLAY'))
            {
                
// Don't need to do anything with this
                
continue;
            }

            switch (
$instance['autodisplay'])
            {
                case 
1:
                    if (
THIS_SCRIPT == 'index')
                    {
                        
// Below Navbar
                        
if (intval($vbulletin->versionnumber) != 3)
                        {
                            
// vB4 Location
                            
$ad_location['global_below_navbar'] .= $rendered;
                        }
                        else
                        {
                            
// vB3 code
                            
$ad_location['ad_navbar_below'] .= $rendered;
                        }
                    }
                    break;

                case 
2:
                    if (
THIS_SCRIPT == 'index')
                    {
                        
// Above Footer
                        
$template_hook['forumhome_below_forums'] .= $rendered;
                    }
                    break;
            } 

This provides the maximum amount of control over the shoutbox deployment :)


Fillip

DragonByte Tech 06-22-2015 07:41 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

AusPhotography 06-22-2015 09:57 PM

Thanks!!

e24h 06-22-2015 11:46 PM

Thank you !

Jorandh 07-03-2015 04:26 AM

How about welcoming a new member with a chat notification?

Like: "Welcome {username} to {boardname}"

This triggered after they did the email confirmation or so :)

ForceHSS 07-03-2015 10:43 AM

Quote:

Originally Posted by Jorandh (Post 2549190)
How about welcoming a new member with a chat notification?

Like: "Welcome {username} to {boardname}"

This triggered after they did the email confirmation or so :)

There is a mod for this already

BeoRski 07-17-2015 04:59 AM

I wish the speed issue will be addressed when it is used together with Advanced User Tagging. Tagging notifications fill up the shout table which makes it very slow over time as they are not automatically pruned together with the shouts.


All times are GMT. The time now is 02:26 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.03499 seconds
  • Memory Usage 1,778KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete