Entry Comments posted by Marc
-
-
-
-
6 hours ago, chopin said: I kind of have a problem with the current mp3 uploads. The default mp3 uploads don't have any way of labeling what the mp3 is. And I'm not seeing a way to customize this without hacking the actual template files (because I am not seeing a way to replace tags). So I'm left with this:
Can the developers look into:
Embedded mp3 players that handles tracks?
A way to embed pdfs so that a click doesn't download the file?
The way my community works, is that we review music in specific forums. And it's very common to attach multi-movement works in a topic or a post, along with a pdf score.
Maybe I can get lucky here and the developers can code this in for me? 😀
You would need to post within the feedback area if you wish to see something like this appear within the core platform
-
21 hours ago, The Old Man said:
Hi @Marc Stridgen,
Does that mean that you are no longer going with CKEditor5? Any news on which version of Font Awesome?
Thank you.
It does indeed mean that, and font awesome 6 free
-
On 3/22/2024 at 10:47 PM, Feneroin said:
No, because at the moment i haven't an active license. I was waiting this 'Early 2024' for renewing my license but ...
I have copied it below for you 🙂
QuoteOur timeline is more likely to be something like:
Early April - open up a hosted version for a focus group
Mid-late April - open up a hosted version for all
Beta after that.
Our original estimate for v5's release was late January, but we wanted to add in a few more features (news coming soon) and work on some of the infrastructure to better support some of the new functionality coming to v5. More recently, we've made the decision to switch out CKEditor 5 which was already built for another editor which is much cleaner and leaner but requires more scaffold. That's pretty much why we're not pressing ahead with alpha/beta testing right now. -
9 hours ago, Feneroin said:
So...a release early 2024 where is it? It'll be 'late 2024' or 'Early 2025' ?
We'll wait again 1 year for v5...?
I believe this answers your question here 🙂
-
-
-
-
5 minutes ago, Clover13 said:
So regarding this assumed 80% of plugins being lost,
Please re-read my message above. This was one person assuming 80% of 'their' plugins 'may' be 😄
With regards the other questions, its much better to wait until there is more released and the authors themselves state what can and cannot be achieved before going down that route.
-
4 minutes ago, RevengeFNF said:
Hope this one doesn't belong to the list of the 80% of plugins that will die because of framework limitations.
It does need to be noted, this is very much a case where someone says "someone may have" and by the time it hits the end the believe is the person did, and admitted it. The 80% there was not from invision, and also not referring to all marketplace plugins. It was from a plugin author relating to their own plugins. It was also an assumption without yet having all the information to make the statement those 80% are not possible. (As we havent shown everything yet, and also gathering feedback on some items).
-
16 minutes ago, Dll said:
Maybe it would have been a plan to hold off announcing this 1 tool until you were ready to announce the rest, or at least some of them.
I'm sure there are others who have found in nice to get a glimpse 🙂 No matter which way we do this, releasing everything in a single blog would just be too much. And actually, we announced one yesterday, then release another today. These things are always a "damned if you do, damned if you don't" kind of thing. If we say nothing, some dont like it, if we say something, some wont like it.
There's more to come, as mentioned.
IC5: Theme Tools
in Blog
Sorry to hear you feel your hands are tied there. Indeed, this is somewhat intentional. Being able to change core templates is simply a bad idea for various reasons. Performance due to eval code, people simply being able to break things without the ability to recover, and more.
This said, as mentioned by my colleague the post above yours, most things can indeed be achieved through use of CSS. You can read more about how to use the theme tools here
While you cant change our code, you can certainly write your own in the new editors, as shown. You can hide any of our code using CSS, add your own html, js etc at template hook points, and of course make use of the theme editor itself to quickly change the core colors and settings. I encourage you to give it a go. You will probably be quite surprised what you can achieve