Suggestion for mobile theme: Adding user info Topic is solved

Discuss issues and requests related with the forum software
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Suggestion for mobile theme: Adding user info

15 Nov 2018, 19:20

Hi,

I use the mobile theme on my Galaxy S5 (Android 4.4.2).
The browser is the newest Chrome.

I would find it useful to add some user info below the name.
You have an avatar, to its right the name and an empty line.

There you could add for example location or user group.
I mean it's still better than an empty and not used line.
Image

Edit - 24.12
- Changed image size
- added red marking to show where the empty and unused line is
- Changed topic title from "1 suggestion for mobile theme" to new one

Regards
Last edited by Scr1pter on 23 Dec 2018, 18:59, edited 3 times in total.
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: 1 suggestion for mobile theme

23 Dec 2018, 18:51

Hmm, nobody interested in that topic?
Today some German AHK user sent me an English PM, because he did't know I was German.
Reason: He used the mobile theme and therefore wasn't able to see it.

Is it difficult to implement it, or does almost nobody use the mobile theme?
Or is it a browser problem?

Regards
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09
User avatar
joedf
Posts: 8951
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Suggestion for mobile theme: Adding user info

24 Dec 2018, 23:40

I thought I replied to this. Sorry, I'll look into this.
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
joedf
Posts: 8951
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Suggestion for mobile theme: Adding user info  Topic is solved

25 Dec 2018, 00:12

Ok, added the following to simplicity's stylesheet:

Code: Select all

/* see https://www.autohotkey.com/boards/viewtopic.php?f=3&t=59076
*/
@media (max-width: 700px) {
    .postprofile dt {
        margin-bottom: !important;
    }
    .postprofile dd {
        display: inline-block !important;
        margin: 0px 4px !important;
        font-size: .8em !important;
        float: right !important;
    }
    dd.profile-contact {
        display: none !important;
    }
}
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: Suggestion for mobile theme: Adding user info

25 Dec 2018, 05:14

Perfect!
Thanks for that :)

Regards
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09

Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 25 guests