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)
-   -   Miscellaneous Hacks - Activity Stream Enhancements (https://vborg.vbsupport.ru/showthread.php?t=283762)

Gamelobby 12-28-2012 06:20 PM

Quote:

Originally Posted by sticky (Post 2372257)
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

e24h 08-27-2013 09:31 AM

Great!

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

Quote:

Originally Posted by RichieBoy67 (Post 2446310)
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:
Code:

if ($this->info['forum']['forumid'] == '4'){
$this->set_info('skip_activitystream', true);
}

New plugin at hook postdata_presave
Code:

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

yin9 05-24-2020 07:52 PM

Many thanks. Works on 4.2.5 and PHP 7.1.3.


All times are GMT. The time now is 05:07 AM.

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.01178 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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