Everything posted by teraßyte
-
Beta 5 is alive!
[...] Nvm. I should wake up before replying. 😋
-
Will final release have an upgrade for older versions of Invision Community?
Nope, while I do have the archives, I don't have each version installed locally. However, if you search around, you'll find some old screenshots or even sites still using those old versions.
-
Will final release have an upgrade for older versions of Invision Community?
Yep. I have a huge archive of all old versions, going back to version 1.3.1 (the last free version). Recently I did a 4-step upgrade from a really old version: 2.3.6 => 3.4.9 => 4.7.3 => 4.7.18 😅
-
Invision Community 4: A more professional report center
There goes one of my v4 paid modifications. It wasn't something I could update for v5 without hooks anyway, so it's not a problem, though. I'm glad to see this finally included by default along with several other requested features.😋
-
error trying to update appliction
Have a look at this guide: The guide is for v4, but it will work also for v5.
-
error trying to update appliction
The problem is this line: \IPS\Http\Url::internal( NULL ) Try this instead: \IPS\Http\Url::internal( '' ) === Also, if you're expecting $hiddens to be an array, don't initialize it as an empty string: function startForm( $hiddens = array(), $name = 'theAdminForm', $js = '', $id = '' ) However, I see no point in starting a form with that function. Can't you use the \IPS\Helpers\Form class? It does the same and is entirely handled by the framework. 🤨
-
error trying to update appliction
Try with this code to: protected static array $multitons;
-
Does v5 support postgresql?
No. You need MySQL.
-
Page with full HTML code no longer editable
It should have been converted to a RAW HTML block on the frontend now. You can edit the content there.
-
Error on registration page
@Marc Looks like it's an issue when Commerce is disabled:
-
Beta 1 - Improve Theme Editor Custom CSS feature
Maybe you can display a wider box at the bottom of the page instead of using the column? 🙄
-
How do I update to v5 beta
Most likely v5 is not included in the v4 beta check. Download the ZIP file from your client area and do a manual upgrade.
-
Forum Type is missing
It's only compatible with Amazon S3 rather than S3-compatible in general. I don't remember the problem right now, but I think there's some hardcoded value in the code that makes it incompatible with other S3-compatible services.
-
Is there a CSS framework guide for IC5?
The CSS changes are still ongoing. Even us developers only have a few rough details about it so far. I don't expect a full guide until an advanced beta release is ready. If not post-final release even.
-
Invision Community 5: Tagging Reinvented
A lot of people using that old application actually switched to using Radical Tags, which includes a tool to import the data:
-
Invision Community v5: An update, and next steps
Time to see the ACP then. 😋
-
IC5: Updating your Applications
I assume templates are wiped (since they're completely different?), but this will leave a lot of unused settings, tasks, widgets, etc, around in the database then. 🤨
-
IC5: Updating your Applications
Will plugins be "uninstalled" (deleting all settings, templates, etc) or is the table simply dropped in the upgrade step?
-
Invision Community 5: Assign topics to moderators
I don't think normal members will be able to see that someone is assigned to the topic. I might be wrong, though. 🙄
-
Invision Community 5: The story so far...
@superaven Have a look at this post from Matt for a (rough) timeline:
-
IC5: Developer Center
I'm not sure how the scanner works right now, but I guess it scans the used language strings and checks if they exist in the lang.php file? If so, it should also check for required language strings that the system expects when you add a specific extension/feature/node/etc. For example, when you add a Node/Item that supports search, you need to add specific language strings for the quick search menu, contextual search menu, etc. All those language strings are not documented anywhere. Another thing to check are the required language string for admin/moderator restrictions in ACP. There are a few more areas, but I can't remember them now.
-
IC5: Commerce
What about the ACP? For example, when creating an invoice manually in 4.x it's impossible to add a Downloads file right now. I also hope Custom packages are heavily reviewed for v5, since they have several bugs. Rather, I've reported plenty of bugs (for Commerce and all other apps), and several are still open and untouched even with fixes provided in them (some since 2021-2022). 🤷♂️
-
Marketplace Closure
For applications, the folder is enough. Plugins are a bit more annoying since part of the (setup) files is not saved. It can still be done, though. It just requires some extra time. I've done it for some clients before.
-
Introducing Courses
https://invisioncommunity.com/clientarea/free-trial
-
Invision Community 5: Badge creation and icon customization
This topic has been showing up as unread for the past ~10 days in the Unread Content stream. Can you do something about it @Matt? The new blog entry you just posted disappeared properly. 😅