Forum Activity for @michael

michael
@michael
04/28/20 10:38:42PM
7,791 posts

Merging two people?


Genosis

There is no "Merge these two people into one" button anywhere. If there was, how you would you desire that it worked? Is this something that would need to be done often enough that it requires a button?
michael
@michael
04/28/20 10:33:19PM
7,791 posts

Unable to FTP your software to my hosting


Using Jamroom

not sure how well jamroom will work in a sub-directory, but the site is there:
http://regal-network.com/revelation/install.php
michael
@michael
04/27/20 08:48:47PM
7,791 posts

Fixing Errant HTML Content


Jamroom Developers

Is this coming in to the editor? because tinymce has a tidy option built in but is disabled by default because it can cause conflicts with nl2br if the skin is not expecting to get pretty html.

my guess is its not, i suspect you're just scraping and processing then going straight to database. Could "Tidy" be built as a module, if so im sure it could be dropped in.
michael
@michael
04/27/20 08:43:00PM
7,791 posts

using AudiPro profile audioplayer on another skin


Design and Skin Customization

Is it available on your site at:
ACP -> SKINS -> YOUR SKIN -> GLOBAL STYLE -> PLAYERS -> Player Type
michael
@michael
04/27/20 08:39:35PM
7,791 posts

Fixing Errant HTML Content


Jamroom Developers

The jrCore_strip_html() function deals a little with html purifier and there is a listener in there for 'html_purifier' to allow other modules to adjust the settings of html purifier without adjusting core code. The purifier is run when HTML that would be stripped is combined with the quota based settings found at:
ACP -> CORE -> SYSTEM CORE -> QUOTA CONFIG -> Allowed HTML Tags.

Other functions that may be useful if you're building something:
* jrCore_clean_html() may be what you need to close out any open dom tags.

it calls: jrCore_balance_html_tags() and jrCore_closetags() which may be of use in setting something up.
michael
@michael
04/27/20 05:11:52PM
7,791 posts

Unable to FTP your software to my hosting


Using Jamroom

what paul said, you cant use FTP, change to SFTP, your server does not allow FTP.
michael
@michael
04/26/20 06:29:10PM
7,791 posts

Proxima suggestion


Proxima

Proxima's not in the marketplace anymore. The Proxima system was one that would allow jamroom to be used as a back-end-as-a-service for programmers building apps.

The proxima skin was specially for that. It wont function very well when used with a standard jamroom setup of a community site.
michael
@michael
04/25/20 04:34:20PM
7,791 posts

Lucid Skin Error gets my server blocked on Chrome and Safari


Installation and Configuration

The errors aren't coming from the skin, they're coming from another piece of software that is running on your server: Plesk

Wikipedia: Plesk
https://en.wikipedia.org/wiki/Plesk

Plesk is software installed into the server to add a graphical interface to navigate server operations.

You're version of it has added extra security rules to the server. Its those extra rules that are the cause of the issue.

The new rules it has added state: "No site on this server is allowed to have a url that contains this set of letters in its url 'style/skin=' ".

Unfortunately for Jamroom we do have a url that contains those letters, so we trigger the issue.

It is correct that we could re-write how jamroom works to make sure we don't use that series of letters.
michael
@michael
04/24/20 03:42:49PM
7,791 posts

Lucid Skin Error gets my server blocked on Chrome and Safari


Installation and Configuration

I read that as "Plesk" (a web hosting control script) has installed some extra security measures to protect itself on your server and that one of its rules:
Matched Data: style/skin= found within REQUEST_COOKIES
Which to me means that any piece of software that has a url that contains
/style/skin=
is going to trigger that issue.
michael
@michael
04/23/20 11:10:18PM
7,791 posts

Lucid Skin Error gets my server blocked on Chrome and Safari


Installation and Configuration

its not a skin issue. its a server issue. The issue is the server is not allowing its own process (the one that is running the site) to write to the file system.

Then what its doing is blocking the user at the browser level.

Its not a bug, it reads "Server Error - 403 Forbidden". Unless its a bug in the area of the path creation which could be possible because its in a sub-directory. I can check that out.

Are you able to access your servers error logs? Could you see if there is any information about what its complaining about?
  68