Forum Activity for @ultrajam

SteveX
@ultrajam
06/25/15 03:55:09AM
2,589 posts

Googlemaps Not Showing up


GoogleMaps

ujSignUp isn't available at the moment. Sorry.
SteveX
@ultrajam
06/25/15 03:54:45AM
2,589 posts

Googlemaps Not Showing up


GoogleMaps

Yes, the location map shows first time, every time for me (not logged in) so if your persistant audio player is for logged in users that will be the first thing to fix.

But not for the event map - that is caused by the apostrophe in the artist name but there should be code in place to allow for that.

Can you tell me how you are getting that marker data into the event template?

Thanks
SteveX
@ultrajam
06/25/15 03:42:27AM
2,589 posts

Embed Local Media error


Using Jamroom

All modules are up to date, although Elastic is a few versions behind.
SteveX
@ultrajam
06/24/15 04:55:10AM
2,589 posts

Embed Local Media error


Using Jamroom

If I create a new quota with nothing enabled, then create a new account and log in as that user, on its /profile/settings tab the tinyMCE text editor shows the Embed Local Media button.

When I click it the Upload an Image tab shows with a json error
Quote: {"notices":[{"type":"error","text":"invalid module"}] }

embed-media-tab.jpg embed-media-tab.jpg - 21KB

updated by @ultrajam: 07/26/15 10:03:20AM
SteveX
@ultrajam
06/24/15 04:46:55AM
2,589 posts

Googlemaps Not Showing up


GoogleMaps

That's being caused by the apostrophe in your band name.

For me, the event map never shows up because of that. But the Location map in the right column shows each and every time (although your page takes ages to load).

Which version of the googlemaps module are you using?
updated by @ultrajam: 06/24/15 04:48:39AM
SteveX
@ultrajam
06/04/15 08:10:35AM
2,589 posts

TinyMCE tables adds line breaks


Using Jamroom

With the h1 - h6 tags removed the table is output ok, but with one br per table cell inserted before the opening table tag. So the result is a large white space before each table.
SteveX
@ultrajam
06/04/15 08:00:22AM
2,589 posts

TinyMCE tables adds line breaks


Using Jamroom

Yes, the table looks a bit like that like that. The br tags are inserted before the opening table tag though rather than as part of the table. It also contains h4 tags which have line breaks inserted before and after each one as well.

If I blacklist nl2br for all the text areas in the site, do you know what that is likely to do to the rest of the formatting of the tinymce input (ie things other than tables)?

The forum here wont let me post the output table code - looks like br tags are not allowed.

Thanks


updated by @ultrajam: 06/04/15 08:06:13AM
SteveX
@ultrajam
06/01/15 04:17:06AM
2,589 posts

TinyMCE tables adds line breaks


Using Jamroom

When creating tables in TinyMCE they look fine in the editor window, but on the front end many line breaks are inserted both before the opening table tag and within the table cells.

Does anyone else see this happening?

Reference to this:
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/28889/creating-a-table-in-a-blog-post


updated by @ultrajam: 07/08/15 08:27:43AM
SteveX
@ultrajam
05/12/15 08:59:22AM
2,589 posts

Display Address in text form


GoogleMaps

Ok that should be fairly straightforward. If you have an $_items array for the shows the profile is attending you can pass that into the maps function something like this:
{if isset($_items)}
{ujGoogleMaps_map name="multimap" map=$_items module="jrEvent" height="300"}
{/if}
You can try using your module rather than jrEvent if that is where the map data is stored.
SteveX
@ultrajam
05/11/15 07:03:57AM
2,589 posts

Updates Causing Issues?


GoogleMaps

Try again now Ken
  94