
-
-
v5.0.5 b1 - Changes in badges cannot be saved
Are you getting an error or is the form not working at all?
-
Offline pages have encoding issue
This was fixed for an upcoming release
-
Delete old applications
-
-
-
-
-
IC5: Developer Center
-
Contact Us / Support Options
It was already said in the topic, but it seems some missed it:D Just to clarify something because you've mentioned "contact us" several times => the built in CONTACT US option which sends an email to the admin or to predefined email addresses is still here, only the support ticket requests which were part of IPS4 Commerce were removed in IC5!
-
Web API downloads/categories end point failing
Run this query to identify the broken records which have an invalid category. select * from downloads_files where file_cat not in ( select cid from downloads_categories ) Then replace the not existing category value in the file_cat column with the ID of an existing category
-
-
Custom language switcher
$dutchUrl = \IPS\Http\Url::internal('app=core&module=system&controller=language&id=2', 'front') ->csrf() // Add CSRF token ->setQueryString( 'ref', base64_encode( $currentUrl ) ); // set ref urlshould do it. You can always add the 'ref' parameter to an url which contains the base64 encoded target URL.
-
-
Sending PM to all members
You could also use the alert feature to show a message to all members
-
-
GraphQL and Downloads?
Yes, that's correct. There's no downloads app support for GraphQL yet.
-
Web API downloads/categories end point failing
That’s caused by an orphaned file. Given how old the issue is, I’m not sure why and how it happened at all. You should be able to fix this by replacing the category in your DB with a valid one.
-
please help with API
It's a Bearer Token, https://apidog.com/articles/what-is-bearer-token/
-
Mike G. reacted to a post in a topic: Using My Clubs but I can't find the option to start a new topic
-
-
BognorRidges reacted to a post in a topic: Using My Clubs but I can't find the option to start a new topic
-
Using My Clubs but I can't find the option to start a new topic
-
Using My Clubs but I can't find the option to start a new topic
Also don't forget to create at least one forum inside the club
-
T. Batuhan BULGURLULAR reacted to a post in a topic: Invision Community v5: How to Migrate a Second Site Smoothly?
-
Invision Community v5: How to Migrate a Second Site Smoothly?
You can change the domain in the conf_global.php file
-
Invision Community 5.0.5 Releases
It's safe to ignore this.