Forum Activity for @blindmime

blindmime
@blindmime
07/01/15 07:00:11AM
776 posts

Profile Index display based on quota id


Design and Skin Customization

Thanks, Paul. I thought I had it this way at first, but evidently not. This works, of course.
blindmime
@blindmime
07/01/15 05:09:01AM
776 posts

Profile Index display based on quota id


Design and Skin Customization

I have a something I want to display in profile_index.tpl if a profile belongs to a quota ID of 1. When I code {if $profile_quota_id = 1} some text{/if} it displays "some text" on all profiles (which is not correct).

However, if I code {if $profile_quota_id != 3} it displays "some text" on profiles other than ID 3 (which is correct). But if I use this method I'd need to do something like {if $profile_quota_id != 3 || $profile_quota_id != 2 || $profile_quota_id != 4 etc} just to display this on quota ID 1 profiles. Is that the only way of doing this?

If not, what is the best way to do what I want to do?
updated by @blindmime: 08/04/15 02:00:54AM
blindmime
@blindmime
06/20/15 07:52:57AM
776 posts

foxycart upgrades


Suggestions

I am also interested in seeing this happen. I just came from the discussion here:

https://www.jamroom.net/the-jamroom-network/forum/suggestions/20953/merchandise-store

One addition I suggest is price variations. For instance +$2 for 3XL sizes. So for a t-shirt you'd want the possibility for multiple variations (color, size, brand) and assign price premiums to them (extra costs). So you have a base price and then possibility for premiums on variations.

Many cart systems also allow assigning images for variations so when a user chooses a color, that image is displayed. This would be an added nicety.
blindmime
@blindmime
06/19/15 03:56:25AM
776 posts

Creating a Tips profile


Using Jamroom

I wanted to create a profile named "Tips" but after entering the info it tells me the page can't be found. But if I browse profiles the Tips profile shows in the profile list, so the profile is actually created, it just can't be accessed. Then I realized there's the jrTips module which probably causes domain.com/tips to be off limits.

I wonder if this is something Jamroom should check for?
updated by @blindmime: 07/26/15 06:12:56PM
blindmime
@blindmime
06/15/15 01:05:33PM
776 posts

consecutive jrCore_list's


Design and Skin Customization

HA HA

Well, actually, never mind. It's working just fine. I just have some extra spaces so the output was hidden...
blindmime
@blindmime
06/15/15 11:04:46AM
776 posts

consecutive jrCore_list's


Design and Skin Customization

I have the following jrCore_list's on a module template page:
{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = `$_post.month`" search3="task_entered = on"  search4="task_year_invoiced = `$_post.year`" search5="task_testcategory_0 = Spring Kickoff" template="csv_list.tpl"}

{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = `$_post.month`" search3="task_entered = on"  search4="task_year_invoiced = `$_post.year`" search5="task_testcategory_0 = Initial Cleanup" template="csv_list.tpl"}

Essentially, I want to display csv_list for each of these categories. search5 is what changes from list to list.

The first list comes out as anticipated, but the second one doesn't come out at all.

I actually have 11 of these, but only the first one is generating output while I'm thinking it should output as long as each search validates.
updated by @blindmime: 07/18/15 04:29:33PM
blindmime
@blindmime
06/09/15 03:33:21AM
776 posts

one all issues


Using Jamroom

I am suddenly getting this same error. I've tried without the https:// but still get the error. I am also unable to enter some domains in the iframe module. Both modules were giving me a valid domain error. The error appears to happen on domains outside of "standard" -- amazon.com is OK, but ws-na.amazon-adsystem.com is not. The subdomain part seems to be an issue. I have entered these values on other sites.

I've confirmed this error on multiple installs. Most recent jr version.
updated by @blindmime: 06/09/15 03:52:43AM
blindmime
@blindmime
06/06/15 09:18:31AM
776 posts

solo artist player list single quotes


Design and Skin Customization

Single quotes in songs within the player list in the Solo Artist skin aren't being displayed properly. See attached.

Also, where do I find the template/code to change the credit? Instead of displaying the jamroom artist name, I would like to display my own credits field for songwriters.

thanks
screenshot_258.jpg screenshot_258.jpg - 43KB

updated by @blindmime: 07/18/15 07:08:25AM
blindmime
@blindmime
06/05/15 01:56:55PM
776 posts

module template generate a data csv file


Design and Skin Customization

Wow -- thanks, Michael!

what would be url for audio files created in May, displaying the same keys?
blindmime
@blindmime
06/04/15 02:22:41PM
776 posts

module template generate a data csv file


Design and Skin Customization

I thought about enclosing the text in a textarea and then wondered if there was a way to download that and googled the method found here: http://runnable.com/U5HC9xtufQpsu5aj/use-javascript-to-save-textarea-as-a-txt-file

Seems to be working well.
  35