
Everything posted by Daniel F
-
[ Suggestion ] Increase column prefix value to 500
Daniel F replied to Marco Junior's post in a topic in Invision Community 5: Beta Testing's Beta Discussion
-
[ Suggestion ] Increase column prefix value to 500
Daniel F replied to Marco Junior's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionPrefix: <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
Daniel F replied to Marco Junior's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI 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?
-
Comment redirect links same despite updating to 4.7.19
In the client area. https://invisioncommunity.com/clientarea/
-
Comment redirect links same despite updating to 4.7.19
Just noticed it few minutes ago;) Please make sure we have the admin login credentials for the other community on file, so that I can review everything in your ACP 🙂 Thanks
-
Comment redirect links same despite updating to 4.7.19
Are you sure that you upgraded? The community associated with this topic is still on .18 Edit: OK It seems you associated the wrong community here. Looking at the other one now.
-
Hiding Replies to Threads
It's possible with the "Post Approval" feature, but a moderator would have to enable it in each topic.
-
Report function for records shows dropdown for one entry
UI would be enough
-
[4.7.18] Class must be declared abstract or implement method 'recount'
I've run into this too few times in the last weeks and have finally found the reason So, @Matt created a fancy tool to insert all the traits as @mixins into the Model class, The weird side effect in phpStorm is, that it expects now the abstract method from DelayedCount too. And when you use phpStorms "Add Method Stubs/fix it" feature, it will also add these methods / show all the not implemented abstract methods from the used mixins and at least I just selected them all, because why not.. I expected they were required in my class So to avoid this, we have just to be more careful with using all the automatically suggested methods by phpStorm.
-
Live Chat module for Cloud clients
-
Report function for records shows dropdown for one entry
Can you send me a PM with a screenshot of the issue?
-
Increse time on admin cp
Nah, if it's a local dev environment, DEV_DISABLE_ACP_SESSION_TIMEOUT is the new ACP_SESSION_TIMEOUT👀
-
v5 api
Daniel F replied to virap1's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionThe documentation is generated automatically based on the existing code, so just look at your ACP => System => API - REST API References page
-
v5 api
Daniel F replied to virap1's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionThere 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
Daniel F replied to Drewfus's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI have created a ticket so that our staff can take care of this.
-
Status updates have been removed in v5
https://www.ic-essentials.com/forums/topic/97-status-posts/
-
Prepare for v5 page is broken
Can you create a screenshot while using the english language?
-
Prepare for v5 page is broken
-
Pages: You are using custom PHP blocks. These will no longer function in v5
What's the reason for not using plain HTML to add your JS code to the code? There's no need for php ?! or is it some dynamic JS code which also requires php variables?
-
Error for install
Daniel F replied to Marco Junior's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionWhat was the issue? Were files missing?
-
I can't find the word 'and' to translate
only _list_format_ remove the "the" 😄
-
I can't find the word 'and' to translate
Ah sorry, it's the _list_format_ string.
-
I can't find the word 'and' to translate
Depending on the mode ( like or reaction), the and comes from the react_blurb_others_secondary or like_blurb_others_secondary string
-
Forums: Q&A mode has been removed in v5.
Marc mentioned that it is switching automatically to a forum with solved mode on;) So yes, it's converted during the upgrade.