Forum Activity for @blindmime

blindmime
@blindmime
03/22/15 09:36:05PM
776 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
776 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
776 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
776 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
blindmime
@blindmime
03/22/15 03:22:50AM
776 posts

jrCore_list template reference


Using Jamroom

I had this on my home page on a sitebuilder jamroom site:
{jrCore_list module="jrAudio" order_by="_created random" template="item_list_name.tpl" limit="1"}
It lists a random song title.

Suddenly today it began looking for the template in the skin directory and produced a template not found error on my home page. If I put the template in the skin directory, nothing is produced. Probably need to add the additional code to reference _item.

But I'm wondering why it's not looking in jrAudio for the template all of sudden.
updated by @blindmime: 12/22/16 11:55:59AM
blindmime
@blindmime
03/22/15 03:03:26AM
776 posts

wonder search anomaly


Using Jamroom

In my case, it appears to be an issue with enabling Full Text Search. I enabled it on another jamroom site and get the same issue. Also missing profiles with "wonder" in the title which were listing in search results before, but then not listing after enabling Full Text Search. Disabling it on the first site, brings up songs with "wonder" in the lyric and other places (which I've added as search fields).
updated by @blindmime: 03/22/15 03:03:46AM
blindmime
@blindmime
03/20/15 05:37:08AM
776 posts

Date drop down showing date when not entered


Design and Skin Customization

I guess I'll start over.

This is an Aparna-generated module. There is no custom coding to the module beyond what is provided by Aparna. I have added a "task_completed_date" field via the form designer with a date type. This is viewable in the update form. There is also a checkbox type field called "task_complete".

This module schedules tasks for maintenance people out in the field working on various Property profiles. When the task_complete checkbox hasn't been checked, then the task appears in their list of tasks to complete.

This is used in spring, summer, fall. It was used last year and now is being used again.

Last year, the client could update a task and there would be no date in the date field until she entered one. Or so she says, I'm thinking the current date would be showing since I've seen this happen on another jamroom site I have. The current will show in a date field when nothing has been entered.

What we do agree on is that showing the current date in the form when nothing has been entered is very confusing. You assume the date has been entered already.

This thread was started because I wanted a way to NOT show a date in the update form when nothing has previously been entered.

You gave me some code to place in the module's index.php file (see above). When I did that, it didn't change the update form display of task_completed_date (it still shows the current date). However, what does change is that the current date value is actually ENTERED as the task_completed_date even when the client doesn't click on the date and enter it via the javascript calendar. It also overrides values that have been entered when the form is updated.

Hopefully that makes sense.
blindmime
@blindmime
03/20/15 05:07:02AM
776 posts

wonder search anomaly


Using Jamroom

I have a song called "I wonder if you knew that I knew".

If I search for "wonder" it isn't listed in search results.

If I search for "knew" or "you" etc., it's listed. "I wonder" "wonder if" -- nothing.

Wondering why.
updated by @blindmime: 05/04/15 07:59:43PM
blindmime
@blindmime
03/19/15 11:23:47AM
776 posts

Date drop down showing date when not entered


Design and Skin Customization

I have a very upset client due to this issue. I believe something has changed in jamroom. We weren't experiencing this issue last year.

The date in this field is changing to the current date whenever the form is updated. Not just the form display, but the actual data is being changed when updated.

Why?
blindmime
@blindmime
03/17/15 12:16:45PM
776 posts

Date drop down showing date when not entered


Design and Skin Customization

Thanks, Steve. I'll look at that.

What the client is seeing in the working module is this. It has to do with how a date is shown in a form as opposed to how it shows up in a template:
Quote:
Still having an issue with the completed date L
If I am looking at the list of tasks completed and entered in March [client is looking at jrCore_list template] , the complete date shows yesterday’s date, which is correct. But if I open up the task to get all of the detailed info [now she is looking at the update form] , the complete date changes and shows whatever date it actually is.
When I exit out of the task, and go back to the list of tasks completed in March, the completed date shows 3/16/15 again [she's back on the jrCore list template] .
Why does it do this??

What is happening is the form shows whatever today's date is regardless of what's been entered or even if nothing has been entered. The date should show if it's been entered and nothing should show if nothing has been entered. At least that is what I think should happen.
  39