Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Layout Request: links placement
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback
View previous topic :: View next topic  
Author Message
myga
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2023
Posts: 110

PostPosted: Thu May 02, 2024 2:36 am    Post subject: Layout Request: links placement Reply with quote

Greetings,

Could you (forum maintainers, devs, or anyone with access) please relocate the links on the footer (Links: forums.gentoo.org | www.gentoo.org | bugs.gentoo.org | wiki.gentoo.org | forum-mods@gentoo.org) to the header?

I never knew they were all the way at the bottom of the page and always wondered why they were never added to the top for ease of accessibility. I hope other users share the same sentiment to get this request moving forward.

Thx,
_________________
[Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.]
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon May 06, 2024 2:12 pm    Post subject: Reply with quote

myga,

Any changes are unlikely to happen until the migration to phpBB3.x is complete.

Feel free to file a bug so that the request is not overlooked.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
myga
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2023
Posts: 110

PostPosted: Wed May 08, 2024 1:15 am    Post subject: Reply with quote

NeddySeagoon wrote:
myga,

Any changes are unlikely to happen until the migration to phpBB3.x is complete.

Feel free to file a bug so that the request is not overlooked.


Does this mean that the PHP version 2.0.23 is the one being used right now? If that's the case, it's quite a significant update! I really hope we'll have a more visually appealing user interface with smoother edges on the buttons and fields, as those sharp corners can be risky :D .

Is there a status page for this upgrade?
_________________
[Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.]
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21706

PostPosted: Wed May 08, 2024 2:40 am    Post subject: Reply with quote

Yes, that is the active version. I like how this version looks.
Back to top
View user's profile Send private message
skellr
l33t
l33t


Joined: 18 Jun 2005
Posts: 976
Location: The Village, Portmeirion

PostPosted: Wed May 08, 2024 4:52 am    Post subject: Reply with quote

If you don't mind a workaround, there is the Stylus browser extension that makes it easy to add site specific CSS so you can change the look of websites.
https://github.com/openstyles/stylus

Just open the extension and add a style for the domain forums.gentoo.org and paste this in:
Code:
p.menu:has( a.menulink[href="sitemap/index.html"]) {
    position: absolute;
    top: 131px;
    padding-left: 4px;
    background: black;
    width: 100%
}


My CSS is a bit rusty but that should get you close.

Mozilla has some good docs on CSS if you want to go down a rabbit hole. :D
https://developer.mozilla.org/en-US/docs/Web/CSS
Back to top
View user's profile Send private message
myga
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2023
Posts: 110

PostPosted: Thu May 09, 2024 2:32 am    Post subject: Reply with quote

skellr wrote:
If you don't mind a workaround, there is the Stylus browser extension that makes it easy to add site specific CSS so you can change the look of websites.
https://github.com/openstyles/stylus

Just open the extension and add a style for the domain forums.gentoo.org and paste this in:
Code:
p.menu:has( a.menulink[href="sitemap/index.html"]) {
    position: absolute;
    top: 131px;
    padding-left: 4px;
    background: black;
    width: 100%
}


My CSS is a bit rusty but that should get you close.

Mozilla has some good docs on CSS if you want to go down a rabbit hole. :D
https://developer.mozilla.org/en-US/docs/Web/CSS


Nice! It does require some work as you stated.
_________________
[Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum