
About This Club
Please use this club for all Invision Community 5 Beta testing feedback.
- What's new in this club
-
Gustavo Iván. joined the club
-
BognorRidges joined the club
-
DONATIEN KANANE joined the club
-
Many times there was a problem
and on your forum I can normally enter the forum's main page
-
Many times there was a problem
strange, because I can normally enter other pages - profile/topic, but I can't enter the main page where there are sections ;/
-
Lack of smooth operation
Yep. It's been a problem since the first alpha versions. 🤷♂️
-
Lack of smooth operation
See:
-
Lack of smooth operation
Hello, after updating to IC5 I have a problem with the smoothness of the page, you can see it in the picture below. On IPS4 everything was fine, no lags https://imgur.com/nSnc42i
-
Many times there was a problem
Oh no :(
-
Many times there was a problem
Unfortunately you are referring to unsupported items here, so that would not be likely no.
-
Many times there was a problem
Is there any way to do something about this? Unfortunately it is very annoying ;( Although your forum usually works for me and this error does not appear only on mine and newer IC5 forums
-
Contact Us / Support Options
What is your forum version? As a rule of thumb regarding security is best to always use the latest version of whatever software and scripts one is using, including the tihrd party stuff.
-
Contact Us / Support Options
This code looks like someone ATTEMPTING to use SQL injections through account registrations. It looks like they're trying to register the usernames 1=1 and a few other basic attack vectors that would allow execution of unintended SQL commands. These don't work in Invision Community and is not a valid attack vector. Honestly this looks like a script kiddie who does not know what the scripts actually do or how to use them.
-
Contact Us / Support Options
mountaininteractive posted a post in a topic in Invision Community 5: Beta Testing's Beta DiscussionHello, Someone told me there was a hole in my website, pretty sure hes 12 years old and looked up "how to become hacker hack website" He sent me this
-
danieldada joined the club
-
Contact Us / Support Options
Maybe just test the forum option for now and, see how you get on? It’s all in house, and you can keep track of posts.
-
Contact Us / Support Options
That's definitely an interesting way to do it. Maybe we could also use the internal database feature of the software? I've been looking at 3rd party options but most of them have a monthly or annual cost, which is typical. However, I am not seeing any kind of method to pass along user information between Invision and the 3rd party application. So basically if someone adds a support ticket, it's up to me to look up their account details and/or ask them to fill out a form with the details. I am sad the included support / contact system was deprecated because I used it a LOT. Mike
-
gmg1167 joined the club
-
Summit360 joined the club
-
Contact Us / Support Options
There are a couple of options. I've set up the old ways of supporting members, which is to create a new category and forum. Name it Support Requests and then set it to only posters can see their own posts. And, finally, set it to a question/answers forum. The other option is to repurpose a bug track or directory service and change it to support requests. Which is something I may do later down the road.
-
Odeo Teknologi Indonesia joined the club
-
Request/Suggestion - Group Promotions Based on Clubs
There are a few people who will be in the same boat with other items too. Unfortunately, as much as we would like to, we're unable to update every item all at once, and things would generally be done in batches. By this I mean, something like this we would likely do it a larger update to clubs. My suggestion at present would be not to upgrade to 5 if its not something you are currently ready for. There isnt a rush to do so.
-
Request/Suggestion - Group Promotions Based on Clubs
Hi @Matt & @Marc Is there any chance my suggestion could be brought forward in an upcoming release please? The Third party dev who created the solution we use for IPS4 is unable to convert their addon to IC5.
-
MBIB joined the club
-
Mopar1973Man joined the club
-
winstonsoo joined the club
-
Display tabular data on front-end (IPS5)
Try add <div class="ipsTableScroll"> <table class="......" </div>At least it works for me when I use it this way, I don't know if this is what you need.
-
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?
-
Mareczek joined the club
-
Angel Costa joined the club
-
Menu Manager Bug and Limitations
I agree. The new v5 menus options are too limited. You should bring back sub-menus options for all links, like we have in Invision 4. and yes, without providing us with proprietary code, it would be nice for Invision to provide a guide on how to do a similar menu to the one on this site.
-
ntxpla joined the club
-
Size of the FA flag
Yeah, the flag icons aren't FontAwesome, so none of that code will work. Adding this to your CSS area will allow you to adjust the size of the flag by modifying the --_size variable. With that said, the flag image will start getting blurry after 32px, so it's not super flexible. We don't display flags larger than this by default, so we haven't needed anything larger. .ipsFlag{ --_size: 50px; font-size: var(--_size); line-height: var(--_size); width: var(--_size); height: var(--_size); background-size: var(--_size) auto; background-position: 0 calc(var(--y) / -16 * var(--_size)); }
-
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.
-
DN Roney joined the club
-
Adrian1 joined the club
-
EMYASS joined the club
-
Content wrapper
Ok, if you need help I can help you ! Just post here a example that you need.
-
Content wrapper
@Marco Junior No that is not it BUT THANKS..
-
Content wrapper
I understand what you mean, and this is how you can do it. Just add some custom CSS according to what you want. Example: .wrapper-content { margin: 0 auto; max-width: 1500px; background: var(--body-bg-color); /* Background color */ position: relative; box-shadow: 0px 10px 30px oklch(0.61 0.12 154.68); /* Color apply for border content with small effect green, because I use green color on my buttons */ }Basically, you will create content about the main content of your community and then you will define the background color and maximum width. I used the IPS forum as a base because I think the navigation menu and the way the content was defined are very elegant, so I did something using that base. You can check the final result here: https://community.lightningmu.net/
-
Philip_B joined the club
-
Content wrapper
Not sure your understanding what I want I want a wrapper around the content with a different color.