How to edit the structure of the Forum posts

Hello - does anyone know how to amend the visual layout of the Forum, as we are trying to create more continuity across our communities, but some of them have been set up differently.

This is the one we would like to change:

and we would like it to look like this:

Any tips most welcome! Thanks in advance 

Parents
  •  It looks like the first screenshot is from a full-column layout and the second looks like the narrow or single-column layout. A lot of widgets will look different depending on the available space. Are you able to update the layout on the first screenshot's page to put the widget on the same size column? You could also try modifying the values on this screen to see if that helps at all?

     

    I don't know how, but you can probably also modify the Forum - Thread List / Content file in Widget Studio to force the single-column view. I'd probably start by trying to change:

    #if($showSidebarList)
    $core_v2_widget.ExecuteFile('sidebar.vm')
    #else
    $core_v2_ui.PagedContent('list.vm')

    to

    #if($showSidebarList)
    	$core_v2_widget.ExecuteFile('sidebar.vm')
    #else
    	$core_v2_ui.PagedContent('sidebar.vm')

    but I'm confident others may have a more elegant solution.

  • Ok brilliant, thanks so much Alex, I'll have a look at the widget layout and see what I can amend so they match..

Reply Children
No Data