Forum Activity for @brian

brian
@brian
05/07/15 02:38:26PM
10,149 posts

Odd FORUM view behavior


Using Jamroom

The root cause here is that all the processing for the forum is handled by the profile.php script in the forum module which does NOT currently support disabling the sidebar, so it's something we will have to code in.
brian
@brian
05/07/15 02:36:16PM
10,149 posts

module template generate a data csv file


Design and Skin Customization

yeah this will require a module view function - it's not something that can be done in a template - i.e.

function myModule_export_csv($_post, $_user, $_conf)
{ // create your file... $file = myModule_function_to_create_csv_file(); // use jrCore_send_download_file - it will automatically set all the right headers jrCore_send_download_file($file); }

Let me know if that helps.
updated by @brian: 05/07/15 02:36:32PM
brian
@brian
05/07/15 02:33:40PM
10,149 posts

Audio not working on iPhone


Using Jamroom

Working here on my iPhone 5 too.
brian
@brian
05/07/15 02:31:41PM
10,149 posts

ProJam Help


Using Jamroom

Dazed:
Thanks Michael. This issue is really from a custom module that Paul built. Recent audio changes broke it. Paul must be on vacation. I sent him an email a few days ago and no reply.

He's traveling to Holland - but I'm not sure what recent audio changes would have broken it.
brian
@brian
05/07/15 02:28:39PM
10,149 posts

Search module indexing


Installation and Configuration

DannyA:
This might also explain why if I send a search through cloud client, it hangs in queue

yeah make sure you do NOT check the "search_index" queue to be sent to the Queue Server - it needs to be worked "locally" (i.e. on your master server that has access to your master DB).
brian
@brian
05/07/15 02:27:28PM
10,149 posts

Event Type - Linking People


Genosis

lisa:
It's exactly what I have been doing! Thanks! I didn't know if there was something I could create or do differently! Thanks, Brian! Loving this program!

Sounds like you're doing it right, so you should be good :)

Thanks!
brian
@brian
05/07/15 10:48:42AM
10,149 posts

Event Type - Linking People


Genosis

lisa:
LOL! Oh, I understand. I was not really asking you to do something as much as I was asking if there was a way to do this? I would link the person manually, but the spot for that is "grayed" out. Example: I created an event called "Death of Spouse, " but the area to link a person is not available.

Yeah it will be grayed out since it's not supported for custom events - instead just put the spouse's name as the first line in the event details box and will basically look the same.

Let me know if that helps.
brian
@brian
05/07/15 10:33:23AM
10,149 posts

Event Type - Linking People


Genosis

lisa:
Hello! Is there a way to link a person as in the "Marriage" or "Residence" or "Census" Event Type when I create an event called "Death of Spouse" and be able to link the spouse who died? Gosh, did that even make sense? :-) Thanks!

You can create the new event, but you'd need to manually "link" it - right now that type of linking has to be handled by the backend, so is limited to specific events. Down the road I could look into "generalizing" it so it can be configured, but I hesitate a bit to make it more complicated than is needed. In this case it would just be 1 extra event that needs to be added, so hopefully that is not too much of a pain.
brian
@brian
05/07/15 10:29:54AM
10,149 posts

Sending Message To Group members


Design and Skin Customization

Just to add to what Michael has posted. In our experience through the years, these are the functions that are going to get abused on your system. As soon as ONE spammer knows they can signup on the site and "send" a notice to other users, you will be in a continual battle on a daily basis to keep it off your site. Same goes for "invite" systems - they WILL be abused.

So we can definitely develop systems to do this (we actually already have), but we've not come up with a solid way to handle it to prevent spam (other than possible forcing all notices to be reviewed by an admin).
brian
@brian
05/07/15 10:26:17AM
10,149 posts

JrElastic disappear after upgrading jrslate


Using Jamroom

There's 4 days separating those log entries, so unfortunately that doesn't really help. Is that last log entry cut off or is the second version number gone?
  379