Welcome to GUBU.ie - if you're new here check out Housekeeping for more info. Any queries contact us.

Move user info panel to the left...

If you're of the view that there is a need for an old school, simple style, classic BB, with more focus on debate and discussion than bells and whistles, then gubu.ie is for you. See here for some site specific information, admin announcements, forum requests, feedback etc.
Forum rules
No racism or hate speech. Attack the post not the poster. Don't be a dick.
Post Reply
User avatar
Scotty
Posts: 994
Joined: Tue Jul 27, 2021 3:20 pm

Move user info panel to the left...

#1

Post by Scotty »

Having the user info panel in the right does my head in a little. I know they said they may get around to switching it over but I couldn't wait.

There is an extension for Chrome desktop called Stylebot (I think it's available for Firefox too) which allows you to overwrite a sites CSS styling with your own. This allows us move the user info panel from right to left like so...

Image

I've also made the username text a little bigger and a few other small tweaks.

Anyway, if anyone wants to use it the CSS for Stylebot is...

Code: Select all

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* SITE WIDTH - set your personal preference */
.wrap {
max-width: 1400px;
}

h1, h2, h3, .content {
  font-family: "Ubuntu";
}

.notice dd {
font-style: italic;
}

.postprofile {
float:left;
border-width: 0 0 0 0;
margin: 5px 0 10px 0;
width:195px
}

.postprofile .username, .postprofile .username-coloured {
  font-size:150%;
}

.postbody {
  border:  solid white;
  border-width: 0 0 0 1px;
  padding-left: 10px; 
}

.online {
  background-position: 147px 0;
}

.notice dd {
font-style: italic;
font-size:110%;
}

.notice dd:before {
    content: "Thanks: ";
    font-weight: bold;
}
.notice dt {
    display: none;
}
User avatar
Megaminx
Posts: 7
Joined: Wed Jul 21, 2021 6:04 pm

Re: Move user info panel to the left...

#2

Post by Megaminx »

Sweet, it feel way more natural and comfortable like this.


Image
I narrowed my window to make pic smaller, usually use much wider browser width.
User avatar
Hodors Appletart
Verified Username
Posts: 372
Joined: Mon Jul 19, 2021 1:05 pm
Location: The Big Smoke

Re: Move user info panel to the left...

#3

Post by Hodors Appletart »

stuck this on this morning, really like it

Using Stylus in Chrome btw

thanks!
Hold The Door
Jimmy Bottlehead
Verified Username
Posts: 97
Joined: Mon Jul 19, 2021 2:34 pm

Re: Move user info panel to the left...

#4

Post by Jimmy Bottlehead »

Looks superb!
User avatar
PureIsle
Posts: 990
Joined: Wed Jul 28, 2021 12:40 pm

Re: Move user info panel to the left...

#5

Post by PureIsle »

Yes please do this for the site.
490808
Posts: 1487
Joined: Mon Jul 19, 2021 1:10 pm

Re: Move user info panel to the left...

#6

Post by 490808 »

I think this is a change that if it is going to be done should be done now rather than later. Before people get too used to it and then want it put back on the right :lol:
User avatar
Scotty
Posts: 994
Joined: Tue Jul 27, 2021 3:20 pm

Re: Move user info panel to the left...

#7

Post by Scotty »

The Continental Op wrote: Thu Jul 29, 2021 12:30 pm I think this is a change that if it is going to be done should be done now rather than later. Before people get too used to it and then want it put back on the right :lol:
To swap the user info panel to the left only requires changing a couple of lines of CSS but I'm sure there's a plugin available for phpBB that allows users decide for themselves which side to have it on.
Shane
Posts: 8
Joined: Mon Jul 19, 2021 9:06 am

Re: Move user info panel to the left...

#8

Post by Shane »

would be great to have it swapped over. its over on the left on other phpbb forums that i frequent.
Thargor
Verified Username
Posts: 20
Joined: Tue Jul 20, 2021 9:23 pm

Re: Move user info panel to the left...

#9

Post by Thargor »

Its over on the left on literally every forum Ive ever been on, this is a great solution OP thanks but I would like to see admin implement it by default if they're planning on attracting as many Boards disaster refugees as possible, having it on the right just looks so wrong to the point that its off-putting.
kadman
Verified Username
Posts: 2764
Joined: Tue Jul 20, 2021 6:14 pm

Re: Move user info panel to the left...

#10

Post by kadman »

Not really worried where it is to be honest. More interested i the forum content
User avatar
Andrew76
Verified Username
Posts: 11
Joined: Mon Aug 02, 2021 11:13 am

Re: Move user info panel to the left...

#11

Post by Andrew76 »

Plover1958 wrote: Sat Jul 31, 2021 10:24 pm

I got used to it very quickly. Can't see how it would be considered off-putting at all.
Agreed, I didn't even notice it was 'missing' from the left hand side. Nonetheless, thanks Scotty for posting it, good to have the choice. :)

Wonder is there a way to move the report/quote/thanks icons to the bottom of a post though.
Post Reply