View Full Version : Miscellaneous Hacks - Activity Stream Enhancements
Andreas
05-30-2012, 10:00 PM
This Add-on enhances the functinality of the Activity Stream
Current Features
Profile Privacy Setting
Global On/Off Switch
If set to off nobody will be able to view the Activity Stream, but data will still be aggregated.
To turn off data aggregation uncheck all activities.
Usergroup permission
Planned Features
These features will be added in future releases:
Activity Stream RSS
Activity Stream Widget
Activity Stream Block
Friends Activity display in User CP
Tracking of user profile changes (User Title, Signature, Avatar, Profile Picture, Profile Fields)
UserCP setting to control appearance of "My Activity" in activity stream (except on profile)
Merenguista
05-31-2012, 05:45 PM
Thank's Andreas ..
CharlieDelta
05-31-2012, 06:35 PM
Excellent!!
Hornstar
06-01-2012, 06:10 AM
You've done it again! And with the planned features...wow!
I hope we dont lose you with vbulletin germany on the brink.
Boofo
06-01-2012, 11:59 AM
Nice idea, but some sort of error meeds to display explaining what is happening when they click on th What's New button.
Boofo
06-01-2012, 12:53 PM
I had to disable this for now as once you turn if off and turn it back on, it still won't show the activity stream anymore with the What's New navtab. Also, I did not see the permissions for this in the Usergroups settings. For Admins, anyway.
Andreas
06-01-2012, 02:54 PM
*doh*
The bitfield XML was missing ...
Upload, Rebuild, Set permissions and it should work.
Boofo
06-01-2012, 03:04 PM
Were we in a hurry earlier? LOL
Thank you for the fix, sir. ;)
Boofo
06-01-2012, 03:17 PM
That fixed it but I would suggest having the usergroups option set to yes on default, instead of no.
Andreas
06-01-2012, 03:21 PM
Yeah, I also thought about that but then I thought again:
Whoever is installing this Add-on might want to disable AS completely so Off might be a better default?
Apatr from that, Off requires no additional installation code :D
Boofo
06-01-2012, 03:40 PM
True. I never looked at it that way, I guess. It would also be nice to either disable the What's New button for those groups that have it set to off or change the link to show the new posts like it did before 4.2.
Lynne
06-01-2012, 03:47 PM
Very nice!!
tbworld
06-01-2012, 09:48 PM
Thanks Andreas! - Very Nice!
If it wasn't for boofo's comment, about it normally being off -- It would have taken me sometime to figure it out. I just figured I loaded it incorretly. Thanks All!
qpurser
06-01-2012, 10:57 PM
hm. a little confused.
Imported the product-as_enhancements.xml which works fine but what do I do with the
bitfield_as_enhancements.xml?
You can't import it as it it says "Invalid file specified"
edit:
Figured it out already.
I had to upload this file into the includes/xml/ folder
egyptsons
06-04-2012, 10:53 PM
Great! :)
MarekJan
06-25-2012, 04:13 AM
*doh*
The bitfield XML was missing ...
Upload, Rebuild, Set permissions and it should work.
where should this file be uploaded?
hjmaier
07-02-2012, 05:46 AM
It would be great to be able to exclude single forums from the activity stream in the ACP.
W!cKeD
07-04-2012, 10:00 AM
It would be great to be able to exclude single forums from the activity stream in the ACP.
1+
Anyone can be done it?
drayim
07-04-2012, 03:15 PM
Thank you
jesfro
07-16-2012, 09:17 AM
Dear Andreas,
i need a "how to install" advice for the bitfield XML...
davidg
07-16-2012, 01:55 PM
jesfro first read this thread page by page to see for solution
upload bitfield file to your xml folder
jesfro
07-23-2012, 09:20 AM
Thank you, i've already found the solution. Are there any other add-ons regarding the activity stream? i would like to admit our users having the choice to say yes or no to the activity stream...
zakonline
07-31-2012, 09:05 AM
You don't need any Mod for this, Just go to Settings - > Navigation Manager and then just set "No" for Active option
Ramsesx
09-25-2012, 10:08 PM
It would be cool to have the option assigning user group permissions to the preview length.
RichieBoy67
09-27-2012, 07:26 PM
You don't need any Mod for this, Just go to Settings - > Navigation Manager and then just set "No" for Active option
Zak, that setting just turns off the link in the navbar..it does not turn off the activity stream..
Mariner1
10-09-2012, 02:11 PM
How do i stop posts in the staff room from showing in AS please
datoneer
10-09-2012, 08:44 PM
bitfield_as_enhancements.xml
How to install this one?
bzcomputers
10-09-2012, 08:56 PM
bitfield_as_enhancements.xml
How to install this one?
See post #14
https://vborg.vbsupport.ru/showpost.php?p=2335622&postcount=14
sticky
10-11-2012, 09:17 AM
Here are some better activity stream enhancements:
Shows pictures/videos in the stream, complete posts.
Allow users to reply to posts directly in the activity stream without having to leave it to go to the thread.
You could basically have every new post seen and replied to on a single page, brilliant for activity.
Fivestones
11-20-2012, 11:22 PM
thanks great
Gamelobby
12-28-2012, 06:20 PM
Here are some better activity stream enhancements:
Shows pictures/videos in the stream, complete posts.
Allow users to reply to posts directly in the activity stream without having to leave it to go to the thread.
You could basically have every new post seen and replied to on a single page, brilliant for activity.
Very true.. If you're gonna do it, do it all the way.!! (Basically a Facebook "wall")
londoner
03-08-2013, 09:01 AM
a great addon sir thank you very much
webspider
08-16-2013, 06:36 PM
Great job on this. A couple things for future consideration.
- attachments
- pm's
- thanks /dislikes
RichieBoy67
09-17-2013, 07:24 PM
Would like to be able to have specific forums not display in activity stream. That would be a great feature.
sub_ubi
11-20-2013, 01:08 AM
Would like to be able to have specific forums not display in activity stream. That would be a great feature.
New plugin at hook threaddata_presave:
if ($this->info['forum']['forumid'] == '4'){
$this->set_info('skip_activitystream', true);
}
New plugin at hook postdata_presave
if ($this->info['forum']['forumid'] == '4'){
$this->set_info('skip_activitystream', true);
}
tbworld
11-20-2013, 05:38 AM
Thanks for sharing @sub-ui :)
If you have set your forum permissions correctly, the forum thread should not be readable in the activity stream. I retested this in vb4.2.0, vb4.2.1, vb4.2.2
keyla31
03-04-2015, 02:19 PM
this was very helpful, thank you
Many thanks. Works on 4.2.5 and PHP 7.1.3.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.