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 - dmActivityStream - Facebook-like news feed for your forum! (https://vborg.vbsupport.ru/showthread.php?t=264053)

Dismounted 06-12-2011 02:00 PM

Quote:

Originally Posted by BlackThorn (Post 2206649)
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 (Post 2206649)
and "X, now uploaded new an avatar" ?

I will have a look at the feasibility for this.

BlackThorn 06-12-2011 02:23 PM

Quote:

Originally Posted by Dismounted (Post 2206651)
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 (Post 2206651)
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...

Post Reader 06-12-2011 03:22 PM

excellent but will it notify the user or not?

Dismounted 06-13-2011 04:51 AM

Quote:

Originally Posted by Post Reader (Post 2206679)
excellent but will it notify the user or not?

What do you mean?

mitch84 06-13-2011 05:01 AM

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

Post Reader 06-13-2011 08:50 AM

i mean as we get notified on facebook about any reply or or like will this mod do like this?

Dismounted 06-13-2011 11:10 AM

Quote:

Originally Posted by Post Reader (Post 2207009)
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 (Post 2206948)
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.

mitch84 06-13-2011 01:09 PM

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

BaziCenter 06-14-2011 07:11 AM

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.

LbR 06-14-2011 07:33 AM

Interesting feature, will suit my sports forum et all ;)

starman? 06-14-2011 01:50 PM

This is an excellent mod that would be so much better if only it utilised a side-bar block or CMS widget. Tagged.

COL NIL SATIS 06-14-2011 06:11 PM

tagged

FReeSTER 06-15-2011 12:33 AM

For some reason is not adding the link into the navbar mate

EDIT
never mind is there i didnt noticed it. lol

sivaganeshk 06-15-2011 02:07 PM

Awesome ^_^

Dismounted 06-17-2011 06:33 AM

Quote:

Originally Posted by mitch84 (Post 2207106)
another issue now, in my profil I can't change my background if I want customize it, thx

This will be fixed in the next version.
Quote:

Originally Posted by BaziCenter (Post 2207473)
Dismounted, do you have any plan adding a blog product to your Mod?

Eventually, yes. Hopefully this is soon.
Quote:

Originally Posted by starman™ (Post 2207612)
This is an excellent mod that would be so much better if only it utilised a side-bar block or CMS widget. Tagged.

Maybe. I have to assess the impact on the performance of those pages.

Dismounted 06-18-2011 07:01 AM

An minor release has just been pushed live. Enjoy.
  • Adds hook location for additional stream items.
  • Minor cleanup of CSS.
  • Overhaul of profile interface (incl. profile customisation).
  • Improves attachment fetching efficiency.

sscasm 06-18-2011 10:04 AM

Just tried uploading this and when i go to AdminCP to adjust settings....I get this message
"An error occurred while processing the bitfield files, the following information was returned: "
in the section at the top that says Enabled Stream Items.

Any ideas please??

Dismounted 06-18-2011 10:34 AM

Quote:

Originally Posted by sscasm (Post 2209366)
Just tried uploading this and when i go to AdminCP to adjust settings....I get this message
"An error occurred while processing the bitfield files, the following information was returned: "
in the section at the top that says Enabled Stream Items.

Any ideas please??

Where exactly/what do you do to receive this error?

Try re-uploading all the files, freshly downloaded. Make sure you overwrite any old files. Then re-import the XML through the Admin CP.

sscasm 06-18-2011 10:39 AM

I install the files.....then upload the xml file....then head to admincp options and double click on dmactivitystream
It is the first line at the top that says Enabled Stream Items ?? which i assume is normally a yes or a no.

Can i rename the file 'upload' and try again?

EDIT:
Just did it again....no luck same error??
When i import the xml file it says all fine...no errors.
Its not until i click on the option section in admincp that i get the error???

Dismounted 06-18-2011 01:22 PM

Quote:

Originally Posted by sscasm (Post 2209376)
Can i rename the file 'upload' and try again?

What do you mean rename "upload"? You upload all the files inside that folder into the root folder of your vBulletin installation. That is, put the "packages", "images" and "includes" folders into the same folder as "forum.php" is.

sscasm 06-18-2011 01:39 PM

Done it about 5 times now and same thing every time.... :(

sivaganeshk 06-18-2011 03:58 PM

anyone else updated and working?
Only sscasm is facing d prob?

EquinoxWorld 06-18-2011 06:19 PM

Confirmed 4.1.4 working great!

This would be so much more epic if it can be turned into a forum block or widget. Looks awesome!

sscasm 06-19-2011 12:18 AM

All Fixed....seemed to be a cache issue (dunno why though)

Anyway.....after some sleep and trying again....it all works fine!! (on 4.1.4 as well)

Thanks for your help.

thecore762 06-19-2011 07:43 PM

Nice plugin :)

CRDeveloper 06-20-2011 01:21 AM

Very nice and clean mod, Installed on 4.1.4 working fine!

fukdawrld 06-20-2011 08:37 AM

Is it possible to make this a widget or block?

AliMadkour 06-20-2011 10:46 AM

really its very good mod,,
I think about it before but I wasn't have time to programing it

Can I add it to homepage ? index.php

EquinoxWorld 06-20-2011 11:45 AM

Quote:

Originally Posted by fukdawrld (Post 2210288)
Is it possible to make this a widget or block?

Mega Bump! Would be awesome if we could have this as a forum block or widget. :)

just.b.jealous 06-21-2011 05:01 AM

Working great so far! 4.1.3

cloferba 06-25-2011 02:28 PM

Put this as a forum block or on forum index!

Dismounted 06-28-2011 12:07 PM

Quote:

Originally Posted by fukdawrld (Post 2210288)
Is it possible to make this a widget or block?

Already answered. ;)

https://vborg.vbsupport.ru/showpost....0&postcount=55

Alfa1 06-29-2011 11:09 AM

Nominated!

A widget would be nice indeed.

egysc 07-03-2011 12:21 PM

the last version has a problem which is : the privacy as every member now can now the whole activities for any member , could it be based on friendship only?

Dismounted 07-04-2011 07:16 AM

Quote:

Originally Posted by sciencesway.com (Post 2216188)
the last version has a problem which is : the privacy as every member now can now the whole activities for any member , could it be based on friendship only?

The best solution to this issue is to add to the "Profile Privacy" settings page. I will see if that is possible.

grey_goose 07-04-2011 04:16 PM

Very cool mod.

Dismounted 07-14-2011 10:26 AM

Thanks for getting this into the MOTM poll for this month! :)

Gemma 07-14-2011 11:08 AM

How hard would it be to add streams from something like v3 Arcade? Is there some sort of how to?

Dismounted 07-14-2011 12:18 PM

Just released a vBookie integration for dmActivityStream. :)

Quote:

Originally Posted by Gemma (Post 2220392)
How hard would it be to add streams from something like v3 Arcade? Is there some sort of how to?

For someone with moderate experience with PHP - especially in OOP - really, really damned easy. Look at my vBookie integration. :cool:

LisaArnold 07-24-2011 03:19 AM

Thanks, dmActivityStream works very nice with 4.1.4 pl2. :)


All times are GMT. The time now is 01:03 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.01387 seconds
  • Memory Usage 1,831KB
  • 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
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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