Beta Discussion
Invision Community 5 Beta feedback and questions.
Got a bug? Please post it in our tracker. Can't post? Make sure you join the club first! Just click the "Join Club" just under the cover photo to post.
160 topics in this forum
-
-
- 2 followers
- 1 reply
- 57 views
On both beta1 and beta2, when going to the API logs page (/admin/?app=core&module=applications&controller=api&tab=apiLogs), i get this error: ErrorException: Class IPS\nexus\api\shipments could not be loaded. Ensure it is in the correct namespace. (256)
Last reply by Marc, -
-
- 2 followers
- 1 reply
- 157 views
When it comes to making custom apps in IC5 my mind goes straight to the hook system where I encountered some inconveniences. In IC5 the hook system is supposedly equivalent to IPS4 plugins. The current beta version of the IC hook feature offers four types: before inside-start inside-end after those types of hooks are implemented by specifying hook targets in templates like (data-ips-hook="footer"). Although this method is straightforward to use it comes with restrictions, for third party developers aiming to develop applications or themes. This results, in a scenario where the IPS team decides what can and cannot be edited. That should be left up to the individual w…
Last reply by DawPi, -
-
- 2 followers
- 18 replies
- 751 views
Beta squad! (I'm trying something new, don't judge me) Invision Community 5.0.0 Beta 2 is floating through our cloud deployment system and should be available soon. There's a lot fixed in this version, so thank you for your patience over the past week or so. The full list of fixes is here: https://invisioncommunity.com/release-notes-v5/ Hopefully we didn't add to many new bugs. 🤞
Last reply by SoloInter, -
-
- 1 reply
- 82 views
Right now, the featured download block shows an icon the same size as all the others, and assaults the viewer with a wall of text. The featured downloads block would look a lot better if you used a big image and a small block of text. The text block should have a dark margin around it, but I could not easily do this with CSS. You get the idea.
Last reply by Interferon, -
-
- 2 replies
- 157 views
Hello, I just updated to Beta 2 automatically from the admin panel. After the update, all the widgets on my homepage, which I had created using the page builder, disappeared. The only widget that remained was the forum topics and posts widget. I didn’t mind since I could recreate them, but when I tried to do so, I encountered the following error. Even though I select grid, featured, or wallpaper options, no changes occur.Is this a bug, or am I doing something wrong? I wanted to check before opening a topic in the Bug section. I would appreciate it if the developers could take a look at it.
Last reply by Matt, -
-
- 1 follower
- 0 replies
- 71 views
(not sure if this is considered a "bug" or just a needed custom modifications) When using a custom header and footer with HTML content that occupies extra space, the mobile menus don't account for this additional height. The .ipsOffCanvas__panel class uses position:fixed and top:0, which causes it to overlap with the custom header. While I was able to resolve this by adjusting the top value to 85px in custom CSS, since custom headers are a built-in feature rather than a theme modification, perhaps the default theme behavior should automatically account for this extra space? Alternatively, because of some features with the scrolling behavior, if keeping top:0 is …
Last reply by Omri Amos, -
- 2 followers
- 8 replies
- 466 views
Curious if anyone’s considering to go live with their v5 beta board. I’ve started something completely new, haven’t had much issues so far, so I might just go with it.
Last reply by Gary, -
-
- 1 follower
- 9 replies
- 175 views
I have a live site and a localhost test site on the live site images for the feed do not show , but on the localhost site they all show no problems on localhost just the live test site. Why would this happen tried deleting everything and re-installing still images do not show on live test site.
Last reply by Drewfus, -
-
-
- 2 followers
- 2 replies
- 99 views
I want to make custom lang keys for my databases field option . will they also been exported when i download langfile from acp or do i need to manually make an xml files for them ? in case i want to install the dabases to my testsite and after import langfile?
Last reply by Chris59, -
-
-
- 2 followers
- 2 replies
- 615 views
How do I add more text colours?
Last reply by Matt, -
-
- 1 follower
- 0 replies
- 80 views
I would like to see when you download the langfile you have translated i can download per app and not all the classic suite i have several reasons for that and one is you dont get timeout on server when langfile is big and get imported for as an example Its a huge task translate the suite and woud help alot to just download forum langfiles as an example
Last reply by Chris59, -
-
- 2 followers
- 6 replies
- 190 views
Hello, I want to create an independent page in the Pages section, but I think I didn’t configure the settings correctly. I’d like to create a MAIN PAGE where I can organize all the content, blog posts, and content from the database pages like a news site. However, I couldn’t manage it. In the photo, there is a page I created called Gündem, and I set this as the default homepage. I enter the page editing mode and place the feed widget of the pages I created on the side to organize the content, but I cannot delete the sections that belong to the page above. (Marked in the photo) Is it possible for me to design a completely independent page where I can place only…
Last reply by Marc, -
-
- 0 replies
- 84 views
Loving the tag widgets (as I mentioned in another topic 🙂) and have some suggestions for improvement... but will leave those for a future point release before discussing those, as there's one particular issue that I think needs more urgent attention. Please see: Flagged as not a bug, but would like to file a request to change the way this works because it doesn't make for a great user experience on the front end, in my view. To the point where it might even prevent me from using these tag widgets at all, which would be sad because these widgets are great. Thanks guys! 😊
Last reply by Dreadknux, -
-
- 1 reply
- 130 views
In Member.php, this: if( \count( $this->changedCustomFields ) > 0 OR ( \count( $changes ) > 0 AND !( \count( $changes ) === 1 AND isset( $changes['last_activity'] ) ) ) ) Needs to be replaced with this: if( \count( $this->changedCustomFields ) > 0 OR ( \count( $changes ) > 0 ) ) Otherwise, the listener will not fire in many cases where a user's data has been updated. In the v4, we could work around this with a save() hook, but in v5, hooks no longer exist.
Last reply by Esther E., -
-
-
- 1 follower
- 1 reply
- 108 views
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?
Last reply by Esther E., -
-
- 1 follower
- 2 replies
- 124 views
What is the new "Helpful" button for below each post in a topic?
Last reply by SoloInter, -
- 0 replies
- 73 views
Let me start with saying, v5 is amazing. I’m planning a new community on it and I’m loving it! One thing however that still lacks, is the possibility to import RSS to the gallery. Is there any chance this might still come ? TIA.
Last reply by Cedric V, -
- 0 replies
- 124 views
> Thanks matt for pointing me here Here's the work i've done so far, let me know if I should do something differently or what yall think about it.
Last reply by mountaininteractive, -
- 0 replies
- 94 views
I build a test app in IC5, and I want to edit the template core/front/global/htmlDataAttributes, on the IC5 Templates system dropdown, there is only core/front/global/globalTemplate, it contains at the top: <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}" {template="htmlDataAttributes" app="core" group="global" location="front" params=""}> I want to add at the very end of one attribute, for example, data-app-attr="{{php code}}”, how can I do it in IC5?
Last reply by Patreon Lukazuki, -
- 1 follower
- 0 replies
- 69 views
I think you can delete this and replace with the date of the event. Would be nice.
Last reply by SoloInter, -
- 1 follower
- 0 replies
- 83 views
In the version with the side panel, the submenus are all open by default. Can we have the possibility to choose to have them closed by default please? Like that better :
Last reply by SoloInter, -
-
- 6 followers
- 27 replies
- 1k views
I was so excited for V5, but now that is dampened a bit since the changes comes with removal of functionality I have been relying on, so instead of finding that out one by one, is there a list of features that are not available in V5 so we can evaluate the impact on our current setup? From what I have discovered so far, these are removed: Star Ratings (but not in Pages, but we can no longer edit after we add a value) - we must use reviews for any form of ratings. Database Relations - No way to customize the link output anymore. What else is gone in V5? Not hating this, just want to make sure I can take a proper decision since these are kind o…
Last reply by Day_, -
-
- 2 replies
- 198 views
well is that version support plugins option ?
Last reply by ibtisem miri, -
-
- 2 followers
- 6 replies
- 216 views
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 "disc…
Last reply by Dreadknux, -
-
Welcome to Beta 1 1 2 3
by Matt-
- 8 followers
- 54 replies
- 3.3k views
Welcome to Beta 1! We finally made it! After three months of intense alpha testing, and many more months of development, we're ready to move into beta testing. For a full run down of how to access the beta, see the overview page. A reminder that beta software will contain issues. We've done a lot of testing, but only limited testing upgrading from v4, so there's likely to be issues for some depending on server OS, and other site specific factors. It's best you don't immediately update your production site. 🙂 I want to extend my thanks to everyone that was involved in the early focus group, the very early alpha testing and the more public alpha t…
Last reply by Marc, -