News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

What i think should be a nice addition to 2.1

Started by Kustomuk, October 19, 2021, 11:26:48 AM

Previous topic - Next topic

Kustomuk

When 2.1 drops into mobile mode and you view it on your phone seeing your avatar at the top instead of that little online block would be a better option i think,

You see it on all the other forums, Anyway it was just a thought, But that being said Rc2.1 is looking great guys.

:)


aryansindy

Hello,you mean the member avatar bei Login at the top instead of that little,and guest avatar bei Logout.

demo:  My Forum

You cannot view this attachment.

You cannot view this attachment. 

Kindred

Ummmmmmmmmm.... your avatar IS at the top, in both desktop and mobile view
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Diego Andrés


SMF Tricks - Free & Premium Responsive Themes for SMF.

Antechinus


Kindred

On mobile,  I have NO avatars displaying in posts....
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Mick.

Ya, the avatar is hidden on mobile on purpose. Less clutter.

I think is this one...

Open responsive.css file
    .user_info li.avatar, .user_info li.poster_ip, .user_info li.icons, .user_info li.postcount, .user_info li.postgroup {
        display: none;
    }

Remove this from code above:
    .user_info li.avatar,
And write this new one:
.user_info li.avatar {
    display: block;
}

Antechinus

You shouldn't need the display: block; declared in responsive.css if you are not declaring it as display: none; (because an li is a block level element by default).

And, depending on what else you want up there, you may need to float the avatar (or find some other way of dealing with it).

Kustomuk

What i mean is a bit like this,...

I think this would look much much better, but that`s just me!


Kindred

That's not the default SMF theme....   Take it up with the theme designer for your custom theme.

As I noted, the default SMF theme shows *NO* avatars on mobile.  Which is good. Which is planned. Which is not going to change.
If you have a custom theme which does show them on mobile -- then, by all means, ask the theme author to change the layout.  It's pure CSS, not even template php code.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Kustomuk

That was Vbullitin showing its best in mobile mode tbh,...No biggy tho!

member`s may like that added to 2.1 just a thought Kindred take good care.

:)

Looking good 2.1


Kustomuk

Quote from: Kindred on October 20, 2021, 03:05:05 PMThat's not the default SMF theme....   Take it up with the theme designer for your custom theme.

As I noted, the default SMF theme shows *NO* avatars on mobile.  Which is good. Which is planned. Which is not going to change.
If you have a custom theme which does show them on mobile -- then, by all means, ask the theme author to change the layout.  It's pure CSS, not even template php code.


By the way Kindred change is always a good thing if you need to progress,...sorry but i had to add that comment lol,

As always take good care,

:)

Kindred

:P

Sorry, I disagree.  Change is not always good.

Change for the sake of Change is wasted effort. Also, the more changes the longer the final release will take - in this case, Change is bad.

As for members  ... if they want it, then the admin can easily install a theme or make a css Change that includes the avatar in mobile view. Personally, I don't want extra junk displayed on mobile.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: