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
vFcoders - Activity Stream (Sideblock) Details »»
vFcoders - Activity Stream (Sideblock)
Version: 1.00, by Badshah93 Badshah93 is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: vBulletin Forum Sideblocks - Version: 4.2.x Rating:
Released: 05-31-2012 Last Update: 05-31-2012 Installs: 60
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

.::vFcoders - Activity Stream (Sideblock)::.

What is it?
=====================================
This mod will display activitystream in sideblock and uses AJAX technology to filter the contents.

Features
=====================================

1. All Features which is there in vB Default Activity Stream.
2. Uses AJAX technology so user don't have to refresh to filter contents.
3. No Template Edits.

DEMO
=====================================
Code:
http://www.screencast-o-matic.com/watch/cl1VDdG7S
New Installation Instructions
=====================================
1. Unzip vFcoders - Activity Stream.zip File.
2. Upload the contents of "UPLOAD" Folder to forumroot.
3. In the Product Manager in AdminCP, import the product XML file inside "XML" Folder

Uninstalling:
=====================================
1. Uninstall the product from the Product Manager in the AdminCP.

Mod History:

v1.0 : 01 June 2012 : First Release.



vFcoders - Activity Stream (Widget)


-> Click On Mark As Installed If You Have Installed This Mod.
-> You Can Nominate it also for Mod Of The Month.
-> If u like my work, you can Donate me also.

Download Now

File Type: zip vFcoders - Activity Stream.zip (8.4 KB, 366 views)

Screenshots

File Type: png activitystream.png (54.8 KB, 0 views)
File Type: jpg Activity Stream (admincp).jpg (103.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
asprens, BCP Hung, eTiKeT?, mjfutures, reddyink

Comments
  #12  
Old 06-01-2012, 07:24 PM
Kraxell's Avatar
Kraxell Kraxell is offline
 
Join Date: Jun 2010
Location: Germany
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible to make a cms widget?
Reply With Quote
  #13  
Old 06-01-2012, 07:42 PM
qpurser qpurser is offline
 
Join Date: Jul 2011
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent. Thanks so much.
Was waiting for this....

Looks great but I just want so save some space and therefore would like not to show to avatar.
Which template should I edit to remove the Avatar.

Michael
Reply With Quote
  #14  
Old 06-01-2012, 07:58 PM
rafiul's Avatar
rafiul rafiul is offline
 
Join Date: Jun 2009
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks its working.Good job.
Reply With Quote
  #15  
Old 06-01-2012, 07:59 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ran into a problem, it wont display for some reason. I am using the Everywhere sidebar mod, do you think that is it?

It shows up like the other blocks in the admincp, just not on the forumhome.

Thanks again,

-Jason
Reply With Quote
  #16  
Old 06-02-2012, 12:28 AM
Badshah93 Badshah93 is offline
 
Join Date: Jun 2010
Location: India
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kraxell View Post
Possible to make a cms widget?
ya will make it today.



BTW, i forgot to tell that there is option in admincp -> settings -> activity stream to change number of default items to be displayed in Sideblock.
Reply With Quote
  #17  
Old 06-02-2012, 12:38 AM
Badshah93 Badshah93 is offline
 
Join Date: Jun 2010
Location: India
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tsptom View Post
This is great! Thanks!

How would I change the font on the sidebar to match the font of my other sidebars? Appreciate it.

Open actstream_sideblock.css template

Replace
Code:
font-size:{vb:stylevar activitystreamcontent_font.fontSize}{vb:stylevar activitystreamcontent_font.units};
With
Code:
font-size: 11px;  /* Adjust it as per your forum */

Quote:
Originally Posted by qpurser View Post
Excellent. Thanks so much.
Was waiting for this....

Looks great but I just want so save some space and therefore would like not to show to avatar.
Which template should I edit to remove the Avatar.

Michael

Open actsream_sideblock.css Template

Find:
Code:
li.activitybit .avatar {
	float:{vb:stylevar left};
	padding-{vb:stylevar right}:{vb:stylevar padding};
	width: 30px;
}
Replace it With:
Code:
li.activitybit .avatar {
	float:{vb:stylevar left};
	padding-{vb:stylevar right}:{vb:stylevar padding};
	width: 30px;
        display: none;
}

Find:
Code:
li.activitybit .content.hasavatar {
	margin-{vb:stylevar left}: {vb:math 60 + {vb:stylevar padding}};
}
Replace it With:
Code:
li.activitybit .content.hasavatar {
	margin-{vb:stylevar left}: {vb:stylevar padding};
}
Reply With Quote
Благодарность от:
tsptom
  #18  
Old 06-02-2012, 01:14 AM
qpurser qpurser is offline
 
Join Date: Jul 2011
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks so much for your quick reply.
Works perfect!!
Reply With Quote
  #19  
Old 06-02-2012, 01:48 AM
Badshah93 Badshah93 is offline
 
Join Date: Jun 2010
Location: India
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trackpads View Post
Ran into a problem, it wont display for some reason. I am using the Everywhere sidebar mod, do you think that is it?

It shows up like the other blocks in the admincp, just not on the forumhome.

Thanks again,

-Jason
Ya if you are using everywhere sidebar mod then it won't display.
I quickly gone through everywhere sidebar code and found a way for this problem.

Open Plugin "sidebar_global"

Find: (3 times)
Code:
$fullblockid = str_replace('sgdiscussions', 'sgnewdiscussions', $fullblockid);
Add After it:
PHP Code:
$cccache unserialize($block['configcache']); 
if (
strpos($cccache['html_template'], 'block_activitystream') !== false

   
$fullblockid 'block_activity'

Reply With Quote
  #20  
Old 06-02-2012, 01:55 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It worked! Thanks!
Reply With Quote
  #21  
Old 06-02-2012, 08:28 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's showing up on the top of the sidebar. Anyway I can make it show second? As I wish for something else to show first in the sidebar.
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 10:00 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.05643 seconds
  • Memory Usage 2,358KB
  • Queries Executed 28 (?)
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
  • (8)bbcode_code
  • (1)bbcode_php
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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_postinfo_query
  • fetch_postinfo
  • 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