Forum Activity for @ultrajam

SteveX
@ultrajam
03/06/15 09:35:18AM
2,589 posts

Modifying create button url


Jamroom Developers

Works perfectly :)

Thanks
SteveX
@ultrajam
03/06/15 08:50:03AM
2,589 posts

How to get UjCategories


Archived

You just need to add the channel again.

I'm working on other things, but I'm not sure that this needs to be finalised. There isn't enough interest in / need for the module to pay for the work that it would take.
SteveX
@ultrajam
03/05/15 01:51:56PM
2,589 posts

error: invalid order direction


Archived

Ok, I will look into this when I have the chance, but it will probably take a couple of weeks to get around to as I have other work which must take priority at the moment.
SteveX
@ultrajam
03/05/15 02:04:06AM
2,589 posts

BB code showing in module descriptions


Using Jamroom

mysite.com/marketplace/browse


Currently Kickbox Email Validation is the module listed at the top, it has a link which is showing as BB code.
[url=http://kickbox.io]Kickbox API[/url]

updated by @ultrajam: 04/06/15 08:00:23AM
SteveX
@ultrajam
03/04/15 02:16:03PM
2,589 posts

Modifying create button url


Jamroom Developers

Thanks Brian, I'll try that out.
SteveX
@ultrajam
03/04/15 02:11:05PM
2,589 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,589 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,589 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,589 posts

Emails for forum updates


Using Jamroom

I'm not sure then
  110