
ElliotHM
+Clients-
Content Count
15 -
Joined
-
Last visited
About ElliotHM

-
Rank
New Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You're not alone with this, I can see if that if it's a non-default user photo you get this output: With as img path of "/applications/core/interface/file/index.php?file=/monthly_2019_01/Untitled-1.png.26edcbdc76a12029d2e3edbe1899c2c9.png" (404 Not found) Where as default photo and other areas of the user photo which do work follow the URL format of: "/uploads/monthly_2019_01/Untitled-1.thumb.png.a0ff1c23cd7642d033c2e300aa049c01.png" Seems to only occur in the author panel (cAuthorPane_photo) on forum content.
-
-
ElliotHM reacted to a post in a topic: Haze 4.2.x by IPS Themes
-
ElliotHM reacted to an entry: 4.4: Recurring PayPal Payments and more with Braintree and Commerce
-
ElliotHM reacted to a post in a topic: Official SVG header/logo support
-
4.4: Application manifest and icon management
ElliotHM commented on bfarber's entry in Product Updates
Ahhh so unfortunately this doesn't sound like full SVG support just yet, however I imagine we can build around it? Is there still plans to support / enable SVG files as an alternative for .PNG/.GIF for true scalable quality as well as semi-transparent animations? -
4.4: Application manifest and icon management
ElliotHM commented on bfarber's entry in Product Updates
@bfarber Will the SVG support be functional for multiple colours, transparency and animation and or even Windows based apps rather than just "apple" . -
Very limited in its explanation though and only really mentions apple systems. Looking for genuine support for animated / coloured SVGs on all systems.
-
Silnei L Andrade reacted to a post in a topic: Official SVG header/logo support
-
Cyboman reacted to a post in a topic: Official SVG header/logo support
-
SVG files require alot of work and brute forcing to get the desired affect compared to a png file. Why use an SVG file? Infinite scaling +/-. Can be animated with semi transparency and maintain its quality unlike gifs. I've read a few posts that gently comment on it being "in the pipeline" however nothing confirmed.
-
Custom Fields for products / packages that are pre-defined by the owner / admin. An example would be a simple status where products can be assigned an online, maintenance, offline status and you can handle requests to said product accordingly depending on status. (Using the REST API to check if a product is online and functioning but currently custom fields can only be used to control product stock levels).
-
Another feature would be the ability to log OAUTH API calls as well; rather than just standalone rest API calls.
-
Can we possibly see Proof Key for Code Exchange(PKCE) implemented for OAuth2 / REST API in the future? I noticed that by default the login controller appends a CSRFKey to the login request so I'd imagine it'd be possible to apply something similar for the users who want to use their community as an OAuth server for their desktop application (public, no client secret) Until then I'm going to have to use Resource Owner Credentials / implicit which is not advised anymore.
-
I've been doing alot of research and about 6 hours of solid browsing and now I'm admitting defeat. I currently have the client simply submitting hashed user details to a custom php api responsible for user authentication as well as database queries. I was wondering if it's plausible to setup InvisionCommunity to act as an OAuth2 server which can serve member details via REST to a Native Desktop application where users will login using OAuth2(my site) to retrieve their user details. Has anyone managed to get this working, if so can you throw us a few pointers both the avai
-
Douglas Parker reacted to a post in a topic: Commerce Chargeback Handling
-
PayPal
-
MADMAN32395 reacted to a post in a topic: Commerce Chargeback Handling
-
Joel R reacted to a post in a topic: Commerce Chargeback Handling
-
ElliotHM started following Commerce Chargeback Handling
-
Auto revoking a users invoice / transaction when they initiate a chargeback. Currently having to do this manually.
-
I've seen only 1 post regarding this and was wondering if there was a real guide on how to set up the following: Paid Subscriptions that expire either monthly or yearly THAT DON'T AUTO RENEW(just expire on their own, user has to manually purchase after) (If its that renewal tab then I'ma hate myself for a while)
-
I successfully installed IPB v4 but I'm noticing when i try to create a forum under a category I can't because I haven't set its parent. However.... I can't?