Jump to content
  • [B4] Topic feed display mini-grid show date created, before was date updated


    Before it was like this (main block @ center of the picture) We can see "pseudo - 23min", "pseudo - 2h", ...

    image.thumb.png.3f182ed1df17e60f1e14d3ef947a2b9d.png

     

    Now it's like that :

    Could contain: Text, File


    User Feedback

    Recommended Comments

    SoloInter

    Posted

    Fyi I change the display because not all are impacted by the issue. Some still working fine and show last poster. 

    Marc

    Posted

    Have you checked this on a default language pack first of all?

    Marc

    Posted

    Please provide a link to that page and ensure access details on file are up to date

    SoloInter

    Posted

    https://www.internazionale.fr/test/

    Access details up to date

    I put 2 blocks who are the same but the display is different. 

    First one show created date + author => not working

    Second one show updated date + last poster => working

    SoloInter

    Posted

    Be carefull, lot of topics are created recently. Focus on topic with date are in year

    Marc

    Posted

    Please could you explain further, as Im not understanding something here I suspect. I switched to an unaltered pack that I created in your admin CP, and Im not seeing any issues

     

    Could contain: Page, Text, Person

    SoloInter

    Posted

    Could contain: Page, Text, Person, Electronics, Hardware

     

    This one called "😮 Insolites !" located in the forum "La Curva du Forum".

    Check the pseudo and the date.

    Should be both with "interkhero 12hr". As he is the last poster, 12 hour ago. Not "Damien - 19 yr". 

     

    It's the same for ALL. Don't be fouled by the recents topics created. They have no comments.

    Focus on those who have answers

    Check the title of the 2 widgets.

    First one Topics with last poster not working
    Seconde one : Topics with last poster working fine

    I mean last poster (where there is at least 1 comment, not just the first post of the topic)

    Ehren

    Posted

    The is happening because the top widget is set to "Mini Grid" and the bottom is set to "Grid".

    The UI of Mini Grid was simplified in a recent update in an attempt to reduce bloat, and the decision to favour the original topic creator was made. You'll be happy to know the code for the most recent replier is still in the HTML, so it can easily be shown/hidden with CSS. I just need to make some minor adjustments to the HTML to fully enable this, but you'll be able to easily add the last replier to the UI of Mini Grid in the next update using the following:

    /* Display most recent replier in Topic Feed Mini Grid */
    .ipsData--topic-feed-widget.ipsData--mini-grid{
    	--i-data--show-last-author: ;
      	--i-data--show-last-reply: initial;
    }

     


×
×
  • Create New...