The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||
.::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 ===================================== 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
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
![]()
Forum Block Manager. (change the displayorder)
|
#23
|
|||
|
|||
![]()
Haha, my bad. Sorry. I didn't think the plugin would actually add a new sideblock as well so I never noticed this. I wonder if the avatar can be different like avatar icons. I've decreased the size of the avatars within the css code, but it doesn't go smaller beyond a certain size.
|
#24
|
||||
|
||||
![]()
Hot to resize the avatar width in side block automatically, i mean where(templete) i can set default avatar width for this?
|
#25
|
|||
|
|||
![]() Quote:
Add At Bottom: Code:
li.activitybit .avatar img { width: 30px; } Find: Code:
li.activitybit .content.hasavatar { margin-{vb:stylevar left}: {vb:math 60 + {vb:stylevar padding}}; } |
#26
|
||||
|
||||
![]() Quote:
|
#27
|
||||
|
||||
![]()
Mine is not properly styled for some reason?
|
#28
|
|||
|
|||
![]()
as i said earlier in (poll in sideblock) thread that "Forum Sideblock" coding for your skin is sightly different from vB Default.
You will need to edit "block_activitystream" template to make it match with other sideblocks. |
#29
|
||||
|
||||
![]()
Please help me out as I cannot figure it out, not to mention your mod is causing all other blocks to disappear when enabled.
I'm using this modified code now Quote:
Quote:
|
#30
|
|||
|
|||
![]()
Try This
Code:
<script type="text/javascript" src="includes/vfc_as_block/js/vfc_as_block.js"></script> {vb:cssfile actstream_sideblock.css} <script type="text/javascript"> <!-- var activity_stream_options = { 'type' : 'home', 'mindateline' : '{vb:raw actdata.mindateline}', 'maxdateline' : '{vb:raw actdata.maxdateline}', 'minscore' : '{vb:raw actdata.minscore}', 'minid' : '{vb:raw actdata.minid}', 'maxid' : '{vb:raw actdata.maxid}', 'count' : '{vb:raw actdata.count}', 'totalcount' : '{vb:raw actdata.totalcount}', 'perpage' : '{vb:raw actdata.perpage}', 'sortby' : '{vb:raw actdata.sortby}', 'time' : '{vb:raw actdata.time}', 'show' : '{vb:raw actdata.show}', 'newcontent' : '{vb:raw actdata.new}', 'refresh' : '{vb:raw actdata.refresh}' }; // --> </script> <li> <div class="block smaller"> <div class="vbcat"><div class="vbcat_left"><div class="vbcat_right"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_activity" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_activity"/></a> <span class="blocktitle">{vb:raw blockinfo.title}</span> <span class="activitystream" style="margin:0px;float:right;display:block;" id="streamfilter"> <div class="popupgroup"> <div class="popupmenu"> <a href="javascript://" class="popupctrl" id="filterpopup">{vb:rawphrase filter}</a> <table class="popupbody popuphover filter"> <thead> <tr> <th>{vb:rawphrase sort_by}</th> <th>{vb:rawphrase time}</th> <th>{vb:rawphrase show}</th> </tr> </thead> <tbody> <tr id="vfc_filters"> {vb:raw filters} </tr> </tbody> </table> </div> </div> </span> </div> </div></div></div> <div class="widget_content blockbody floatcontainer"> <div id="block_activity" class="blockrow"> {vb:raw content} </div> </div> <div class="vbcat_bottom"><div class="vbcat_bottom_left"><div class="vbcat_bottom_right"> </div></div></div> </div> <div class="underblock"></div> </li> <script type="text/javascript" src="clientscript/vbulletin_activitystream.js?v={vb:raw vboptions.simpleversion}"></script> |
#31
|
||||
|
||||
![]()
Is there anyway this can be expanded to also show in the activity stream when a new person registers for the site as well?
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|