Forum Activity for @michael

michael
@michael
11/18/14 09:58:07PM
7,832 posts

yikes multiple problems


Ning To Jamroom

soaringeagle:....ah it played ok so that will try to stay 6 across regardless of screen wdth though right...

Right.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
11/18/14 09:35:50PM
7,832 posts

Are notifications unique to a profile or an account?


Jamroom Developers

DannyA:...How can we modify the esiting notify_user event without breaking our module every time we update jamroom or any modules with notifications?...

That's what events and listeners are for.

"Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners


your module will 'listen' for when the 'notify_user' event happens and at that point your module fires the function you have set to listen for that event.

When notify_user functions you will get this data:
    // notify user trigger
    $_data = array(
        'to_user_id'   => $to_user_id,
        'from_user_id' => $from_user_id,
        'module'       => $module,
        'event'        => $event,
        'subject'      => $subject,
        'message'      => $message,
        'registered'   => $_tmp
    );
    jrCore_trigger_event('jrUser', 'notify_user', $_data);

which will come in on $_data inside your function.

You check what is in $_data and if it matches the set of conditions your after, then you do what you need to do.

It sounds like what you need to do is: search on the email address of the user who is being notified, figure out what profile he is attached to and send your own email to that profile's designated email address.
michael
@michael
11/18/14 09:28:55PM
7,832 posts

Background header graphics, where do you get them from?


Ning To Jamroom

Thanks for that. Its good to see what their customization system looks like.

I'll locate something to use as default then let users over-ride it as they like.

Cheers.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
11/18/14 08:25:43PM
7,832 posts

Profile template changes not showing


Design and Skin Customization

Good to see you here again Kyle. :)
michael
@michael
11/18/14 08:13:20PM
7,832 posts

So discontented NING user here and questions I have about Jamroom


Using Jamroom

Hi @JeffH,

Welcome to the fourms. There is a special forum for Ning users here:
https://www.jamroom.net/ning-to-jamroom/forum

where a lot of ning specific communication is going on.

In answer to your question, yes Jamroom has a sitemap and is very well setup for search engine optimization.

Here is an example of the sitemap in xml form ready to be put into Google Developer Tools or wherever else wants it:

https://www.jamroom.net/sitemap.xml

Its reconstructed automatically so it stays up to date with new content that is added.
michael
@michael
11/18/14 08:10:12PM
7,832 posts

Can't Upload to Gallery


Using Jamroom

A system level error is some issue that the server is having. The first place to check is the server's error logs to see if it can tell us what the error was.

Sometimes is related to permissions, like the server is trying to write somewhere but doesn't have permission.

See if you can locate the error log and paste what it says.
michael
@michael
11/18/14 08:07:42PM
7,832 posts

Events Calendar Pro dedicated for Artists en events


Suggestions

Gary's right, the extra features on the time.ly calendar seam like skin alterations rather than module alterations.

They should all be possible now at the skin designer level. Jamroom doesn't have a lot of skin designers yet. Hopefully we will see more 3rd party skins as we go forward.

That calendar does seam to have a lot of ways to say the same thing. Was there anything specific that you wanted to incorporate for your site?
michael
@michael
11/18/14 07:56:41PM
7,832 posts

odd data in data explorer thingy


Ning To Jamroom

I would expect that if nothing is showing that it needs approval then your good to go.

The main test will be if its working how you want it to or not.

Might need to get Paul or Brian's input on that as i wasn't aware that images are passed through Arkismet spam filtering service. They might be, but I'm not sure. There is the possibility that that message came in with the imported data.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
11/18/14 07:47:09PM
7,832 posts

How Do Members Switch Quotas?


Ning To Jamroom

Its easy enough for the admin user to change the users quota by looking at their profile page, then clicking on the 'Update Profile' button.

From there you will see "Quota Change To" and a selection of all the other quotas available.

Do you need to be able to let the users switch between quotas by themselves?
updated by @michael: 12/29/14 09:23:54AM
  638