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
  #152  
Old 02-26-2012, 06:05 PM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

David, is there a demo of AdminCP for pro version available anywhere?
Reply With Quote
  #153  
Old 02-26-2012, 06:37 PM
DavidsMods DavidsMods is offline
 
Join Date: Oct 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
David, is there a demo of AdminCP for pro version available anywhere?
Not at the moment no! Sorry!

- David
Reply With Quote
  #154  
Old 02-26-2012, 09:01 PM
ewebdesigner ewebdesigner is offline
 
Join Date: Dec 2010
Location: Tennessee
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will I be allowed to cancel the site stream and only have user statuses?
Reply With Quote
  #155  
Old 02-26-2012, 10:22 PM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

David, I'd suggest adding the reply notification to the lite version.
It would be a nice feature to have.

BTW, How do I edit the background for the status box?
Reply With Quote
  #156  
Old 02-26-2012, 10:58 PM
DavidsMods DavidsMods is offline
 
Join Date: Oct 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ewebdesigner View Post
Will I be allowed to cancel the site stream and only have user statuses?
There are options available for that

Quote:
Originally Posted by thecore762 View Post
David, I'd suggest adding the reply notification to the lite version.
It would be a nice feature to have.

BTW, How do I edit the background for the status box?
I'll be assessing the streams in a future version. It may or may not be added to lite then. As for the status box, you can find all CSS in the dmods_live.css template!

- David
Reply With Quote
  #157  
Old 02-26-2012, 11:11 PM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not sure which one is the one that I need to change to make it black background.

Code:
.stream {
    width: 100%;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #D0D0D0;
    padding: 10px;
    margin: 10px;
}

.live_hover:hover {
    background: {vb:var vboptions.dmods_live_stream_hover};
}

.dmods_bold {
    font-weight: bold;
}

.dmods_additional {
    margin: 12px !important;
    margin-left: 18px;
    padding: 4px;
    width: auto;
    border-left: 8px solid #F5F5F5;
}

.dmods_small {
    font-size: 10px;
}
Reply With Quote
  #158  
Old 02-27-2012, 01:20 AM
DavidsMods DavidsMods is offline
 
Join Date: Oct 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
I am not sure which one is the one that I need to change to make it black background.

Code:
.stream {
    width: 100%;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #D0D0D0;
    padding: 10px;
    margin: 10px;
}

.live_hover:hover {
    background: {vb:var vboptions.dmods_live_stream_hover};
}

.dmods_bold {
    font-weight: bold;
}

.dmods_additional {
    margin: 12px !important;
    margin-left: 18px;
    padding: 4px;
    width: auto;
    border-left: 8px solid #F5F5F5;
}

.dmods_small {
    font-size: 10px;
}
Add the following to the end of the file:

Code:
#dmods_status {
    background: #000000;
    color: #FFFFFF;
}
- David
Reply With Quote
  #159  
Old 02-27-2012, 01:27 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many thanks David

Maybe that can also be added to the script to the plugin next version.
I doubt many would have to change this, but I am sure few would find this useful.
Reply With Quote
Благодарность от:
DavidsMods
  #160  
Old 02-27-2012, 01:46 AM
clutchthese clutchthese is offline
 
Join Date: Apr 2011
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed. I upgraded to 1.4.1...

I thought i was already on it, as the version in admincp reflected 1.4.1

Anyways, thanks for the reply, David. All is well now.
Reply With Quote
Благодарность от:
DavidsMods
  #161  
Old 02-27-2012, 02:25 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please refrain from discussing the Paid/Pro version in this thread, please PM DavidsMods directly or contact him on the site you purchased from respectively.

Thanks!
Reply With Quote
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 12:23 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.05283 seconds
  • Memory Usage 2,351KB
  • 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
  • (3)bbcode_code
  • (4)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
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)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