
Everything posted by Daniel F
-
New member registration Admin email
That’s not true. Open the admin notification settings where you can set if you want to receive an email or not.
-
Facebook Alert : Graph API v8.0 changes to token requirement
We're already aware of this and working on it:)
-
Two factor security answers are exposed in ACP
There's already an own ACP permission for this. Only administrators with the "Can view and edit members' two factor authentication settings?" permission are able to see and edit this. If you're worried that your administrators could abuse the system, don't give them the permission to view and edit this 🙂
-
September Marketplace Recap and upcoming developer changes
Deprecation of the interface directory In order to ensure Invision Community is compatible with modern cloud infrastructures we are deprecating the use of the interface directory in favour of a proper front loader system. We're working on a new solution which will allow HTTP requests to the interface directory. This means, any JS, HTML, GIF files uploaded there will work, even PHP will work, BUT you'll have no access to the IPS framework there. Last months common submission issues: All in all the quality increased, but there are still 2 common issues which are worth to be mentioned. Versions (again) 😉 Please try to pay more attention to this. We're thinking about including an check for this to forbid any submissions where the new version is lower than the previous, but until this happens, please, please pay more attention to this. It's one of the really unnecessary reasons for a approval delay.. Editors Please keep in mind that you can't just use any of the existing EditorLocations in your 3rd party applications and plugins. There's a lot going on in the background and there's a lot logic related to the specific area used in the EditorLocation Extension, so one can't just use e.g. the Admin EditorLocation for the editor field in his custom form. Last but not least, please try to install your application or plugin on a local test instance and also run the upgrade from the stable last release before you submit it to the marketplace. You'll be surprised how often we get submissions which result in an error while the installation.
-
Connecting to 3rd party REST API service endpoints
Could you clarify what you're trying to achieve? We have introduced a Webhook System in 4.5 which could be used for this, but right now it's limited to be used by 3rd party Applications, Plugins and our own Zapier integration. This means, registered web hooks will be able to get a notification with the available data when a specific event happens (e.g. when a member registers, when a topi (or literally any content is created, edited or deleted )
-
Topic Summary - Criteria for "Posted Images" shown
It just fetches any attached images posted in the topic
-
Application blocking admins from reading member PMs
-
Files in the "interface" folder and CIC clients.
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.
-
Application blocking admins from reading member PMs
There's no such feature in the core. The only way to read PMs would be by using the sql toolbox or allowing them to login as the user, so just don't give them the permission to use the SQL toolbox and to login as other users?!
-
Crowdfunding
-
Our Picks Widget: where is the template?
It's the core / front / widgets / promoted template.
-
Turn more simple your marketplace
Updates are already shown inside the ACP, but your idea is also on our internal suggestions post.
-
Topic Summary: Sticky Posts
Wouldn't the new "Mark as solution" feature in 4.5 work better than links to random posts ? This will also highlight the post and create a link to it.. Another great indicator are the posts with the most likes (which are part of the topic summary)
-
Movies
It's depending on the approval queue, the submissions and the provided code quality. Some submissions also require further internal discussion
-
Login Anonymously Feature Missing in v4.5
The setting was moved to the account settings https://invisioncommunity.com/settings/account-security/
-
Community Map
There's a bug in the recent release.. Stack: TypeError: Argument 1 passed to IPS\communitymap\Members\_Groups::getData() must be of the type int, null given, called in /Applications/MAMP/htdocs/mpsept/applications/communitymap/extensions/core/GroupForm/communitymap.php on line 40 (0) #0 /Applications/MAMP/htdocs/mpsept/applications/communitymap/extensions/core/GroupForm/communitymap.php(40): IPS\communitymap\Members\_Groups::getData(NULL) #1 /Applications/MAMP/htdocs/mpsept/applications/core/modules/admin/members/groups.php(207): IPS\communitymap\extensions\core\GroupForm\_communitymap->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group)) #2 /Applications/MAMP/htdocs/mpsept/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_groups->form() #3 /Applications/MAMP/htdocs/mpsept/applications/core/modules/admin/members/groups.php(39): IPS\Dispatcher\_Controller->execute() #4 /Applications/MAMP/htdocs/mpsept/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\members\_groups->execute() #5 /Applications/MAMP/htdocs/mpsept/admin/index.php(14): IPS\_Dispatcher->run() #6 {main}
-
Code completion in IDE with monkey patching
There's a handy tool in our marketplace which is able to generate the proxy classes and dozen other autocomplete providers for phpStorm
-
Correct Application, Plugin and Theme versions
Folks, please try to pay more attention to the version numbers you're using for your customisations! There's just another upset client who can't upgrade his file via the ACP - Marketplace because the system doesn't recognise the new upgrade release as "upgrade" because the recent version has long version 2800 while the old long version is 24344. I hope everybody here sees the issue?! The newer version is lower than the last version. Another common concern confusing clients and our backend is that some developers started going back with version numbers for their 4.5 releases. So from 1.4.2 ( 104020 ) they went back to 1.0.0 ( 100000 ) Personally, I would suggest to try to use a proper semantic versioning system Last but not least, while it's mentioned in the MP guidelines, here's a slightly reminder: Please also increase the versions for EACH release, even if you changed only a minor typo because clients will freak out because the MP shows it as upgraded, but their installation not..
-
PHP Upgrade! Results Nope!
Any errors in your error logs?
-
Application Forms - Supporttopic
Please submit a ticket so that we can take a look at this.
-
Can you suggest a method to autopost pages news to Facebook?
Or for people which don't like IFTT, you can also use Zapier! Zap for RSS to Facebook Pages https://zapier.com/apps/facebook-pages/integrations/rss/39/post-new-rss-items-to-a-facebook-page Zap for Rss to Twitter https://zapier.com/apps/rss/integrations/twitter
-
Fluid View, exclude option
The unmodified forum app doesn't have such a feature, so it's probably better to request such a change to the author of your customisation
-
Drip Campaigns Support
You shouldn’t have to uninstall the app?! Haven’t you associated it with the MP file while the marketplace onboarding after the 4.5 upgrade ?
-
"Page Builder: Images" carousel not carouseling on mobile
Thx, we’re still investigating this.
-
Deleting a hook in the dev center doesn't work properly
Thx, I have fixed this for an upcoming release.