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)
-   -   Add-On Releases - [DavidsMods] vBLive Lite - Global User Statuses and Site Stream! (https://vborg.vbsupport.ru/showthread.php?t=277545)

lild100 02-13-2012 03:15 PM

Quote:

Originally Posted by DavidsMods (Post 2298917)
THank you for the kind words! :) As for your questions, I will be including further moderation options in the next update. To ban words, simply add them to the default vBulletin censored words list and the mod will take care of it for you :)

- David

Thanks for your reply David :)

Does the mod cause many queries? For example if there were 500 people online at once on a board would it cause the baord to slow down?

I have the mod installed and works great so far, think im going to get pro! :)

glen290 02-13-2012 03:26 PM

Found a bit of a strange bug, the sideblock works fine until I enable everywhere sidebar, then it disappears..

DavidsMods 02-13-2012 03:28 PM

Quote:

Originally Posted by lild100 (Post 2299281)
Thanks for your reply David :)

Does the mod cause many queries? For example if there were 500 people online at once on a board would it cause the baord to slow down?

I have the mod installed and works great so far, think im going to get pro! :)

It doesn't cause many queries at all. I doubt it would impact greatly on your site by having it installed! :)

- David

hugh_ 02-13-2012 07:12 PM

Could we have an option to rebuild the stream so posts which have been edited after posting can be updated? Also how about a paginated archive either unique page titles?

cherylferraro 02-14-2012 01:30 AM

I'm interested, this seems very useful.

Tagged and will revisit later to see how it develops.

savraot 02-14-2012 04:17 AM

1 Attachment(s)
is there a way that User can delete his own status updates from the stream?

-edit-

smilies don't work in stream

Ziki 02-15-2012 11:19 AM

I installed this on a client's website and found out that placeholder (predefined text in status bar in header) is not a supported HTML attribute in IE (does not display Status...). If anybody is having this problem as well, below is the fix. The code is not mine, it's a jQuery fix.

Open template headinclude and at the bottom add:

Code:

<script type="text/javascript">
/* <![CDATA[ */
$(function() {
        var input = document.createElement("input");
    if(('placeholder' in input)==false) {
                $('[placeholder]').focus(function() {
                        var i = $(this);
                        if(i.val() == i.attr('placeholder')) {
                                i.val('').removeClass('placeholder');
                                if(i.hasClass('password')) {
                                        i.removeClass('password');
                                        this.type='password';
                                }                       
                        }
                }).blur(function() {
                        var i = $(this);       
                        if(i.val() == '' || i.val() == i.attr('placeholder')) {
                                if(this.type=='password') {
                                        i.addClass('password');
                                        this.type='text';
                                }
                                i.addClass('placeholder').val(i.attr('placeholder'));
                        }
                }).blur().parents('form').submit(function() {
                        $(this).find('[placeholder]').each(function() {
                                var i = $(this);
                                if(i.val() == i.attr('placeholder'))
                                        i.val('');
                        })
                });
        }
});
/* ]]> */
</script>


DavidsMods 02-15-2012 02:09 PM

Quote:

Originally Posted by savraot (Post 2299498)
is there a way that User can delete his own status updates from the stream?

-edit-

smilies don't work in stream

These will be added possibly in the next update! :)

- David

savraot 02-15-2012 05:38 PM

Code:

These will be added possibly in the next update!
THX, David :D

DavidsMods 02-15-2012 11:46 PM

Updated to 1.4.1!

Changes:
- Fixed a bug that would cause new thread/reply streams not to post.

- David


All times are GMT. The time now is 02:29 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.02316 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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
  • (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