Jump to content

Adriano Faria

Clients
  • Posts

    31,974
  • Joined

  • Days Won

    476

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Posts posted by Adriano Faria

  1. Pagination in messages isn't working. If I click on any other page, I go from (link in pagination):

    Quote

    ...com.br/index.php?/messenger/552/&page=5

    See:

    Capturadetela2024-12-21170249.png.a69fd11f27def4795d460ac9101745b8.png

    to:

    Quote

    ....com.br/index.php?%2Fmessenger%2F552%2F=&page=5

    then I'm redirected to the (main app) index.

    This has been happening for quite a while now. I never remember to report it.

  2. 3 minutes ago, Jimi Wikman said:

    Users can set that in their content preferences if you allow that.

     

    image.thumb.png.8eeaebc49ff6527092359b052e8bef03.png

    Do i have to enable a setting on the ACP? That’s all that appears for me:

    IMG_5853.thumb.png.bd974db058c9ecfc1cc0b0bf1559b9a9.png

    I don’t see any relevant setting in the Forums app.

  3. 40 minutes ago, teraßyte said:

    It's a theme setting now. Users can no longer choose. What you can do instead is create a new theme for each layout option.

    You'll need 3 separate themes:

    1. Table
    2. Grid
    3. Fluid

    Which is bizarre. So if you have 5 different themes, you need 15 of that workaround. 

    🤦🏻‍♂️

  4. On 11/15/2024 at 10:36 PM, Ehren said:

    If you need to restrict the grid to a certain amount of columns (lets assume you never want more than 3 columns for some reason), you can add ipsGrid--max-3 to the parent.

    @Ehren or anyone else.

    I got this on IPS4:

    image.thumb.png.e5d3ac0dd080eda00d73fd6d6ecdddb3.png

    I used:

    <div class='ipsGrid'>
        <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div>
        <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div>
        <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div>
        <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div>
        <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div>
        <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div>
    </div>

    Trying to do the same on IPS5. I'm trying:

    <div class='ipsGrid ipsGrid--max-6 i-margin-top_2'>
    	<div class='ipsBox i-text-align_center i-padding_2'>...</div>
    	<div class='ipsBox i-text-align_center i-padding_2'>...</div>
    	<div class='ipsBox i-text-align_center i-padding_2'>...</div>
    	<div class='ipsBox i-text-align_center i-padding_2'>...</div>
    	<div class='ipsBox i-text-align_center i-padding_2'>...</div>
    	<div class='ipsBox i-text-align_center i-padding_2'>...</div>
    </div>

    but it isn't working as expected:

    image.thumb.png.2ac0beb75392a4c249e906e5da3bae96.png

     

    Can you point out what I'm doing wrong?

    Thanks.

  5. 2 hours ago, 403 - Forbiddeen said:

    Here it is: error_log (root logs) (today 11:20 am GMT-3  12/10/2024)

    image.thumb.png.e8ccc00c614e467b153b25b542635142.png

     

    You have a LOT of this:

    Quote

    [10-Dec-2024 14:20:55 UTC] PHP Fatal error:  Declaration of IPS\forums\widgets\_hotTopics::isExecutableByApp($app) must be compatible with IPS\Widget::isExecutableByApp(array|string $app): bool in /home/ggames/t.ggames.com.br/applications/forums/widgets/hotTopics.php on line 62

     

    EDIT: SORRY, I didn't see Jim's reply.

×
×
  • Create New...