[phpBB Support] ranks in mobile

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

[phpBB Support] ranks in mobile

Post by cisco007 »

I wonder if there is aan extension or code without modifying core phpbb files to shrink rank images on mibile styles. They justb ook like they take up too much room on the profile area of a post on mobile devices.

[phpBB Support] ranks in mobile

Post by Stoker »

You are absolutely right.
Something like:

Code: Select all

@media (max-width: 700px) {
	dd.profile-rank img {max-height:20px;}
}
or

Code: Select all

@media (max-width: 700px) {
	dd.profile-rank img {display:none;}
}
I use the last one now.
Last edited by Stoker on 17 Aug 2025, 02:22, edited 1 time in total.
Reason: -

[phpBB Support] ranks in mobile

Post by Stoker »

@cisco007
Works from my phone.

You are not one of those iPhone idiots?

[phpBB Support] ranks in mobile

Post by Steve »

@Stoker. The selection works but the username list generated and appended to the @ in the Textarea is off in i/Phones. I know how to fix the problem but I'm not on the pc for a few days.
You do not have the required permissions to view the files attached to this post.

[phpBB Support] ranks in mobile

Post by Steve »

Professional profile view in responsive.
You do not have the required permissions to view the files attached to this post.

[phpBB Support] ranks in mobile

Post by cisco007 »

No i don't use iphone, the @ doesnt't work on the chat on mobile is what i meant. i didn't check on the actual posting page.