Forum Activity for @michael

michael
@michael
08/22/16 09:50:35PM
7,826 posts

Cannot edit a certain page with Site Builder


Using Jamroom

They are widget_id 687 and widget_id 782 you can still access all your data via
ACP -> MODULES -> DEVELOPER -> TOOLS -> DATABASE ADMIN
updated by @michael: 08/22/16 09:52:11PM
michael
@michael
08/22/16 09:00:35PM
7,826 posts

Cannot edit a certain page with Site Builder


Using Jamroom

Then its the code that you're putting into the widgets fault.

What is the code thats going into the widgets?
michael
@michael
08/22/16 08:13:50PM
7,826 posts

Group Error - Firefox and IE Only


Using Jamroom

That shouldn't have caused any errors.

Whats the code after:
        <h1>Groups</h1>
    </div>

    <div class="block_content">
?????????
michael
@michael
08/22/16 07:51:15PM
7,826 posts

Group Error - Firefox and IE Only


Using Jamroom

could you outline the steps you're taking to do what you're describing so I can replicate it and see if I get the same thing? That would make it easier for me to provide a solution.

My guess is you have a search="something = (nothing)" or the like. That error is saying, "You told me to fetch something from the database, but I couldn't understand what you wanted me to get."
michael
@michael
08/22/16 07:06:38PM
7,826 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,826 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,826 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,826 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,826 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,826 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.
  365