Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[DavidsMods] vBLive Lite - Global User Statuses and Site Stream! Details »»
[DavidsMods] vBLive Lite - Global User Statuses and Site Stream!
Version: 1.4.1, by DavidsMods DavidsMods is offline
Developer Last Online: Sep 2020 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.10 Rating:
Released: 01-24-2012 Last Update: 02-17-2012 Installs: 54
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

vBLive
DavidsMods is proud to present vBLive. Bring your forum alive with Facebook like status updates and a live stream of site activity! This mod boosts user activity by providing live updates of user activity in a convenient area along with the ability to update their thoughts globally throughout your forum

----------------------------------------------------------------------

If you enjoy our mod, please consider marking it as "Installed" and/or nominating it for Mod of the Month.

----------------------------------------------------------------------

Further information and priority support can be found at http://www.davidsmods.com

----------------------------------------------------------------------

Features (Pro & Lite)
  • Lite
    • Global user status updates.
    • User status display in user profiles.
    • User status display in user postbits.
    • User status updates posted to site stream.
    • New threads posted to the site stream.
    • Forum block which display latest X streams.
    • Automatic refreshing of the site stream.
    • Option to set maximum amount of characters allowed for statuses.
    • Option to set which forums new thread/reply streams should be allowed in.
    • Option to set the refresh rate of the site stream.
  • Pro
    • New registrations posted to the site stream.
    • New thread replies posted to the site stream.
    • New friends posted to the site stream.
    • New calendar events posted to the site stream.
    • New CMS comments posted to the site stream.
    • New calendar events posted to the site stream.
    • New private messages posted to the personal site stream.

----------------------------------------------------------------------

Copyright
Small linkback to DavidsMods.com may be added to footer.

Download Now

File Type: zip [DavidsMods.com] vBLive 1.4.1 Lite.zip (148.1 KB, 248 views)

Screenshots

File Type: png forumhome.png (7.9 KB, 0 views)
File Type: png profile.png (22.5 KB, 0 views)
File Type: jpg thread.jpg (28.9 KB, 0 views)
File Type: jpg stream.jpg (31.6 KB, 0 views)
File Type: png block.png (26.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
K4GAP

Comments
  #122  
Old 02-13-2012, 03:15 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DavidsMods View Post
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!
Reply With Quote
Благодарность от:
savraot
  #123  
Old 02-13-2012, 03:26 PM
glen290's Avatar
glen290 glen290 is offline
 
Join Date: Apr 2008
Location: Haydock UK
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found a bit of a strange bug, the sideblock works fine until I enable everywhere sidebar, then it disappears..
Reply With Quote
  #124  
Old 02-13-2012, 03:28 PM
DavidsMods DavidsMods is offline
 
Join Date: Oct 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lild100 View Post
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
Reply With Quote
  #125  
Old 02-13-2012, 07:12 PM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #126  
Old 02-14-2012, 01:30 AM
cherylferraro cherylferraro is offline
 
Join Date: Oct 2005
Location: California
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm interested, this seems very useful.

Tagged and will revisit later to see how it develops.
Reply With Quote
  #127  
Old 02-14-2012, 04:17 AM
savraot savraot is offline
 
Join Date: Dec 2009
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way that User can delete his own status updates from the stream?

-edit-

smilies don't work in stream
Attached Images
File Type: jpg stream_delete.jpg (24.0 KB, 0 views)
File Type: png smilie.PNG (9.2 KB, 0 views)
Reply With Quote
Благодарность от:
Mr_Running
  #128  
Old 02-15-2012, 11:19 AM
Ziki's Avatar
Ziki Ziki is offline
 
Join Date: Nov 2005
Posts: 2,704
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #129  
Old 02-15-2012, 02:09 PM
DavidsMods DavidsMods is offline
 
Join Date: Oct 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by savraot View Post
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
Reply With Quote
  #130  
Old 02-15-2012, 05:38 PM
savraot savraot is offline
 
Join Date: Dec 2009
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
These will be added possibly in the next update!
THX, David
Reply With Quote
Благодарность от:
DavidsMods
  #131  
Old 02-15-2012, 11:46 PM
DavidsMods DavidsMods is offline
 
Join Date: Oct 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 1.4.1!

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

- David
Reply With Quote
Благодарность от:
BCP Hung
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05812 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete