Forum Activity for @garymoncrieff

gary.moncrieff
@garymoncrieff
06/30/15 08:18:22AM
865 posts

New Free Module - Annika (Live Wall)


Announcements

Does pagination work with this module? Been trying for a while now and cant seem to get it too work, click on next page and it offers a json file for download.

<div class="block">
        <div class="title">
            <h2>Recent Activity</h2>
            {if jrCore_module_is_active('jrFeed')}
                <div style="float:right">
                    {jrCore_module_url module="jrFeed" assign="furl"}
                    {jrCore_module_url module="jrAction" assign="murl"}
                    <a title="Update Status" onclick="jrCore_window_location('{$jamroom_url}/{$_user.profile_url}/timeline/')" href="{$jamroom_url}/{$_user.profile_url}/timeline/">
                        <span class="sprite_icon sprite_icon_20"><span class="sprite_icon_20 sprite_icon_20_img sprite_icon_20_plus">&nbsp;</span></span>
                    </a>
                    <a href="{$jamroom_url}/{$furl}/{$murl}/{$profile_url}">{jrCore_icon icon="rss" size="20"}</a>
                </div>
            {/if}
        </div>

        <div class="block_content">
            <div class="item">
                <div id="timeline">
                    {if isset($_post.p)}
                        {jrCore_list module="jrAction"  order_by="_item_id numerical_desc" pagebreak="5" page=$_post.p pager=true}
                    {else}
                        {jrCore_list module="jrAction"  order_by="_item_id numerical_desc" pagebreak="5" page="1" pager=true}
                    {/if}
                </div>
            </div>
        </div>
</div>
gary.moncrieff
@garymoncrieff
06/28/15 10:35:10AM
865 posts

Can using the Form Designer be explained in readable, unabbreviated English in Documentation?


Using Jamroom

Form designer takes it for granted that you at very least know some things about html, fields have certain formats and that is what the help is trying to show you.
gary.moncrieff
@garymoncrieff
06/25/15 09:35:08AM
865 posts

BUG? Profile Menu Items


Using Jamroom

Screenshot
emptytabs.png emptytabs.png - 197KB

updated by @garymoncrieff: 06/25/15 09:35:41AM
gary.moncrieff
@garymoncrieff
06/24/15 10:31:21PM
865 posts

Uploaded images from iOS are rotated


Installation and Configuration

Info on how to register with this are provided in the fields help section
gary.moncrieff
@garymoncrieff
06/24/15 02:32:02AM
865 posts

Page Creator crazy idea


Design and Skin Customization

Hey Guys

I most be stupid pilling more stuff on myself, but lets say I wanted to allow certain Pages created to show in the profile menu.

My thinking would be

Add a checkbox control to the pages from designer, ie pages_show_in_profile_menu

Edit the profile_menu template and add a loop after all the modules to catch all pages from the profile that this checkbox is checked.

But a quick test showed only pages_title shown in debug mode on the profile?

I know this might sound like a weird idea, but if I want to turn some profiles into a site in their own right, that quota will need the ability to add new pages.

I will probably end up manually crafting the profile menus, rather than the best foreach loop structure employed today.
updated by @garymoncrieff: 07/24/15 01:24:14PM
gary.moncrieff
@garymoncrieff
06/23/15 02:07:59PM
865 posts

NingJa Users


Design and Skin Customization

Thanks for confirming folks, thought it might have been due to the amount of customisations I am doing to profile skins.

I think it's the timeline module that will need updated rather than individual skins but could be wrong @strumelia
gary.moncrieff
@garymoncrieff
06/23/15 10:29:40AM
865 posts

NingJa Users


Design and Skin Customization

Hey

Please check out this behaviour, on your timeline click the mentions link, does it redirect you back to the profile index page?

I have a feeling the mentions on the timeline is only configured to work when the timeline is shown on the index page like on all other skins by default.

Thanks
updated by @garymoncrieff: 07/23/15 09:30:35PM
gary.moncrieff
@garymoncrieff
06/23/15 10:14:56AM
865 posts

Profile Layouts


Design and Skin Customization

Nearing completion on this layout now. Doing all these profile layouts is proving very time consuming lol.

Additional footer blocks can be hidden.
Business-Layout-1.jpg Business-Layout-1.jpg - 374KB

updated by @garymoncrieff: 06/23/15 10:19:18AM
gary.moncrieff
@garymoncrieff
06/23/15 09:58:53AM
865 posts

BUG? Profile Menu Items


Using Jamroom

Hey Guys

The Combined Audio and Video profile menu items show to profile visitors when there is no content in these sections. Shouldnt these auto hide like the rest of the sections?

updated by @garymoncrieff: 07/26/15 12:00:02PM
gary.moncrieff
@garymoncrieff
06/23/15 09:38:38AM
865 posts

Questions about the Profile FAQ module (and a comment regarding 'forms')


Using Jamroom

Could you not use the documentation module as the site wide help and keep faq's for the other requirement?
  36