Forum Activity for @garymoncrieff

gary.moncrieff
@garymoncrieff
04/15/15 10:33:12AM
865 posts

Tag Cloud - Module specific


Design and Skin Customization

Yes for a list have something like this in your index.tpl file

{jrCore_list module="jrAudio" group_by="audio_genre" template="audio_genres.tpl"}

and then the audio_genres.tpl would look something like this

{if isset($_items)}
    {jrCore_module_url module="jrAudio" assign="murl"}
    <ul>
    {foreach from=$_items item="item"}
          <li>{$item.audio_genre}</li>
    {/foreach}
    </ul>
{/if}

updated by @garymoncrieff: 04/15/15 10:33:44AM
gary.moncrieff
@garymoncrieff
04/14/15 10:45:20PM
865 posts

Three quick questions about Groups


Ning To Jamroom

1. There is no way to lock in the group forum. I imagine this is because the Group discussions are basically a story with a comment thread. What might be needed here is an update to the comments module to allow some sort of no more comments option.


updated by @garymoncrieff: 04/14/15 10:46:45PM
gary.moncrieff
@garymoncrieff
04/14/15 02:33:21AM
865 posts

Tag Cloud - Module specific


Design and Skin Customization

Thanks Michael

The solution came to me on my way to work but had to sort out server after installing an update to a Wordpress site it took it down.

For the purposes of others, what I wanted to do was to show all profile tags for specific quotas.

So was able to achieve this using

{jrTags_cloud search="tag_module in jrProfile" search1="profile_quota_id = 8" height=300}

Amazing how much you forget after being away for a few months.
gary.moncrieff
@garymoncrieff
04/14/15 12:06:36AM
865 posts

Tag Cloud - Module specific


Design and Skin Customization

Ok for now the for the next level.

{jrTags_cloud search="tag_module in jrProfile" height=300}

Is it possible to search for tags on a specific quotas profile?
gary.moncrieff
@garymoncrieff
04/13/15 10:54:58PM
865 posts

Tag Cloud - Module specific


Design and Skin Customization

Thank you, so if I am understanding this correctly I can search for any datastore item in a similar fashion? I seen the module name was stored in tag_module in the tags datastore but couldn't see it as available in debug to use.
gary.moncrieff
@garymoncrieff
04/13/15 08:00:10AM
865 posts

Tag Cloud - Module specific


Design and Skin Customization

Hey

I have tried numerous ways included what you suggested and it still shows all tags, the reason I know this is I am trying it in events and I know there are no tags on any test events yet, so no tags should show in the tag cloud.
gary.moncrieff
@garymoncrieff
04/13/15 03:19:15AM
865 posts

Tag Cloud - Module specific


Design and Skin Customization

Hey All

Is there a way to filter the tag cloud to show only tags from the relevant module. ie In the Events section of my sites frontend only show Event related tags, Music section, music related tags etc.

Having difficulty discovering all the wee tricks for searching and ordering in smarty.

I tried this to no avail

{jrTags_cloud module="jrEvent" height="300" assign="tag_cloud"}

Thanks
updated by @garymoncrieff: 05/18/15 02:25:52PM
gary.moncrieff
@garymoncrieff
04/12/15 09:33:31PM
865 posts

Profile Tweaks - Tweak


Design and Skin Customization

Hey Guys

I know you are looking into an issue in this module and wanted to suggest one other usability improvement, albeit may not be all that useful to a lot of people.

In the customize area of profile, when a user selects a profile skin, what I propose is underneath this box, pull the skin images in via AJAX to show a quick overview of what the layout/look will be. That way they see a preview without having to save, check their profile and then change again if they don't like it.

As I said I am not sure how many would find this useful unless you plan on giving quotas the option to choose between multiple profile layouts.

Anyone else any thoughts on this?
updated by @garymoncrieff: 05/15/15 07:25:38AM
gary.moncrieff
@garymoncrieff
04/12/15 09:10:55PM
865 posts

Merchandise Store


Suggestions

Thanks that's what I thought otherwise it wouldn't have been like this.
  51