In the old forum there was an option to set the user info (name, display pic etc) to the left. Can that be added back in?
I'm using the Prosilver dark theme BTW, not sure if that matters
New forum - please add option to show user info on the left
Moderator: GZDoom Developers
-
-
- Posts: 17456
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
-
- Posts: 13741
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: New forum - please add option to show user info on the left
I attempted to add that but the addon didn't work so I removed it. I am pretty much refusing to install addons that require actual system changes to the software, and the addon in question required editing the style files for both prosilver (unacceptable, as that's a base style) and prosilver dark (which would've been okay since that's an addon style).
-
- Admin
- Posts: 6190
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: New forum - please add option to show user info on the left
FWIW this looks to be an easy style change:
I don't know how difficult this would be to do as a board toggle, but the above should work fine as a client-side styling option if necessary.
Code: Select all
.postprofile {
float:left; /*this is normally "right"*/
}
-
- Posts: 13741
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: New forum - please add option to show user info on the left
This is injectible so it might be possible to just throw this into a skeletal extension and call it a day.
Now the question becomes: how easy is it to create an extension?
Now the question becomes: how easy is it to create an extension?