Forum Activity for @michael

michael
@michael
07/21/15 09:26:59PM
7,832 posts

Error: Offsite media downloads are blocked


Installation and Configuration

have you set my 'Global Settings' to ALLOW_ALL_DOMAINS?
michael
@michael
07/21/15 03:04:40AM
7,832 posts

'De-activate Member' has glitch.


Using Jamroom

@researchcooperative you can add a message to your timeline with @strumelia in it and it will appear in her timeline MENTIONS list.

Its the same model twitter uses.

eg:
https://www.jamroom.net/researchcooperative/action/mentions
updated by @michael: 07/21/15 03:05:45AM
michael
@michael
07/21/15 12:08:10AM
7,832 posts

Developer Tools Suggestion


Suggestions

Looks like there are a few of them:
http://www.nilambar.net/2012/10/best-free-web-based-file-management-scripts-in-php.html

Not sure which one is the best, or which one is MPL compatible license. Suppose it wouldn't be too difficult to do an integration like how adminer ( the database admin ) is done though.

--edit--
This one is MPL licensed:
http://extplorer.net/files
updated by @michael: 07/21/15 12:25:31AM
michael
@michael
07/20/15 11:48:59PM
7,832 posts

HTML Tags Being Removed


Design and Skin Customization

iFrames should be able to be added if you have this module in there:
https://www.jamroom.net/the-jamroom-network/networkmarket/116/iframe-control

I added bakersfieldnow.com to the allowed domains and was able to add your code to a blog post. The figure/figcaption issue looks like its sorted in an upcoming release too. It had to do with HTML5 not playing nicely with the htmlpurifier.
michael
@michael
07/18/15 01:08:04AM
7,832 posts

still trouble updating to sitebuilder core


Using Jamroom

I have got a lot of things piling up right now, so won't be able to help with this soon.

What would be really helpful would be to know what each of the individual issues are, rather than a collective "its all messed up".
michael
@michael
07/18/15 12:53:08AM
7,832 posts

Developer Tools Suggestion


Suggestions

Not sure about how to go about allowing upload, but I know on occasion when I've been working on a clients account in the ACP I've wanted to be able to download the skin to play with it on my local machine.

--edit--
This looks like what I think your talking about:
http://www.thegeekstuff.com/2012/03/chroot-sftp-setup/
updated by @michael: 07/18/15 12:54:58AM
michael
@michael
07/17/15 01:11:20AM
7,832 posts

Profile Customization


Design and Skin Customization

Please don't post the same post 3 times. I've deleted the other two.

The module your interested in is probably the "Profile Tweaks" module here:
https://www.jamroom.net/the-jamroom-network/networkmarket/2/profile-tweaks

That will allow individual profiles to adjust their profile look.

As for where the profile image is, it depends on what skin you are using, but I would start by looking at to see if there is a 'profile_header.tpl' file for your skin, its probably in there.
michael
@michael
07/16/15 06:18:45PM
7,832 posts

Editing a page layout with Sitebuilder


Using Jamroom

Changing the layout of a page on any version of site builder does not effect the content.

If you have content in BOX 1, BOX 2, BOX 3 then change the layout to only have BOX 1 then the content in the other 2 boxes will have nowhere to show, so wont show.
michael
@michael
07/16/15 02:06:36AM
7,832 posts

social login bug data too long errror


Using Jamroom

Try checking the ACTIVE checkbox on the modules INFO tab and saving. or un-checking it then re-checking it.
michael
@michael
07/16/15 12:56:35AM
7,832 posts

social login bug data too long errror


Using Jamroom

First thought is: it looks like the jrEvent module is doing something to cause that. Usually when a site is installed jrEvent isn't going to be there, but since it is there on your site, its trying to install and activate it when the rest of the modules are turned on.

Try it without jrEvent moudle uploaded.

The code looks like it should be working even without that as the definition of 'required' is:
"`required` TINYINT(1) NOT NULL DEFAULT '0'",
So I would expect that it should default to 0 for a case like yours where the value is ''.

Its not.
  509