Forum Activity for @ultrajam

SteveX
@ultrajam
07/02/16 05:32:52AM
2,589 posts

Alpha Team Guidelines



Sounds sensible.

Where should I be posting possible bugs, typos etc? To the alpha forum or the network forum?
SteveX
@ultrajam
07/01/16 06:02:53AM
2,589 posts

Alpha Team marketplace channel



Got mine too.

Thanks
SteveX
@ultrajam
06/28/16 05:27:04PM
2,589 posts

Documentation to ePUB or app


Suggestions

Have you checked "Enable Editor" in your jrDocs config?
SteveX
@ultrajam
06/26/16 08:10:15AM
2,589 posts

Week 3 Video Preview


Announcements

Cool videos Nate :)
SteveX
@ultrajam
06/22/16 07:57:34AM
2,589 posts

Google Tag Manager


Suggestions

Try putting a space after each { and before each }
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-53DPX2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({ 'gtm.start':
new Date().getTime(),event:'gtm.js' });var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
 })(window,document,'script','dataLayer','GTM-53DPX2');</script>
<!-- End Google Tag Manager -->
SteveX
@ultrajam
06/21/16 02:10:32PM
2,589 posts

What do you love about Jamroom 5 right now?


Off Topic

Apart from loving jrDocs as always, I'm particularly loving the tools that Jamroom gives you to manage your project.

jrTracker and jrForum.

We don't use our forum so much: I'm often at my desk where people can find me, but it's useful as some of our people are on other campuses. I do wish we used it more though.

The tracker is something I use several times a week. Mostly that's just to organise myself and to prioritise things I need to do to our system, but it shows a record of items on my ToDo list so my team are able to see what I am aware of and what anomalies I haven't noticed yet. I'm the only person posting to the tracker, it works well like that for us.

What I love most about Jamroom right now is that where I work we have used it to build a great learning resource for our students, and that everyone (usually a librarian) who drops by my desk (to mention a bug, a feature request or a question about how to use it) arrives smiling and leaves happy. And that's just great :)

updated by @ultrajam: 12/23/16 12:42:34AM
SteveX
@ultrajam
06/21/16 01:41:40PM
2,589 posts

Sneak Preview of Premium Skins Ad


Announcements

That's a great typo! Love it!

Well spotted Strumelia.

Nice video Nate :)
SteveX
@ultrajam
06/21/16 01:17:30PM
2,589 posts

Documentation to ePUB or app


Suggestions

Take a look at the documentation module code, I really like it. I'm one of it's biggest fans :)

I use a module based on jrDocs to make sectional pages, and the pages are organised into microsites (at work we call them "workbooks", here's one example: http://academicskills.uwe.ac.uk/general/workbooks/writing-for-university). These workbooks are collaboratively written by librarians to deliver teaching to university students. Librarians seem to love Jamroom, which is pretty cool!

Within jrDocs you can write a section pretty easily, just a couple of functions and a template. Try adding in an audio section, or get a developer to do that if you need. It isn't a big job if you know your way around a Jamroom module. You'll have to merge in your customisations when you update jrDocs but there aren't many updates as it's as stable as it's useful :)

Of course the easiest route to getting audio into jrDocs is to allow audio embeds in the editor section. Give that a try first if an audio player in your docs is what you need, no worries when you update jrDocs.
updated by @ultrajam: 06/21/16 01:24:19PM
SteveX
@ultrajam
06/20/16 09:34:40AM
2,589 posts

TinyMCE inserting line breaks into some list items


Jamroom Developers

Nothing that I can see which would have any bearing on that.

I've noticed this though: When \n and \r are stripped on validation, the html is saved to the database in separate lines. There are no \n or \r but the new lines still exist. This is where the br is inserted after the ul.
If I edit that in the database and remove that new line, the br is not inserted.
  73