-
Is "Allowed CSS classes" Available on IPS5?
It’s available as a development setting for an application. Developer Center > (your application) > Front-End > Parser Settings.
-
Key values to differentiate guests from logged-in
In an ideal world, all ad companies would provide you with tags that plug in nicely with IPS’ advertisement system. We have definitely had ad companies which have requested some on-page way of telling the difference between a logged in user or not for more dynamic ads and varying type of ads. I’ve found some of them do struggle on the concept of ‘just give me code for this case’ as they want to fully manage the page without giving us individual units.
-
Key values to differentiate guests from logged-in
Well it depends on how they want to do it. If they’re fine with JavaScript, a call to ips.getSetting('memberID')will return non zero if a user is logged in. Otherwise, you could use template logic to insert a psuedo hidden div.
-
Beta 11 is here (already!)
Am I right in thinking that editor restrictions right now are mostly client side? I've looked through the code and most of the restrictions seem client-sided, but there's obviously things I could be missing. If this is the case, is there any plans to verify these restrictions on the server side?
-
Merge Tags
G17 Media replied to SoloInter's post in a topic in Invision Community 5: Beta Testing's Beta Discussioniirc; we had to build custom functionality for this; the caches will not be automatically rebuilt, but are necessary.
-
Chrome crashes: STATUS_ACCESS_VIOLATION
G17 Media replied to Florent Cadet's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI had a similar issue on a beta/unstable Chromium build, the fix was, of course, using a stable Chrome version.
-
New deployment option for Invision Community Classic
IPS won't do this because their cloud system doesn't work like this. However, we actually locally maintain our own Docker "master image" which has all of our custom apps and tweaks to IPS - as well as custom written ability to automatically upgrade (e.g. automatic database and IPS formatted application upgrades) as well as automatically install for testing branches etc. It doesn't actually require any changes to IPS' core code (at least for v4 😆), so you can definitely hire a developer or work on doing the same in-house if you want a serviceable Docker image. IPS give us the software, it's up to us how we chose to install/deploy/configure it.
-
Will Invision Community 5 be the end for customisation of existing apps?
There are definitely customizations that were possible before that won't be possible in IPS 5 for third parties. Whilst I'm sure IPS will make their event listener and extension system quite extensive, there are definitely cases where it will not cover. Compare that to being able to edit any class and any template dynamically via hooking, the level of power for third party developers is definitely not as strong. However, I'm looking forward to seeing the capabilities of the new system.
-
BUG: Leaderboard: Pagination on Past Leaders broken
Using pagination on the leaderboard 'Past Leaders' tab doesn't work. You can reproduce on this community: https://invisioncommunity.com/pastleaders/ Try going to next page, or pick a page.
-
Invision Community v5: An update, and next steps
We're trying to plan whether to continue to use IPS or migrate to our own platform, so would love to have a look to evaluate.
-
Invision Community 5: The all-new editor
The alpha testing group probably mostly consists of those who are at least experts or well-versed in using web technology and quick learners. @13.'s suggestion is probably more aligned with how I see normal users using it.
-
What could cause broken QR code with google auth?
Google doesn't need to render the code. 2FA/TOTP QR code generation does not require data being sent to Google. There is not a need for IPS to be sending these codes to Google for rendering, it could be done locally. Google Authenticator is one app for 2FA/TOTP codes, but you can use other apps. Even Google Authenticator itself does not transmit/backup TOTP codes to Google unless you activate its optional backup function.
-
What could cause broken QR code with google auth?
Is 2FA data really being sent to Google for rendering? 😕
-
Issue with moderators seeing downloads pendingversion in approval queue
To replicate on any IPS community: Create File Moderator subgroup, add it to Moderators, give every File/Downloads permission (including hide/unhide). Post a file where approval is required. Note that the file appears in the approval queue for a user in that moderator group. Post an update to said file, where approval is required. Note that the file is not shown in the approval queue for this moderator group, nor can they actually approve the file. I've fixed this on my community so I don't need this to be fixed upstream - but this is a heads up for a bug in Invision Community.
-
Issue with moderators seeing downloads pendingversion in approval queue
Moderators with all Downloads permissions granted do not see pending versions in the approval queue. Is there a permission I'm not seeing for pending files versions?