
Solutions
-
Daniel F's post in Node permissions was marked as the answerUnfortunatly IPS doesn't have such a feature where you can define the other user groups, but you're able to show the topics only to the author and staff members(moderators)
-
Daniel F's post in Topics custom field, variable in templates was marked as the answerThe metadata field isn't unused, it's used by the meta data system, which in fact is perfect for your use case!
You could create an application with a proper meta data extension for topics to flag the topic:)
You can find more information about the feature in our dev guides:
-
Daniel F's post in How to view members of a group? was marked as the answerYou can use the search to get all members from a group in the frontend, and you can either use the member list filter or just click on the number of members on the groups list in the ACP to get the list of all members from a group.
-
Daniel F's post in How to find the template throwing an error? was marked as the answerHi,
the pages database templates are located in your ACP => Pages => Templates.
-
Daniel F's post in Core groups extension was marked as the answerThere are at least 2 different ways to accomplish this which I've mentioned here:
Depending on the ammount of fields you want to store, you could either use an own database table or a setting to store the data.
-
Daniel F's post in Custom Login Redirect from Forum Login was marked as the answerWe fixed recently a bug which caused the los of the redirect after the login process.
This should be resolved in the next release.
-
Daniel F's post in Lost All Formatting After Migration/Upgrade was marked as the answerPlease submit a ticket and we’ll take a look
-
Daniel F's post in Files in the "interface" folder and CIC clients. was marked as the answerShort update on the issue: This is indeed a limitation which we've just noticed ourself, We're looking at this right now and investigating possible solutions.
In the meanwhile I would suggest to stop using the interface directory at all, and instead use controllers for the PHP logic and official CDNs or the application resource system for any other files.
I'm going to explain this further in the upcoming September Marketplace Recap topic which will be published on Monday.
-
Daniel F's post in Code completion in IDE with monkey patching was marked as the answerThere's a handy tool in our marketplace which is able to generate the proxy classes and dozen other autocomplete providers for phpStorm
-
Daniel F's post in Deleting a hook in the dev center doesn't work properly was marked as the answerThx, I have fixed this for an upcoming release.
-
Daniel F's post in CSRF error was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in Approved with 0 downloads? was marked as the answerDownloading the pending version update isn't logged as download.
And if you take a look at the file, you'll see that he posted a new version while the file was waiting for approval
-
Daniel F's post in 4.5.1 to 4.5.2, skin changes was marked as the answerTop Menu => Resources => Theme Differences , links to https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff
-
Daniel F's post in How to cancel 4.5 application submission review? was marked as the answerVia ticket ask for the deletion of the pending version.
-
Daniel F's post in "Only subclasses of Dispatcher can be instantiated" Error was marked as the answerIt’s not enough to include the init.php , you also need to initialize the dispatcher .
-
Daniel F's post in Trouble getting CMS record was marked as the answerDon't forget that Records "doesn't exist", it's just a virtual class used to create the real implementation aka Records1, Records2 ( the Database ID is attached to the classname), this means you need to use the proper record class name. Instead of \IPS\cms\Records it's going to be \IPS\cms\Records1 ( replace 1 with your database id )
-
Daniel F's post in Purge translation strings in core_sys_lang_words? was marked as the answerI can confirm any_time(which I have fixed for 4.5), but nothing else from your list was duplicate for me.
-
Daniel F's post in Best way to run a script on new signup? was marked as the answerI would suggest to use the MemberSync extension which will be called literally always when a member is created/edited/deleted