New forum - please add option to show user info on the left

Moderator: GZDoom Developers

User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

New forum - please add option to show user info on the left

Post by Nash »

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
User avatar
Rachael
Posts: 13558
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: New forum - please add option to show user info on the left

Post by Rachael »

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).
User avatar
Caligari87
Admin
Posts: 6174
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: New forum - please add option to show user info on the left

Post by Caligari87 »

FWIW this looks to be an easy style change:

Code: Select all

.postprofile {
	float:left; /*this is normally "right"*/
}
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.

8-)
User avatar
Rachael
Posts: 13558
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: New forum - please add option to show user info on the left

Post by Rachael »

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? 🥴
Post Reply

Return to “ZDoom.org Suggestions”