Forum Activity for @michael

michael
@michael
09/16/15 10:09:47PM
7,832 posts

login page redirecting


Using Jamroom

jamroom will not over-write the .htaccess . The only way that would happen is if you FTP the .htaccess up to the server from a new install. the marketplace will not touch it.

It doesnt look like any flags that jamroom looks out for. Seams like its just a server setting.
michael
@michael
09/16/15 10:05:36PM
7,832 posts

Question Using Item Lists ( combined)


Using Jamroom

That template code part was added later, its not so much revealing it as it is figuring out and constructing it. So that code to do the constructing needs to be built.

Got a public tracker open for it here:
https://www.jamroom.net/the-jamroom-network/tracker/1676/template-code-reveal-for-site-builder-combined-lists

Will look into it when I get back to Japan. back on th 31st.
michael
@michael
09/16/15 09:53:57PM
7,832 posts

jrCore_checktype_json


Jamroom Developers

you pass it json, it tells you if that is json or not

        if (isset($_txt) && jrCore_checktype($_txt, 'json')) {
            $_fields = json_decode($_txt, true);

better than having the decode fail and produce an unexpected error.

--edit--
your saying it lets non-json through and should be tightened right. I'll add that to the list of todo stuff.

The main purpose was to make sure the stuff you thought was json was not bbroken json.

--edit edit--
got a tracker here:
https://www.jamroom.net/the-jamroom-network/tracker/1675/checktype-json-allows-boolians-through-tighten
updated by @michael: 09/16/15 09:58:09PM
michael
@michael
09/16/15 09:50:47PM
7,832 posts

Insert images into Forum Category ' Category Note ' field


Suggestions

its fixed in the next version. The editor is included.
michael
@michael
09/16/15 09:49:33PM
7,832 posts

Concurrent logins


Using Jamroom

There is nothing in the system currently that sets that as an option.

Perhaps listen for the user login event and then check the whos online calculation and reject the login if it exceeds your admin set limit.

Should be a quick module to build.
michael
@michael
09/16/15 09:46:25PM
7,832 posts

Auto-follow set after posting in a discussion. Other options?


Using Jamroom

nope, no notifications.

If they have their notifications turned off nothing will get through, thats the master setting.

The only one higher is the unsubscribe link that blocks an email address from ever receiving any notifications from the system. That link is included in each email so if its ever clicked it will turn it all off.
michael
@michael
09/16/15 09:43:51PM
7,832 posts

Foxycart physical/digital payout question


Using Jamroom

That's a setup I hadn't envisioned. I expected that the way to monetize the merchandise store would be to add it as a feature of quota that was for sale. Taking a percentage of the sale did not occur to me.

I've added it as a feature request here:
https://www.jamroom.net/the-jamroom-network/tracker/1674/jrstore-separate-payout
michael
@michael
09/16/15 09:24:34PM
7,832 posts

Recommend App Building Software / Platform


Proxima

not sure that any of us build mobile apps. I don't.
michael
@michael
09/16/15 09:21:18PM
7,832 posts

need specifics of how video uploads are handled to diagnose an issue


Ning To Jamroom

The flow is:
* upload to /data/cache/...
* move to /data/0/1 (or whatever data directory is correct for the user)
* delete from /data/cache/...

so if its not visible in the data/cache then its probably safe to assume that it is being copied.

Try using FTP to see if its in the expected location in the /data/0/2 directory for the user who its supposed to be going to.

those errors in the console dont seam familiar to me, hopefully they are unrelated.

I'm away from my dev machine for a couple of weeks so im not going to be the most helpful for a while sorry.
  485