Forum Activity for @blindmime

blindmime
@blindmime
06/02/15 12:41:16PM
772 posts

module template generate a data csv file


Design and Skin Customization

This is an Aparna-generated module.

report.tpl is, in fact, saved exactly as you suggested, yet it outputs a header and footer.

Could it be that templates use index.tpl as a framework?

This is index.tpl:
{jrCore_include template="header.tpl"}

<div class="block">

    <div class="title">
        <h1>{jrCore_lang module="agTask" id="10" default="Task"}</h1>
    </div>

    <div class="block_content">

        {jrCore_list module="agTask" order_by="_item_id numerical_desc" pagebreak="10" page=$_post.p pager=true}

    </div>

</div>

{jrCore_include template="footer.tpl"}
blindmime
@blindmime
06/02/15 12:16:30PM
772 posts

Tree Note


Genosis

It generates the note in the yellow area, I believe.
tree-note.jpg tree-note.jpg - 51KB

updated by @blindmime: 06/02/15 12:16:46PM
blindmime
@blindmime
05/31/15 03:05:54PM
772 posts

Tree Note


Genosis

Where is jrGenCore_get_active_tree_note set?

I moved my site to a different domain and this link appears to be linked to the old domain. Everything else took on the new domain OK.
updated by @blindmime: 07/04/15 11:11:55PM
blindmime
@blindmime
05/29/15 07:01:25AM
772 posts

module template generate a data csv file


Design and Skin Customization

Thanks Michael.

The file needs to be dynamic, based on a jrCore_list call (or whatever is done via a module). It needs to be a comma separated value text file (a csv file). I could create such a thing in Jamroom 4 from a template (this is where I'm coming from, reference-wise).

I have the template working in jr5. The template is:
"Property","Month","Category","Task"<br>

{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = March" search3="task_entered = on" template="csv_list.tpl"}

And csv_list.tpl is
{jrCore_module_url module="agTask" assign="murl"}
{if isset($_items)}
{foreach from=$_items item="item"}
"{$item.task_week|date_format}","{$item.task_testcategory_0}{if strlen($item.task_testcategory_1) > 0} | {$item.task_testcategory_1}{/if}{if strlen($item.task_title) > 0} | {$item.task_title}{/if}","{$item.task_invoiced}","{$item.task_amount_invoiced}"<br>
{/foreach}
{/if}

If the page didn't also include a header and everything else, it would done.

I just need to know how to get that same thing in whatever jr5 does now.
blindmime
@blindmime
05/28/15 02:26:43PM
772 posts

module template generate a data csv file


Design and Skin Customization

A little bit. This goes in profile.php? I'm not well versed in programming modules, to be honest. I know I probably need to go through the docs. Hoping it's possible to get to the heart of it though. I just need a link to open a csv file in excel with values from a template, if that makes sense. The light isn't on just yet -- can I get another clue or two?
blindmime
@blindmime
05/12/15 01:25:41AM
772 posts

Upgrading YouTube to newest version 1.2.0


Announcements

strumelia's issue appears to be the same one I am seeing as I noted above where Brian indicated it was possibly a youtube caching issue.

I've tried regenerating a key which has both worked and not worked. Not sure if that's what "fixed" it or if this issue is just a periodic caching glitch, however. Just sharing what I've encountered.

I haven't been seeing the issue today, incidentally.
blindmime
@blindmime
05/12/15 01:07:00AM
772 posts

possible deleted disqus issue


Using Jamroom

After deleting the disqus module I'm seeing this on my detail pages:

"We were unable to load Disqus. If you are a moderator please see our troubleshooting guide."

I only have the standard template code bringing in the item elements:

 {* bring in module features *}
        {jrCore_item_detail_features module="jrYouTube" item=$item}

It shows on blog detail pages as well. (assuming all detail pages where jrCore_item_detail_features is contained.
updated by @blindmime: 06/20/15 08:38:41PM
blindmime
@blindmime
05/10/15 06:53:49AM
772 posts

Upgrading YouTube to newest version 1.2.0


Announcements

Now today this is not happening. However, I was getting errors unable to import youtube ID so I regenerated a key which still didn't fix the errors, but after testing on a few different jamroom installs, a couple different hosts, the imports began working perfectly. Doesn't really make sense to me though.
blindmime
@blindmime
05/09/15 05:08:00PM
772 posts

Upgrading YouTube to newest version 1.2.0


Announcements

There still appear to be lingering issues. Today, when importing a video, it's not importing any information except an odd duration. No title, to description, etc. I'm seeing this on multiple jamroom installs. Most recent updates. See screenshot. The gray bar at top is where the linked title normally is displayed.

The datastore entry looks like this:

youtube_artwork_url:
youtube_category:
youtube_category_url:
youtube_description:
youtube_display_order: 0
youtube_duration: 397560:03:56
youtube_id: -PM20-1pRaM
youtube_pending: 0
youtube_short_url: 5ac1Nvb5
youtube_stream_count: 1
youtube_title:
youtube_title_url:

This began happening with v 1.2.2
screenshot_257.jpg screenshot_257.jpg - 62KB

updated by @blindmime: 05/10/15 06:34:59AM
blindmime
@blindmime
05/09/15 04:56:49AM
772 posts

Upgrading YouTube to newest version 1.2.0


Announcements

Today, when importing a video, I got an error indicating it was unable to import the video because no data was found for the ID. Same error on multiple jamroom sites. I went back to the youtube developer area and emptied out the referrers box (just in case) and also regenerated a key. This got it working, but I'm noticing on the youtube credentials page that is says: Status Active until May 9, 2015, 10:40:00 PM, which is 24 hours after the Activation Date. Does the key expire after 24 hours? Does it reactivate automatically? I guess we'll see. Wondering if anyone else is encountering this behavior.
  36