Forum Activity for @michael

michael
@michael
08/22/16 07:06:38PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

The error its throwing is:
TypeError: $(...).sbPanelSortable is not a function

Which means: "you told me to do something, but the parts needed to do what you told me aren't there."

Other pages work: http://roughneckcity.com/junk

Suggest deleting that page and re-creating it.
michael
@michael
08/21/16 11:25:52PM
7,832 posts

.svg instead of animated gif for loading animation


Design and Skin Customization

Why is this required, I've been reading the 3 year long running debate on why wordpress isnt allowing it and I don't understand it:
https://core.trac.wordpress.org/ticket/24251

Whats the advantage of allowing a script-image?
michael
@michael
08/21/16 12:52:10AM
7,832 posts

How To: Create Custom Code to Show Download + Play Count


Design and Skin Customization

in the available fields see if there is a 'audio_file_download_count' for you at:
ACP -> LISTING -> ADVANCED CHARTS -> TOOLS -> jrAudio -> audio_file_download_count

If there is then you can use it to construct the jrCore_list call you need:

Docs: "Advanced Charts"
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts
michael
@michael
08/19/16 11:37:03PM
7,832 posts

How do I exclude Search Terms from Results


Using Jamroom

The "Banned Items" module is getting an update, this will work when that update comes out.
michael
@michael
08/19/16 09:50:34PM
7,832 posts

TinyMCE inserting line breaks into some list items


Jamroom Developers

Could be the same thing @strumelia, What is happening is the HTML code when looked at in the < > button will read like this:
<h1>some big text</h1><p>then some small text</p>
TinyMCE will kindly reformat that so that its more readable
<h1>some big text</h1>
<p>then some small text</p>
and jamroom will go "Oh, you want an extra line in there and add a BR".

What we need as a solution is a way to tell tinymce to format the HTML code without those new lines when it save it. Its fine to have those new lines there when your reading it, but if it would kindly remove then when it saves them, that would be great.

The way to request that used to be by adding:
remove_linebreaks : true
according to: http://archive.tinymce.com/wiki.php/Configuration3x:remove_linebreaks

But that is for version 3 of TinyMCE and no longer appears to work for version 4. :(

We're not the only ones asking this question though:
http://community.tinymce.com/forum/viewtopic.php?id=35596
Quote: I have looked for the answer and I have tried various suggestions. Nothing is working.

I need to store the source HTML without CRLF before and after the paragraph tags. The config parameter 'remove_linebreaks' did not help me.

I need to store the source HTML like this:

some text



not like this:


some text




I have tried various suggestions and I have looked through the TinyMCE source js. I can't find the js code that forces the CRLF around paragraph tags, and none of the config suggestions have worked. Can anyone help? Thank you.

But nobody seams to have the answer :(
michael
@michael
08/19/16 09:38:10PM
7,832 posts

Audio song edit problem


Design and Skin Customization

Thanks.

I'm not able to reproduce the error on my system. Could you send me some login details to your site so I can test it there.

send the details to support at jamroom dot net and include the link to this thread.
michael
@michael
08/19/16 09:35:58PM
7,832 posts

How to change the online status template in profile page..


Design and Skin Customization

See if this doc answers your question:

Docs: "{jrUser_online_status}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/4263/jruser-online-status

If its missing something, let me know and I'll get it added in.
michael
@michael
08/19/16 01:08:55AM
7,832 posts

TinyMCE inserting line breaks into some list items


Jamroom Developers

Hows it looking now? Is this still an issue? I checked it with the editor enabled on comments and the extra BR's didn't seam to be being inserted.

--edit--
Yes, its still an issue:
<h1>some big text</h1>
<p>then some small text</p>

The output will be:
<h1>some big text</h1><br>
<p>then some small text</p>

updated by @michael: 08/19/16 01:41:39AM
michael
@michael
08/18/16 10:19:53PM
7,832 posts

How do I exclude Search Terms from Results


Using Jamroom

The "Banned Items" module has an ability to add words, maybe add 'trump' and 'clinton' as banned words.

Don't think it bans them from being searched on, but thats an idea to add to.
michael
@michael
08/18/16 09:48:08PM
7,832 posts

Pages In Search Results?


Using Jamroom

After looking at this I've found 2 things:
#1. The search system is currently in heavy development for its next version so it not a good time for me to fiddle with it.

#2. Site Builder does not run on Datastores like the most of the modules, so it doesnt clip-right-in to the search system as easily as normal modules do.

I have a tracker open for this issue though, so once the next version of the search system is stable, I'll work on getting Site Builder built pages into it.
  366