Forum Activity for @blindmime

blindmime
@blindmime
06/15/15 01:05:33PM
772 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
772 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
772 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
772 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
772 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
772 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.
blindmime
@blindmime
06/04/15 10:28:09AM
772 posts

module template generate a data csv file


Design and Skin Customization

I can see creating a file a user can download when packaging a skin. That's a static event. But in my case, it's dynamic data that changes often. Envision house properties as the profiles and tasks performed on these properties as this module. Each download file is comprised of the tasks performed in a particular month, generated by a jrCore_list call. I guess I could save the file every time the module form is updated, but it's got to save a different file for each month which seems probably not a good way to do this.

If I could simply not generate a header and footer, I think I might get what I want by right-clicking and saving.
blindmime
@blindmime
06/04/15 06:57:25AM
772 posts

Tree Note


Genosis

Yes, I'm using the Genosis skin.

The Trees menu item was missing, but after running an integrity check it's there now.
blindmime
@blindmime
06/03/15 08:43:54AM
772 posts

module template generate a data csv file


Design and Skin Customization

But I do want it on the index page and other pages.

I just don't want it on the report page.

And I'm actually not sure if this is getting me to where I want to be. I want a link to "report" that downloads the csv file rather than opening it in the browser. Can I run the function Brian referenced earlier from a call in a template (so the correct headers are created?

Hope that makes sense.
updated by @blindmime: 06/03/15 08:49:04AM
blindmime
@blindmime
06/03/15 08:42:13AM
772 posts

Tree Note


Genosis

Thanks, Douglas. I don't appear to have a Trees menu, but I did find the Tree form here: */gencore/browse and got it changed.
  35