Jump to content

Forum Page Design


Thomas K.

Recommended Posts

Posted

I think the widgets on the main forum page should be lined up. I'm not entirely sure if my suggestion works for all themes though.

I understand that technically they do line up, since "Forums" is the start of the left block, and the bar of the widget is lined up with the "Forums" title. However, with the white background, it looks messed up. Hopefully my picture shows what I mean. I'd definitely like to hear what others have to say about this suggestion.

AYVdvN4.png

  • Management
Posted

It's been brought up before and is largely a matter of preference. Some like that it breaks up the whitespace, some prefer it lined up with the category. We recommended changing this for your preference as necessary. :)

 

Posted

Forums, Gallery, blogs etc... All follow a consistent application presentation for unity and flow.

Used in all IPB applications
.

.ipsPageHeader h1 {
    display: inline;
}

 

As an example and general target

.ipsPageHeader h1 {
    display: none;
}

 

Posted

Interesting! Thank you.

Do you know why it is not lined up perfectly now?

5POx3KE.png

 

(Also, I don't see why the edges are slightly rounded except for edges on widget headers, but that's a different issue.)

Posted
3 hours ago, Thomas Kantener said:

 

Do you know why it is not lined up perfectly now?

The headline is wrapped in a class “ipsSpacer_bottom” which you would have to remove as well. 

Posted
On 3/3/2016 at 3:20 AM, opentype said:

The headline is wrapped in a class “ipsSpacer_bottom” which you would have to remove as well. 

.ipsPageHeader {
    display: none;
}

Indeed. Target the page header class itself, not the h1 inside it and that problem doesn't exist. That said... it will likely need individual tweaking to only affect desired pages using the attributes on the body tag if one actually goes this route - this would affect page titles *everywhere*.

Posted

1. add

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader { display: none; }

to custom.css

or

2. remove

{template="pageHeader" group="global" app="core" params="\IPS\Member::loggedIn()->language()->addToStack('forums')"}

from "forums" -> "index" -> "index"

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...