Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
03/01/14 09:02:27AM
517 posts

jrAction ranking help please.


Design and Skin Customization

^^ Yeah this is exactly what I needed. Documentation saves the day again! :) You can close this out, thanks!
iLoveHouseMusic
@ilovehousemusic
02/28/14 01:42:33PM
517 posts

jrAction ranking help please.


Design and Skin Customization

Ah let me dig through the Activity Stream module, templates, thanks!
iLoveHouseMusic
@ilovehousemusic
02/28/14 01:34:03PM
517 posts

jrAction ranking help please.


Design and Skin Customization

This is what I have on the side_home:

{* LATEST ACTIONS *}
{jrCore_list module="jrAction" order_by="_created desc" limit="10" template="side_actions.tpl" assign="SIDE_ACTIONS"}

and this is my side_actions.tpl
{if isset($_items)}
<div class="body_3 mb20">
    <div class="body_3_title">
        <div class="title_2">{jrCore_lang skin=$_conf.jrCore_active_skin id="78" default="Latest"} Actions</div>
    </div>
    <div style="max-height:450px;overflow:auto;">
        {foreach from=$_items item="item"}
            {jrCore_module_url module=$item.action_module assign="murl"}
            <div class="block">
                <div style="display:table">
                    <div style="display:table-row;">
                        <div style="display:table-cell;text-align:left;vertical-align:top;padding-left:5px;">
                            <div class="normal">
                                {$item.action_text|truncate:200:"...":false|strip_tags}
                            </div>
                        </div>
                    </div>
                </div>
                <hr>
            </div>
        {/foreach}
    </div>
</div>
{/if}

But not getting any results - Am I missing something? TIA!
iLoveHouseMusic
@ilovehousemusic
02/28/14 12:17:36PM
517 posts

jrAction ranking help please.


Design and Skin Customization

On the foreach, is it $item.action_module or $item.actions_module ?
iLoveHouseMusic
@ilovehousemusic
02/28/14 12:13:19PM
517 posts

jrAction ranking help please.


Design and Skin Customization

Makes sense, I'll try that thanks!
iLoveHouseMusic
@ilovehousemusic
02/28/14 12:01:23PM
517 posts

jrAction ranking help please.


Design and Skin Customization

So, I was looking at the timeline ranking on the profile_index of a user. What I'm trying to do is a jrAction listing of recent user actions (similar to the comments listing found on jrMediaPro index page).

I checked the documentation at http://www.jamroom.net/the-jamroom-network/documentation/modules/1579/jraction and it seems actions are must be linked to followers or following?
I dont want to discriminate if the viewer is following or not . I simply want to display "most recent site actions by all users". Basically a site recent activity feed. Is that possible? Is that bad practice?

Is there an example of that on any existing skins? I have Nova, Elastic, Projam and MediaPro and didn't find anything. If not, what would that listing code look like?

Thank you in advance!
Brian
updated by @ilovehousemusic: 04/07/14 05:21:35PM
iLoveHouseMusic
@ilovehousemusic
02/28/14 11:52:21AM
517 posts

Follow up about Audio Genres imported


Archived

Well, that's a good point. I suppose I would just have to manually linkify the Audio_genre field... and maybe a separate ranking page for each for the genres (eg www.domain.com/funky) which is how I had it on my JR4 site.

Did I just say "ranking"??
  23