Forum Activity for @ultrajam

SteveX
@ultrajam
03/04/15 02:16:03PM
2,584 posts

Modifying create button url


Jamroom Developers

Thanks Brian, I'll try that out.
SteveX
@ultrajam
03/04/15 02:11:05PM
2,584 posts

error: invalid order direction


Archived

I haven't looked at this module in a long time!

I can't test this right now, but try this:

In view_default.tpl and view_multiple.tpl find this in the template (it is written twice in each template)
{$order_by = "_created"}
Change them all to:
{$order_by = "_created DESC"}

Let me know if that fixes it.
SteveX
@ultrajam
03/04/15 01:51:50PM
2,584 posts

Will a ujGooglemaps map appear in a SiteBuilder panel?


GoogleMaps

Ok, If the profile_googlemaps_lat and profile_googlemaps_lng are coming from the database, try adding a profile_googlemaps field to the items which have profile_googlemaps_lat and profile_googlemaps_lng. Add any text as the value (profile_googlemaps would be an address if you had used the module to add the mappable data to the profile).

OR

If you are adding to the array in your template using the {foreach $_items as $key => $val} idea (from 7 posts above this post) add a profile_googlemaps field inside that foreach loop.

{foreach $_items as $key => $val}
  {$_items[$key].profile_googlemaps_lat=$profile_latitude}
  {$_items[$key].profile_googlemaps_lng=$profile_longitude}
  {$_items[$key].profile_googlemaps="address placeholder"}
{/foreach}
SteveX
@ultrajam
03/03/15 02:44:29AM
2,584 posts

Out-of-the-Box Setups


Suggestions

Replace {$item.audio_lyrics} with {$item.audio_lyrics|jrCore_format_string:$item.profile_quota_id}

See these docs:
https://www.jamroom.net/the-jamroom-network/documentation/development/1437/jrcore-format-string
SteveX
@ultrajam
03/01/15 07:15:30AM
2,584 posts

Emails for forum updates


Using Jamroom

I'm not sure then
SteveX
@ultrajam
03/01/15 06:18:51AM
2,584 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

You could set require_image="profile_image" in your jrCore_list calls.
SteveX
@ultrajam
03/01/15 06:15:07AM
2,584 posts

Emails for forum updates


Using Jamroom

Check that the email address you have entered for jamroom.net is the one you are expecting to receive things on. Also check your spam rules and filters.

Try another email address and see if you receive them there.
SteveX
@ultrajam
03/01/15 06:12:10AM
2,584 posts

Emails for forum updates


Using Jamroom

I just received an email to say you replied.

Do you receive other emails from jamroom.net?
SteveX
@ultrajam
03/01/15 05:42:57AM
2,584 posts

Success/Notice css


Jamroom Developers

No, but I do have something bleeding through from a module somewhere - I tried on another system and it looks fine.

Sorry for the false alert!
  110