Everything posted by Daniel F
-
IC5: Introduction to Listeners
You could use this approach
-
Upgrade Fail - IPS 4.7.19 to 5.0.0 Beta 7
Daniel F replied to 403 - Forbiddeen's topic in Invision Community 5: Beta Testing's Beta DiscussionDo you see any logged errors in your system log?
-
Anyone else having trouble with Downloads file screenshots?
Is there anything useful logged in the core_file_logs database table? Usually it should have a hint to see which function triggered the deletion
-
5 Demo Borked
You did not get a response on Nov 19?
-
How to change admin link
This feature was deprecated in IC5
-
5.0 Menu Manager
This is already on our roadmap:)
-
Beta 5 is alive!
Which means, it's not a clean install. Anyway, you'll need to update the blog_entries database table and update the entry_category_id value for all entries with a not existing category.
-
Beta 5 is alive!
Have you deleted any categories? If yes, how exactly? Something went wrong and the category wasn't set to NULL while the deletion.
-
Beta 5 is alive!
Based on the error you're missing a blog category. Was this a clean installation or an upgrade from v4?
-
IC5 and Zapier
What @Randy Calvert said is correct. The Zapier endpoint receives the content as plain HTML code and submits it to the community as plain HTML code. It will NOT run through the HTML purifier and it will not run the profanity checks, it's literally saved as it is! If you want to run any validation and manipulation, it has to happen before it's sent to your community.
-
Beta 4 is through the door!
You're living in the future and yet still
-
[ Suggestion ] Increase column prefix value to 500
- [ Suggestion ] Increase column prefix value to 500
Prefix: <span class="admingroup"> Suffix: </span> custom.css: .admingroup { font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }- [ Suggestion ] Increase column prefix value to 500
I would suggest to add a unique classname here and then use css to properly format it! There should really be no need for more than 250 characters here. Based on the talk here I've created an internal suggestion to add the public group ids as classname to the name automatically, then one can use only css to format the names.- Beta 5 is alive!
Do you see any logged errors in the ACP System Log?- v5 api
The documentation is generated automatically based on the existing code, so just look at your ACP => System => API - REST API References page- v5 api
There were no real REST or GraphQL changes in IC5.0 The only change is that there's a new endpoint GET /core/content which returns the content by it's class and id.- Host change
I have created a ticket so that our staff can take care of this.- Error for install
What was the issue? Were files missing?- Help to install v5
You could also just delete everything except the upload directory, but keep in mind that this will also delete all 3rd party application and plugins files . But you're confusing me, you're talking about installing and not updating, so what exactly are you trying to accomplish? A new installation, an upgrade or just a test upgrade?- Merge Tags
I can certainly say it's not enough! There's also the core_tags_cache and core_search_index_tags db table! And your action could also result in having the same tag more than once in the tag_cache_text column, e.g. when you have "Invision, IC5, IPS4, IC4" cached, and you replace Invision with IC4- Invision Community 4: A more professional report center
The confirmation while changing it to complete or rejected is intentional, but the language string was broken:)- Invision Community 4: A more professional report center
Yes, this is a bug.- Dev Site Quandary - File Locations
Email can be disabled by setting the EMAIL_DEBUG_PATH constant \define( 'EMAIL_DEBUG_PATH', '/dev/null' ); OR, depending on your setup you can also disable it direct on the mail server or use a service like https://debugmail.io The NEXUS_TEST_GATEWAYS constant can be used to set the payment gateways to sandbox mode- Releases note load ajax
You could have looked at the HTML source code of https://invisioncommunity.com/release-notes/😉 https://content.invisioncic.com/a319035/page_objects/ips.releaseNotes_main.js.86736035dfd231b506912c0b58f793a3.js - [ Suggestion ] Increase column prefix value to 500