Suggestion for mobile theme: Adding user info

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Suggestion for mobile theme: Adding user info

Re: Suggestion for mobile theme: Adding user info

Post by joedf » 16 Jan 2019, 15:59

ahaha nice, no problemo! :+1:

Re: Suggestion for mobile theme: Adding user info

Post by Scr1pter » 25 Dec 2018, 05:14

Perfect!
Thanks for that :)

Regards

Re: Suggestion for mobile theme: Adding user info

Post by joedf » 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;
    }
}

Re: Suggestion for mobile theme: Adding user info

Post by joedf » 24 Dec 2018, 23:40

I thought I replied to this. Sorry, I'll look into this.

Re: 1 suggestion for mobile theme

Post by Scr1pter » 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

Suggestion for mobile theme: Adding user info

Post by Scr1pter » 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

Top