Forum Activity for @douglas

douglas
@douglas
02/28/15 09:27:48AM
2,812 posts

Conditionally Hide Block on Profile


Design and Skin Customization

When you say it is not working, it it not showing anything or are you getting error messages?
douglas
@douglas
02/28/15 08:37:22AM
2,812 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

That screen shot shows your allowing signups to the Admin quota. At the top of that form, there is a drop down selection of quotas, "Selected Quota", go through each one in that drop down selection and turn on/off the ability to signup.
douglas
@douglas
02/28/15 08:33:59AM
2,812 posts

Conditionally Hide Block on Profile


Design and Skin Customization

This should be what your looking for...

{jrCore_list module="gmJobs" profile_id=$_profile_id order_by="_created numerical_desc" limit="3" assign="jobs"}
{if strlen($jobs) > 0}
<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">
	    	{$jobs}
	    </div>
	</div>
</div>
{/if}

provided the gmJobs module has all the correct templates.
douglas
@douglas
02/28/15 06:10:18AM
2,812 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

How many quotas do you have setup for signups? If you only have one, then the quota selection will not show to anyone, except maybe the master admin.
douglas
@douglas
02/27/15 08:55:04AM
2,812 posts

Success/Notice css


Jamroom Developers

Hmm, I'm not seeing that on my end. Have you modified the forms_notice.css file?
douglas
@douglas
02/27/15 08:18:11AM
2,812 posts

Out-of-the-Box Setups


Suggestions

davej56:
I was able to add the fields like you said, but two problems. When you try to do an update on the song, the fields don't show. When you bring the song up to play it, the fields don't show. How do I fix these issues?

When you go to the Form Designer, there is a drop down selection at the top right that allows you to create a field for both the create and modify forms. Make sure you've added the same fields to both forms.

davej56:
I appreciate the work-around of posting, then modifying, then being able to upload. I just wish there was a simple upload option in the first place instead of having to teach your members how to work around it.

Sorry, that is how it works for Jamroom. I'm not 100% sure why, Brian would have to explain that one for you.

davej56:I have the latest Projam Light skin, but my top 10 list is not working right. See songpress.net.

Can you email us your admin login, and FTP login if your not hosting with us, so I can take a look at your templates?

davej56:Also, another user request, and I think a good one. We would like to see comments to be editable. Can I put an edit button on comments?

I think this has been brought up in another thread, or maybe a support ticket, but I don't know what has been decided on it yet... as of right now, there is now way to add an edit button to a comment. You can however edit comments in the ACP > Users > User Comments > Tools > Datastore Browser.
douglas
@douglas
02/27/15 08:05:18AM
2,812 posts

Success/Notice css


Jamroom Developers

Which skin is that Steve?
douglas
@douglas
02/26/15 02:11:45PM
2,812 posts

Out-of-the-Box Setups


Suggestions

davej56:
1. It would be great if there was a field for posting lyrics and credits when you upload an audio file. Reverbnation allows you to post your lyrics with your songs. Be nice if Jamroom did.

You can do this by going to the audio create/modify screen and clicking the Form Designer button at the top right. Then just add in the fields you want, ie. audio_lyrics and audio_credits. Then go to the ACP > Media > Audio > Templates and you'll want to add the new variables to your item_detail.tpl where you would like them to show. The variables would look like this:


{$item.audio_lyrics}

{$item.audio_credits}


davej56:
2. It would also be nice if you could upload files when you respond to forum posts. Songwriters send files back-and-forth to each other, with updates to the music. As it stands, updates have to be posted to new topics, so you can't continue on the same thread.

You can modify the post, after it has been posted, and add a file that way.

davej56:
3. I hope Paul is making progress with why songs don't show the number of plays or order right in the Top 10 using the Projam Light skin. Don't know if that's a skin problem, or deeper, but it would be nice if it were fixed.

This has been fixed in the latest ProJam skins.

Hope this helps! :)
douglas
@douglas
02/26/15 09:50:04AM
2,812 posts

what templates were chnaged in new Ningja skin update plaese?


Ning To Jamroom

skins/jrNingja/panels/site_builder_package_jrNinja_default.json

and another file was added...

skins/jrNingja/jrProfile_profile_option.tpl

:)
douglas
@douglas
02/26/15 07:34:16AM
2,812 posts

Audio Media URL Error


Installation and Configuration

This should be fixed in the latest release, you'll want to update via your Marketplace. ACP > Marketplace > System Updates.
  170