Everything posted by Omri Amos
-
custom css vs. custom header
I'm curious about the best practice for adding custom CSS rules for my header and footer. Currently, I've placed these rules in a <style> tag within the custom header block. However, I've noticed there's also a "custom CSS" block in the theme editor. Are there any advantages or disadvantages to using either of these options? Could there be implications for caching? Perhaps the custom CSS block saves the rules as an external file, which might be preferable to inline CSS in the HTML?
-
forums index - "feed" by categories?
Interesting, I thought I was related to the type of the forums, not their depth. I will give this a try. OK THIS ACTUALLY WORKED! Awesome, thank you for the great idea 🙂
-
Is there a list of the functionality that is removed in V5 compared to V4?
yeah, I noticed that too. I liked it better the way it was before.
-
Embed Allowed Domains
wait, isn't this how embeding works already for years? (at least on V4)
-
forums index - "feed" by categories?
I think you are mixing "feed" with "fluid".. The problem with my current setup is that I get a complete full block for each single forum (categories are ignored). Let's say I have 5 categories at the root level, and then 4 forums on each category for a total of 20 forums, without any sub-forums for these forums. CATEGORY 1 FORUM 1, FORUM 2, FORUM 3, FORUM 4 CATEGORY 2 FORUM 5, FORUM 6, FORUM 7, FORUM 8 CATEGORY 3 FORUM 9, FORUM 10, FORUM 11, FORUM 12 CATEGORY 4 FORUM 13, FORUM 14, FORUM 15, FORUM 16 CATEGORY 5 FORUM 17, FORUM 18, FORUM 19, FORUM 20 So since I have 20 forums, the "feed" view will simply ignore the categories and will display 20 blocks, for the 20 forums, with 5 recent topics from each forum on its own block. This basically acts just like an "extended" version of the classic "table" view (where each forum gets its own row, with one recent topic), but with a bigger block for each forum instead of a simple row, and with 5 recent topics from that forum instead of just one. What I actually want the "feed" view to do: Show me only 5 blocks (because my root level got 5 categories, one block for each category) and show 5 recent topics that are merged from the 4 forums each category got. In addition, show the actual forums inside that categories the same way it currently shows sub-forums. How I could actually accomplish that right now: 1. create one generic category (because for some reason I MUST have at least one? it won't let me save a "discussions" forum with no parent) 2. convert all 5 categories I currently have to "discussions" forums 3. put all 4 forums from each category as a sub-forum of that discussions forum Why is this a bad solution: Because now I will have an actual empty discussions forum that acts as a silly placeholder for a "category", with only the sub-forums as actual active forums. Users might click on it and instead of them getting to the category view (that simply shows the forums inside it) they will be thrown to a weird empty forum view... Does it make more sense now?
-
forums index - "feed" by categories?
I love the new "feed" style of the forum index. However, I notices that it doesn't work as I hoped it would. It takes all the main forums and shows combines messages from each main forum and all its sub-forums. I don't use sub-forums. Instead, I have many categories, one for each subject (type "category" and not "discussions" because I didn't want people to post inside a main "category" forum) and then have multiple "discussions" forums inside each category. I want the feed view to show combined topics from all the "discussions" forums inside each "category". It there a way to make it work? I could technically change all the categories into "discussions" forums (which will make all the existing "discussions" forums under it sub-forums) and then it will work - but then I will just have an empty forum for each subject that will confuse people.
-
Upgrade error at the very begining
Thanks, this fixed the problem.
-
Upgrade error at the very begining
Hi, Just to clarify - I fixed this issue already by deleting the rows on "hw_core_approval_queue" that referenced some waiting-for-approval items from this plugin. Either way I don't think this is something that should be pointed at the author as the plugin was LONG DELETED. Anyway, I was able to fix this issue. My current issue is this error 500 on the frontend: Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/hwzone/public_html/community_dev/applications/core/sources/Statuses/Status.php on line 23
-
Upgrade error at the very begining
after the upgrade the admin dashboard was fine but the community returned error 500. I deleted these 2 files as mentioned on other topics but it didn't help: applications\core\extensions\core\FrontNavigation\Promoted applications\nexus\extensions\core\FrontNavigation\NetworkStatus So I checked the actual error: Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/hwzone/public_html/community_dev/applications/core/sources/Statuses/Status.php on line 23
-
Upgrade error at the very begining
ok update: I searched for "classifieds" on the entire DB and was able to find a few references to it, mainly some logs and some stuff on 'hw_core_approval_queue'... I deleted all the relevant rows in 'hw_core_approval_queue' and now the upgrade started.
-
Upgrade error at the very begining
Hi, I'm trying to upgrade my community to the new beta (this is a duplicated test installation of my full 120K users / 5.9M posts community). Right after confirming the server requirements etc, I immediately got this error: It's important to note that "classifieds" is a 3rd-party plugin ("application") that I NO LONGER USE and I actually DELETED it from the software some months ago - it does not exist any more. Here's a screenshot from my live website's dashboard showing that it is no longer in existance at all: It is also physically does not exist on the filesystem: There is also no reference to it in the hw_core_applications table: How can I overcome this error and continue with the upgrade?
-
Alpha preview site now open
- Alpha preview site now open
What are the next steps for the V5 release, after this alpha preview site? Will there be public downloadable betas for us to try on our own servers? or we'll have to wait for the final release for this? (hopefully sometime this year?)- Alpha preview site now open
My most anticipated feature is the built-in dark mode... I love to see that it's easily controllable via the data-ips-scheme="dark" attribute on the HTML tag. It's super easy to manage with JS, ensuring a consistent dark mode across IPS and my WordPress website. Does the new version's theme system still allow us to include external files? I use this on my theme to include my website's header: {insert="../wp_header.html"}, will this still work?- Invision Community v5: An update, and next steps
Is there any public demo site available based on this new version, just to play around with it? - Alpha preview site now open