Forum Activity for @blindmime

blindmime
@blindmime
07/07/14 05:43:50AM
776 posts

jrElastic accordion


Design and Skin Customization

Thanks so much! I had to take out the "a" in ('.accordion dt a') and then it worked perfectly.
blindmime
@blindmime
07/06/14 11:44:56PM
776 posts

recent jrForum posts


Using Jamroom

Actually I have this in index.tpl: {jrCore_list module="jrForum" order_by="_created desc" template="item_list.tpl" limit="10"} which is good, but it only outputs forum posts by the admin. I haven't altered the module template.
updated by @blindmime: 07/06/14 11:48:05PM
blindmime
@blindmime
07/06/14 11:32:20PM
776 posts

recent jrForum posts


Using Jamroom

I tried using something like index_list_videos.tpl and repurposing it for jrForum (which I've done for youtube videos), but I think jrForum has some differences. At least, I'm not getting any output from jrCore_list even with something like:

{jrCore_list module="jrForum" order_by="_created numerical_desc"} (testing if maybe my template is bad and seeing if I could at least generate SOMETHING).
blindmime
@blindmime
07/06/14 09:41:21PM
776 posts

recent jrForum posts


Using Jamroom

I would like to have a list of most recent forum posts on my home page. How would I do this? I've tried a basic jrCore list command, but it looks like it may be more complicated than using the modules item_list.tpl to output on the front page.
updated by @blindmime: 08/16/14 10:23:53AM
blindmime
@blindmime
07/06/14 08:55:48PM
776 posts

jrElastic accordion


Design and Skin Customization

I just want an accordion on pages outside the ACP. For instance, on my home page, I want an About Us paragraph that is hidden until clicked. I'm trying this:

<dl class="accordion">
<a href=""><dt class="page_section_header admin_section_header"> <div class="title"><h2>WHAT IS THIS?</h2></div></dt></a>
<dd id="cabout">
<div class="item-row">
<p>paragraph </p>
</dd>
</dl>

This works OK, but evidently I'm missing something because, after I've collapsed it, I click again to slide it back up but it slides up and back open again (it doesn't stay closed).
blindmime
@blindmime
07/06/14 10:40:40AM
776 posts

jrElastic accordion


Design and Skin Customization

The script which establishes this looks like it only shows up in the ACP. Would there be a way to have it show out on the site as well? I've tried hard coding in the meta.tpl file, which works OK on the site, but then in the ACP the script is duplicated and collapsing a section opens-closes-opens it.
blindmime
@blindmime
07/06/14 04:17:42AM
776 posts

jrElastic accordion


Design and Skin Customization

Is there a collapsable accordion class in jrElastic?
updated by @blindmime: 08/15/14 05:51:54PM
blindmime
@blindmime
07/06/14 03:55:18AM
776 posts

jrCore_media_player on a Page


Using Jamroom

Thanks so much!
blindmime
@blindmime
07/05/14 07:38:42PM
776 posts

jrCore_media_player on a Page


Using Jamroom

That was my first choice. Not working.
blindmime
@blindmime
07/05/14 06:30:04PM
776 posts

jrCore_media_player on a Page


Using Jamroom

I'm trying something like this to put a player on a jrPage:
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file"  search="media._item.audio_credits = project-1" order_by="audio_file_track numerical_asc" limit="50" autoplay="false"}

I'd guess I'm getting the audio_credits field wrong. I want to have all the tracks with "project-1" in the credits to fill the player. They could have other things in the credits in addition to that.
updated by @blindmime: 09/07/14 02:48:56PM
  56