Forum Activity for @garymoncrieff

gary.moncrieff
@garymoncrieff
03/01/15 04:42:45AM
865 posts

Merchandise Store


Suggestions

I see they is a way to export data under the payments tab, I guess this is what Brian meant earlier in the thread as the Products section also has sales data, it's somewhat confusing to say the least, might make sense when sales are being made however.
gary.moncrieff
@garymoncrieff
03/01/15 04:08:34AM
865 posts

Merchandise Store


Suggestions

Also needs a global config option to change default for Item Ships From value in store settings, always defaults to USA.

Excuse my ignorance on this one but I believe another useful feature, if not already present would be options to export sales data to csv for configurable periods. Store owners could then import this into their accounting packages etc.
updated by @garymoncrieff: 03/01/15 04:09:54AM
gary.moncrieff
@garymoncrieff
03/01/15 12:04:33AM
865 posts

Conditionally Hide Block on Profile


Design and Skin Customization

After a good nights sleep, first in a long time I got it, I finally got it.

{if profile_gmJobs_item_count > 0}
.....
{/if}

Thanks guys, been away from Jamroom dev for too long lol
gary.moncrieff
@garymoncrieff
02/28/15 09:36:00AM
865 posts

Conditionally Hide Block on Profile


Design and Skin Customization

It shows when there is a job listing and even when there isnt.
gary.moncrieff
@garymoncrieff
02/28/15 09:28:52AM
865 posts

Google will begin ranking mobile-friendly sites higher starting April 21


Off Topic

✕ Content wider than screen is what it reported, the wrap element is fixed to 600px wide.
gary.moncrieff
@garymoncrieff
02/28/15 08:56:55AM
865 posts

Conditionally Hide Block on Profile


Design and Skin Customization

It is a basic module created with Aparna so I am not sure not could be missing but no combination of this code will work.

I'm not having a good day started off with me deleting my skin while trying to clean up a bit lol luckily I had a copy of the site stored locally in PhpStorm.
gary.moncrieff
@garymoncrieff
02/28/15 07:39:32AM
865 posts

Conditionally Hide Block on Profile


Design and Skin Customization

I tried that too and it doesn't seem to work.
gary.moncrieff
@garymoncrieff
02/28/15 05:23:18AM
865 posts

Conditionally Hide Block on Profile


Design and Skin Customization

That wont hide the block and heading though I aa thinking but I will it, thanks.
gary.moncrieff
@garymoncrieff
02/28/15 04:25:22AM
865 posts

Conditionally Hide Block on Profile


Design and Skin Customization

Hey Guys

I have blocks on my profile index pages which I want to hide if the jrcore_list function returns 0 results.

ie

		        <div class="head_2" style="margin-top:5px;">WE'RE HIRING</div>
		        <div class="block mb20" style="border:1px solid #DEDEDE;">
		            <div class="block_content">
		                <div class="item2">
		
			            {jrCore_list module="gmJobs" profile_id=$_profile_id order_by="_created numerical_desc" limit="3"}
		
		                </div>
		            </div>
		        </div>

What's the easiest way to achieve this? I feel I am overlooking something very obvious lol

updated by @garymoncrieff: 04/03/15 08:43:57PM
gary.moncrieff
@garymoncrieff
02/28/15 03:45:12AM
865 posts

Google will begin ranking mobile-friendly sites higher starting April 21


Off Topic

I tested my skin, which is at its base Mediapro and it passed just fine. What I should add is the beta launch plugin is not mobile ready and if you have this activated when this goes live it will hurt in the short to medium term.
updated by @garymoncrieff: 02/28/15 03:46:04AM
  58