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
dmActivityStream - Facebook-like news feed for your forum! Details »»
dmActivityStream - Facebook-like news feed for your forum!
Version: 1.1.1, by Dismounted Dismounted is offline
Developer Last Online: Apr 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.x Rating:
Released: 05-22-2011 Last Update: 06-17-2011 Installs: 176
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

dmActivityStream

Description:
Displays a stream of activities by users. There are two "streams":
  • Friend Activity Stream (Inside User CP/Under Navbar)
  • User Activity Stream (Inside Member Profiles)
Currently, this modification pulls the following stream items:
  • Threads (with Thread Prefixes)
  • Posts (with Attachment Thumbnails)
  • Visitor Messages
  • Group Messages
  • Group Joins
  • Albums
  • Album Pictures
  • Picture Comments
  • Announcements
Installation/Upgrade:
  1. Upload all the files in upload/ into your vBulletin installation.
  2. Install product-dmactivitystream.xml through your Admin CP.
  3. Adjust the options located in vBulletin Options.

Download Now

File Type: zip dmactivitystream-1.1.1.zip (29.6 KB, 806 views)

Screenshots

File Type: png Stream.png (18.9 KB, 0 views)
File Type: png UserCP Link.png (4.0 KB, 0 views)
File Type: png AdminCP.png (89.1 KB, 0 views)
File Type: png Profile Stream.png (49.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
15 благодарности(ей) от:
Adrijan, BaziCenter, BlueCheri, egyptsons, egysc, Erica1977, Gemma, hilfe-forum, Ipuck, LOGECT, nacaruncr, Paul., PaylaX, Pvtiste, Roxie

Comments
  #42  
Old 06-12-2011, 02:00 PM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlackThorn View Post
Can you add "X, now friend with X"
vBulletin currently does not store a date/time for when users become friends. Trying to add this functionality would get messy. Hopefully either: a) IB decides to add it, or b) I find an elegant way to do it.
Quote:
Originally Posted by BlackThorn View Post
and "X, now uploaded new an avatar" ?
I will have a look at the feasibility for this.
Reply With Quote
  #43  
Old 06-12-2011, 02:23 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
vBulletin currently does not store a date/time for when users become friends. Trying to add this functionality would get messy. Hopefully either: a) IB decides to add it, or b) I find an elegant way to do it.
Yes of course you're right but I just think it so, when sending a friend request to any user then, his/her "approve" it then, DATABASE does not work for that function? Example like this;

PHP Code:
    // Make us friends
        
$db->query_write("
                REPLACE INTO " 
TABLE_PREFIX "userlist
                    (userid, relationid, type, friend)
                VALUES
                    (
{$vbulletin->userinfo['userid']}$userinfo[userid], 'buddy', 'yes'),
                    (
$userinfo[userid]{$vbulletin->userinfo['userid']}, 'buddy', 'yes')
            "
);
            
$db->query_write("
                UPDATE " 
TABLE_PREFIX "user
                SET friendcount = friendcount + 1
            WHERE userid IN (
$userinfo[userid], " $vbulletin->userinfo['userid'] . ")
            "
);
            
$db->query_write("
                UPDATE " 
TABLE_PREFIX "user
                SET friendreqcount = IF(friendreqcount > 0, friendreqcount - 1, 0)
            WHERE userid = " 
$vbulletin->userinfo['userid']
        ); 

I know theres no timestamp on SQL Queries however that would be add a "X, with x friend" ... Oh I'm confusing now I'm so sorry that's just a suggestion by me. If you add that feature then we'll be so glad thank you for replies...


Quote:
Originally Posted by Dismounted View Post
I will have a look at the feasibility for this.
Well, I don't know what to say except 'thanks'! hehe ) thank you for your replies. I will wait more feature, regards...
Reply With Quote
  #44  
Old 06-12-2011, 03:22 PM
Post Reader's Avatar
Post Reader Post Reader is offline
 
Join Date: Nov 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent but will it notify the user or not?
Reply With Quote
  #45  
Old 06-13-2011, 04:51 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Post Reader View Post
excellent but will it notify the user or not?
What do you mean?
Reply With Quote
  #46  
Old 06-13-2011, 05:01 AM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, when I'm logged with a statut member I can only see the "streams" of the administrator,, it's normal? and with a statut administrateur the hack work fine, thx
Reply With Quote
  #47  
Old 06-13-2011, 08:50 AM
Post Reader's Avatar
Post Reader Post Reader is offline
 
Join Date: Nov 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i mean as we get notified on facebook about any reply or or like will this mod do like this?
Reply With Quote
  #48  
Old 06-13-2011, 11:10 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Post Reader View Post
i mean as we get notified on facebook about any reply or or like will this mod do like this?
This replicates the "news feed" functionality only. It allows users to see what other users have been doing.

The "notification" functionality you are looking for is completely different in that it is about letting users know what other users have been doing to their content. This is not the goal of this modification.
Quote:
Originally Posted by mitch84 View Post
Hi, when I'm logged with a statut member I can only see the "streams" of the administrator,, it's normal? and with a statut administrateur the hack work fine, thx
The activity stream in the user control panel allows you to see what your friends have done. It only shows stream items from your friends.
Reply With Quote
  #49  
Old 06-13-2011, 01:09 PM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:

The activity stream in the user control panel allows you to see what your friends have done. It only shows stream items from your friends.
thank you, I understand now.
another issue now, in my profil I can't change my background if I want customize it, thx
Reply With Quote
  #50  
Old 06-14-2011, 07:11 AM
BaziCenter's Avatar
BaziCenter BaziCenter is offline
 
Join Date: Sep 2005
Location: Montreal, QC
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dismounted, do you have any plan adding a blog product to your Mod? I ask because I want to know if you don't have any plan, then I write a blog add-on myself.

Improvement of this mod is going nicely and I like it! Nominated for MOTM.
Reply With Quote
  #51  
Old 06-14-2011, 07:33 AM
LbR LbR is offline
 
Join Date: Nov 2009
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting feature, will suit my sports forum et all
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 07:31 PM.


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.05220 seconds
  • Memory Usage 2,372KB
  • 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
  • (1)bbcode_php
  • (8)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
  • (11)post_thanks_box
  • (15)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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