-
Posts
6,764 -
Joined
-
Days Won
38
Community Answers
-
Daniel F's post in Pages: Copying a block doesn't copy the content was marked as the answer
We have disabled this feature in 4.6 because it's technically not possible to copy blocks because of all the additional data, which are stored separate.
-
Daniel F's post in DEV - deleted nexus gateway was marked as the answer
Thanks, this seems to be a valid issue which is also affecting few other areas and apps. I have posted this to our internal bug tracker.
-
Daniel F's post in Make message required for reporting a post was marked as the answer
Almost all form fields are handled via Form Helpers so if you need to change any of these fields, you'll have to search for the method which creates the form, then you can create a hook to change the form fields!
There are few methods where above approach won't work, in this case you can create a hook on \IPS\Helpers\Form\FormAbstract to override the constructor to adjust the field data 🙂
-
Daniel F's post in How to get the current URL in FURL form was marked as the answer
Why would you want to get a friendly url for
http://ips.valacoding.com/index.php?app=core&module=system&controller=widgets&do=getBlock&blockID=app_nexus_latestProducts_tfxsn9iaq&pageApp=nexus&pageModule=store&pageController=product&pageArea=header&orientation=horizontal..... ? The page is meant to be shown in a modal and only to moderators with permissions to edit the sidebar, there's no point in having a friendly url here.
-
Daniel F's post in Social Media Thumbnails was marked as the answer
You could probably use our live meta tags editor https://invisioncommunity.com/4guides/promotion/seo-r295/ to add your custom og:image files https://developers.facebook.com/docs/sharing/webmasters/getting-started/basic-link/
-
Daniel F's post in How To Query Theme Usage was marked as the answer
We have a free 3rd party app in our marketplace which could be used for this.
-
Daniel F's post in Any idea how to disable the Block Manager? was marked as the answer
I guess you're meaning the new block inside topics?
The feature is called Topic Summary and you can edit the settings or disable this feature completely in your ACP on the Forum Settings Page.
-
Daniel F's post in Dockerized - unable to select Redis in ACP was marked as the answer
Make sure that the PHP redis extension is available and enabled on your web container.
-
Daniel F's post in New registration with gmail are not allowed was marked as the answer
Have you banned gmail? Review your ban filters in your ACP => Members => Ban Setting
-
Daniel F's post in Node permissions was marked as the answer
Unfortunatly 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 answer
The 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 answer
You 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 answer
Hi,
the pages database templates are located in your ACP => Pages => Templates.
-
Daniel F's post in Core groups extension was marked as the answer
There 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 answer
We 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 answer
Please 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 answer
Short 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 answer
There'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 answer
Thx, I have fixed this for an upcoming release.
-
Daniel F's post in CSRF error was marked as the answer
Thanks, I have fixed this for an upcoming release.
-
Daniel F's post in Approved with 0 downloads? was marked as the answer
Downloading 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 answer
Top 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 answer
Via 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 answer
It’s not enough to include the init.php , you also need to initialize the dispatcher .