Everything posted by Adriano Faria
-
Manually add members to clubs
-
5.0.7 Released
That did it. Thanks.
-
5.0.7 Released
-
5.0.7 Released
- ipsBox without border?
Could you provide a custom CSS to revert it, just in case? Thank you.- 5.0.7 Released
Not sure I should post this as a bug. I updated my dev install (files and dev files), but I got this when trying to export my app: Reverted to 5.0.6 and worked fine. Let me know if you want me to post it as a bug in the Tracker.- ipsBox without border?
@Ehren Quick question: I noticed that ipsBox no longer has a border, not even when using ipsBox--child. Was that change intentional?- Invision Community 5.0.6 Released
To add to the topic. I had to manually upload applications / core / extensions / core / CommunityEnhancements / SendGrid.php to be able to update my board.- Invision Community 5.0.6 Released
5.0.6 compatibility version is available now: https://www.sosinvision.com.br/index.php?/file/440-tutorials/- IC5: Introduction to Listeners
Not enough space there.- IC5: Introduction to Listeners
I do it in the profile: https://www.sosinvision.com.br/index.php?/file/366-profile-songs/ Take a look at this one to add your stuff to templates:- IC5: Developer Center
Forget about hooks. IPS removed Monkey Patch on IPS5. No way to extend classes anymore. Now you can use listeners (based on hook points), some new extensions and template hooks. It works for a lot of things but not for everything. I suggest you to read this entry and its comments:- IC5: Developer Center
Definitely, no. Before installing it, you need to change all “class _“ to “class “ (remove the _). If it has a front navigation extension, you has to cast all variables and pass the right return type for each method. Better if you open an extension from an existing app. If you make these two changes, you’ll be able to install your app but you will be requested to change all other files when try to access them.- IC5: Developer Center
It isn't a full rewrite, but all PHP files and templates will require edits. PHP is easy and faster if you use PHPStorm, for example.- Display tabular data on front-end (IPS5)
@Ehren What's the best way to display tabular data on IPS5? I'm trying this: <table class='ipsTable ipsTable_responsive ipsTable_zebra {{foreach $table->classes as $class}}{$class} {{endforeach}} ipsBox ipsBox--child' data-role="table" data-ipsKeyNav data-ipsKeyNav-observe='e d return'> <thead> <tr> <th class="ipsPadding_left:half" style="width: 30%">{lang="name"}</th> <th class="ipsPadding_left:half" style="width: 15%">{lang="joined"}</th> <th class="ipsPadding_left:half" style="width: 15%">{lang="content_count"}</th> <th class="ipsPadding_left:half" style="width: 15%">{lang="date"}</th> <th class="ipsPadding_left:half" style="width: 25%">{lang="entries"}</th> </tr> </thead> <tbody data-role="tableRows"> {template="$table->rowsTemplate[1]" params="$table, $headers, $rows" object="$table->rowsTemplate[0]"} </tbody> </table>But it isn't responsive at all. Mobile view is a disaster. Any suggestions?- Size of the FA flag
@Ehren , Is there any way to display the flags in a larger size? That's what I have: I'm using in the grid: {{$flag = mb_strtolower( $country );}} <div><i class="ipsFlag ipsFlag-{$flag}"></i></div>I tried all of this: https://docs.fontawesome.com/web/style/size. Also tried to increase the font size: i-font-size_X. I see it is hardcoded: .ipsFlag { --y: 0; width: 16px; height: 16px; background-image: url('{resource="flags.png" app="core" location="global" inCss="true"}'); background-size: 16px auto; background-position: 0 calc(var(--y) * -1px); display: inline-block; vertical-align:text-top; line-height:16px; }If I increase it to test, it shows more than one flag per grid cell. EDIT: I'm able to do it using an external API: But as you can see there are like 10 countries that show no flags. Any suggestions? Thank you.- Invision Community 5.0.2 Released
Click in the menu with your photo then in Theme Editor —> Page Layout. Something like this.- IC5: Introduction to Listeners
Daniel, $this in the onCreateOrEdit will be the file data, right? EDIT: never mind. The current changelog is in the files table.- IC5: Introduction to Listeners
@Esther E. I’m not sure there’s a way to do that, so please let me know. Is there a way to know when a new version was uploaded to a file, If not, could you please add a way to do it? Thank you.- Invision Community 5.0.0 Released
@Stuart Silvester , nope… the first was Arcade app yesterday. 🤣- Invision Community 5.0.0 Released
There's an option in the ACP -> Members -> Group you need to enable: Can change layouts. Disable the Sticky Notes, edit the groups, then re-enable it.- Invision Community 5.0.0 Released
Error in Sticky Notes app. Disable the app, save the group, then re-enable it. Update your topic in my board with this error, please.- Invision Community 5.0.0 Released
Changed to: https://invisioncommunity.com/settings/links/- Anyone else having trouble with Downloads file screenshots?
Adriano Faria replied to Adriano Faria's topic in Invision Community 5: Beta Testing's Beta DiscussionIt seems to be fixed in 5.0.1. I'm not having this issue anymore when editing/uploading a new version.- Invision Community 5.0.1 Released
- ipsBox without border?