Forum Activity for @blindmime

blindmime
@blindmime
04/07/15 08:17:16AM
772 posts

issue tracker list


Using Jamroom

Perfect. Thanks!
blindmime
@blindmime
04/06/15 10:12:28AM
772 posts

issue tracker list


Using Jamroom

How do I show a list of all open issues (for all profiles)?
updated by @blindmime: 05/10/15 05:55:36AM
blindmime
@blindmime
04/01/15 03:14:06AM
772 posts

adding a module template


Jamroom Developers

Thanks, Michael. That helped me see I was technically doing it right. I do have another template called invoiced.tpl which works OK. When I added "pending" to profile.php I put the updated profile.php in the templates directory by mistake. It's working now.
blindmime
@blindmime
03/31/15 03:55:27PM
772 posts

adding a module template


Jamroom Developers

I'm trying to add a template in my custom module called pending.tpl. I have added this in profile.php:
function profile_view_agTask_pending($_profile,$_post,$_user,$_conf)
{ return jrCore_parse_template('pending.tpl',$_profile,'agTask'); }
I must be missing a step somewhere, because going to domain.com/profile/task/pending/ goes the the module index page. What am I missing?


updated by @blindmime: 05/02/15 12:54:43PM
blindmime
@blindmime
03/24/15 01:58:33PM
772 posts

Date drop down showing date when not entered


Design and Skin Customization

Brian gave me the solution to this. Enter "false" as a default value in the form designer.
blindmime
@blindmime
03/23/15 11:52:45AM
772 posts

Date drop down showing date when not entered


Design and Skin Customization

Due to the fact that this behavior is consistent on all my jamroom sites, I'm guessing I'm not explaining the issue sufficiently.

I'll send over the credentials.
blindmime
@blindmime
03/22/15 09:36:05PM
772 posts

jrCore_list template reference


Using Jamroom

Yes, the reason for this thread is that Jamroom has suddenly, for some reason, stopped looking in the module templates folder for this template which is where it's been and was working fine. It was working and then stopped working. My question is why?
blindmime
@blindmime
03/22/15 02:44:26PM
772 posts

Date drop down showing date when not entered


Design and Skin Customization

I'm not seeing any difference. The current date still shows. I'm seeing it on two different sites.

See the fields in the attached image with 3/22/15 showing in the field. Both date fields are showing the current date before anything has been entered. When seeing them there you think the date has already been entered.

By the way, I've removed any custom code in index.php for this field, so whatever form designer is doing, this is the result.
screenshot_252.jpg screenshot_252.jpg - 44KB

updated by @blindmime: 03/22/15 02:44:41PM
blindmime
@blindmime
03/22/15 02:23:43PM
772 posts

wonder search anomaly


Using Jamroom

It doesn't appear to be specifically the word "wonder" which is the issue. I can replace it with "whither" and whither doesn't show up either. Maybe something about "I [anyword]" or similarly constructed phrases?
updated by @blindmime: 03/22/15 02:25:16PM
blindmime
@blindmime
03/22/15 02:14:41PM
772 posts

jrCore_list template reference


Using Jamroom

That doesn't work.

I'm wondering why it's not looking in jrAudio for the template all of sudden.

jrAudio_item_list_name.tpl is:
<a href="{$jamroom_url}/{$item.audio_url}/">{$item.audio_title}</a>

updated by @blindmime: 03/22/15 02:21:33PM
  38