Everything posted by teraßyte
-
Change Default Missing Icon
You can use this CSS: :root { --icon: "\f025"; } For example, the CSS above will change the icon to the headphones one: https://fontawesome.com/icons/headphones?f=classic&s=solid
-
Can you have 2 clubs applications?
You could translate the language strings in ACP that contain "Club" to "Group" and create 2 different "Groups": Clubs Group Neighborhoods Group Would that work?
-
Hide some elements
You can target that specific widget using the data-blockid attribute. Here you go: [data-blockid="app_cms_RecordFeed9_17054b"] .ipsData__content > .ipsData__extra { display: none; } If you ever remove and re-add the widget, the blockid value will change. In that case you must update the CSS rule with the new one.
- Security Updates for 4.7.20, and 5.0.7
-
5.0.7 Released
@DawPi You're a fake, but you're not aware of it yourself! 😹😋
-
5.0.7 Released
@Matt Can the new permission override also include the canVote check for polls? I don't think that one was included in the B1 changes. 🤔
-
Invision Community 5.0.6 Released
This has always been the case. Even in 4.x. Any "unused/uninserted" attachments are automatically added at the bottom of the content. The only way to avoid it is to delete the unused files before submitting the content.
-
Invision Community 5.0.0 Released
Guys, you're all missing the point... The Switch to Cloud page says the migration is free but then he was asked for a $250 fee: https://invisioncommunity.com/services/switch-to-invision/
-
Invision Community 5.0.5 Releases
Great news! Switching to Firefox only for v5 sites was becoming annoying. 😋 === EDIT Just a small clarification @Matt: rather than Chrome, it's all Chromium-based browsers. I tested the tooltips on Opera, and it's even worse than Chrome. There's enough time for the title attribute to be shown with the mouse over the element before the JS finally kicks in and replaces it with the tooltip. 😱
-
Invision Community 5.0.4 Releases
Yeah. Firefox doesn't use Chromium but Gecko as the rendering engine and it's not affected.
-
Invision Community 5.0.4 Releases
It's not the editor itself that's slow, but the whole JavaScript framework. Anything JS-related is slow (editor, tooltips, menus, selecting checkboxes, etc). There are already multiple bug reports about it.
-
Lack of smooth operation
Yep. It's been a problem since the first alpha versions. 🤷♂️
-
Invision Community 5.0.4 Releases
@Matt Downloading the developer tools downloads a 0-byte file. I tried with 2 different browsers. 👀
-
Invision Community 5.0.2 Released
Manually. Maybe they'll show it as an update when v4 is unsupported, but for now, it still is.
-
Invision Community 5.0.0 Released
They moved the option in the Accounts Settings page for v5: https://invisioncommunity.com/settings/links/
-
Invision Community 5.0.0 Released
The IN_DEV tools download for v5 is included in the download popup:
-
Invision Community 5.0.0 Released
Did you convert your license over to Invision Community Classic? Older licenses purchased (and with renewals) with only some of the applications are not eligible for v5.
-
Questions are on My Mind Today... Quote - No, it's not, I have a...
teraßyte replied to Code Name Jessica's topic in Invision Community 5: Beta Testing's Beta DiscussionIt seems they're having issues with missing JS language strings after the last update. Even marking posts as read, quoting selected text, and other functions, etc. are missing text. There's also a bug report about it.
-
The 14th Beta is already here
The new 14.1 beta removes the check for valid themes (commit reverted?) but leaves the set_build_version column in the database. Should I report it as a bug? Or will the check be restored (and fixed) in the next beta? 🙄 The column remains in the database for those who upgrade from a version previous to beta 14 (upgrade step) but is not present in new installations.
-
The 14th Beta is already here
Really wish you could fix the notifications bug before the final release. It's a pretty annoying one. 🙄
-
upgrade stuck during the beginning of process
That looks like some files didn't upload properly. 🤔 To avoid issues like this I usually upload a ZIP/TAR file with all files at once and then decompress it from cPanel's file manager directly on the server. Uploading files 1-by-1 sometimes has problems with certain files not being uploaded correctly. Using the single compressed file + decompress helps avoid that.
-
Icon disappeaered
Simply remove your translated string for menutab__community_icon. That will restore the correct icon name/string.
-
Icon disappeaered
Those icons are a language string. You most likely translated them, and the code cannot find a FontAwesome icon with a Croatian name. 😅
-
upgrade stuck during the beginning of process
Did you restore a backup, add the missing table, and start the upgrade from scratch? Or did you add the table and try to restart from where you were blocked? If you tried #2, trying #1 might solve the issue. If you already did that, I can’t really think of anything else right now. 🙄
-
Beta 12 is now available.
Yes, there is still lag, but it’s better than before at least. It’s definitely a step in the right direction, but it needs more improvements. 😔