Forum Activity for @michael

michael
@michael
08/27/15 12:04:36AM
7,832 posts

Missing plugins when importing from Ning and a question about the Pages module


Ning To Jamroom

hypnothoughts:....My second question is around the Pages module. When creating a normal user is creating a new page (non-admin), they get thrown into the Elastic theme even though I have another theme set as my active skin and profile skin. No other modules do this but this one does. I set up Elastic as the admin skin. Is there any way to stop this from happening?...

This was happening because the page module also has a link to the /page/create screen from the TOOLS tab in the admin area.

An update has been released for jrAdminSkin that now checks to see if user is an admin user before showing the admin skin. This fixes this issue for jrPage.

The changelog is here:
https://www.jamroom.net/the-jamroom-network/networkmarket/55/alternate-admin-skin

Update from the marketplace and you should be good to go.
michael
@michael
08/26/15 09:25:22PM
7,832 posts

login page redirecting


Using Jamroom

Really? I wasn't expecting that reply, I was expecting all users get sent to a specific profile.

In that case the biggest suspect becomes some external caching mechanism on the server. Maybe cloudflair or other server caching mechanism that is detecting a redirect to a location and storing it for the users.

There is nothing in jamroom that stores a logged out users identity with enough information to take them to their profile when they are not logged in.
michael
@michael
08/26/15 09:21:41PM
7,832 posts

How to copy n paste text on jamroom ?


Using Jamroom

You loose all the context stuff.

The biggest one I think most non-technical users would miss would be the "insert/edit image" option. there is a menu that allows you to add padding to images. Without the context menu, your users only option to put some padding around the images becomes editing the html in code view.
michael
@michael
08/26/15 07:33:11PM
7,832 posts

How to copy n paste text on jamroom ?


Using Jamroom

Strumelia:
Is this the same thing as what Michael is referring to here?:
"If you disable the right click functionality then normal functionality will return."

If that's so, maybe I can try that as a test. Curtis- where do i find my tinymce init?

its in form_editor.tpl in the jrCore module.

so change it at:
ACP -> CORE -> TEMPLATES -> form_editor.tpl -> MODIFY

And yes, it is what I was meaning. remove the 'contextmenu'
michael
@michael
08/26/15 05:08:13PM
7,832 posts

Admin Account


Installation and Configuration

I've narrowed down the location of where its happening to router.php.

The expected output exists before:

/modules/jrCore/router.php around line 310 ish.
// Send output
// THE ORDER OF THE FOLLOWING STATEMENTS is critical for it
// to work properly on mod_php, CGI/FastCGI, and FPM - DO NOT CHANGE!
@ob_end_clean();
header('Connection: close');
ignore_user_abort();
ob_start();
echo $out;
header('Content-Length: ' . ob_get_length());
ob_end_flush();
@flush();

Up until that point $out contains the needed info, but for some reason your server instead of outputting the value of $out, it outputs a blank white page.

Can you contact your server company and ask if they know why this might be?

If you can give me access to your servers error logs, I can look for myself.
michael
@michael
08/26/15 02:57:52AM
7,832 posts

How to configure audio downloads?


Using Jamroom

The bands don't get to choose, the site admin chooses how the whole system works at:
ACP -> MEDIA -> AUDIO SUPPORT -> GLOBAL CONFIG -> block file downloads
ACP -> MEDIA -> AUDIO SUPPORT -> GLOBAL CONFIG -> block album downloads

It would be possible to add in a field with the Form Designer then use that to show/hide the button to download, or build a module to allow/dis-allow but its not there by default.

I haven't done it so don't have the exact steps.
michael
@michael
08/26/15 02:37:09AM
7,832 posts

Annika


Using Jamroom

Dazed:
Thanks Paul. What about #2?
The code on the NEXT button is:
jrLoad('#site_news_div','http://www.mixposure.com/site_news/p=3');

That code reads "change the div with the id="site_news_div" to show the second page of news". But your news div does not have id="site_news_div" on it so the code doesn't know where to change. So it doesn't change.

add id="site_news_div" to the place where you have that max-height:500px and your navigation will work.

it should look like this:
<div style="max-height: 500px; overflow: auto; height: 100%; opacity: 1;" class="item" id="site_news_div">
michael
@michael
08/25/15 06:53:07PM
7,832 posts

login page redirecting


Using Jamroom

I've never seen that behaviour before. Does it happen for all users, or do all users get directed to the admin's page?

It would be really weird for each user to be directed to their own home page even if they are not logged in. I can't understand how the redirect would know where to redirect to.
michael
@michael
08/25/15 06:50:26PM
7,832 posts

How to copy n paste text on jamroom ?


Using Jamroom

Strumelia:
But I use Firefox and it lets me copy/paste in every textbox and field on the whoooole internet...EXCEPT, it seems, in the JR one. Why is this?

A text box is different to an editor. You're talking about right click pasting into TinyMCE right? The same place that has the context menu provided by the editor itself.

If you disable the right click functionality then normal functionality will return.

Can you paste into the editor on this page?
http://www.tinymce.com/
michael
@michael
08/25/15 02:50:50AM
7,832 posts

jrOneAll error


Installation and Configuration

think its after a DOMAIN, not a URL. so try dropping the https:// so that it matches what you have on record over at oneall.
  493