Jump to content

About This Club

Please use this club for all Invision Community 5 Beta testing feedback.
  1. What's new in this club
  2. Gustavo Iván. joined the club
  3. BognorRidges joined the club
  4. DONATIEN KANANE joined the club
  5. and on your forum I can normally enter the forum's main page
  6. strange, because I can normally enter other pages - profile/topic, but I can't enter the main page where there are sections ;/
  7. Yep. It's been a problem since the first alpha versions. 🤷‍♂️
  8. 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
  9. Unfortunately you are referring to unsupported items here, so that would not be likely no.
  10. 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
  11. 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.
  12. 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.
  13. Hello, 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
  14. danieldada joined the club
  15. 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.
  16. 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
  17. gmg1167 joined the club
  18. Summit360 joined the club
  19. 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.
  20. Odeo Teknologi Indonesia joined the club
  21. 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.
  22. 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.
  23. MBIB joined the club
  24. Mopar1973Man joined the club
  25. winstonsoo joined the club
  26. 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.
  27. @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?
  28. Mareczek joined the club
  29. Angel Costa joined the club
  30. 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.
  31. ntxpla joined the club
  32. 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)); }
  33. @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.
  34. DN Roney joined the club
  35. Adrian1 joined the club
  36. EMYASS joined the club
  37. Ok, if you need help I can help you ! Just post here a example that you need.
  38. @Marco Junior No that is not it BUT THANKS..
  39. 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/
  40. Philip_B joined the club
  41. Not sure your understanding what I want I want a wrapper around the content with a different color.