Posted March 19Mar 19 I haven't dug in to to much on what we can and cant do but on our test server 1 of the mods pointed out the Forum View on Mobile is not as compact as V4 and V4 is a bit larger in Font Size. This could be partially the Site notification for being offline was up top creating an even smaller view 🤷 but, Possibly an idea would be to have different settings in Theme Manager that would be for mobile. Allowing for a more compact view setting? Id have to look and compare to see if I would suggest more mobile view settings so maybe it's not really worth the effort.However, is this something that could be done in a Application?
March 19Mar 19 Look at https://invisioncommunity.com/forums/topic/481519-compact-mobile-table-view-for-forum-index/#comment-2991222
March 19Mar 19 Author thanks..almost there or better, be nice too have the last poster profile image show like version 4. ill have to dig in and see.
May 18May 18 On 3/19/2025 at 6:59 PM, Rich N said:thanks..almost there or better, be nice too have the last poster profile image show like version 4. ill have to dig in and see.It's my main problem with it I'm staying on v4 for the foreseeable as I doubt they'll offer a solution but they should given other parts of the forum have different views we can select. It would be ideal to be able to select the classic version of forum home and topic lists with the last poster image. Both of these pages looked better on mobile in v4.
May 18May 18 On 3/19/2025 at 7:59 PM, Rich N said:thanks..almost there or better, be nice too have the last poster profile image show like version 4. ill have to dig in and see.You don't need an application to do that. You can adjust the css, as profile picture is already loaded on page.The default layout is the mobile one for the main topic cat , and only on higher resolutions the profile picture is moved to the right of the screen.It is controlled with@container (min-width:750.1px) { .ipsData--table .ipsData__content { display: contents; } }ofcouse you need to adjust more css, but it is possible.