I posted the above on the private Staff forum of the Audacity board. They are adverse to making local changes for obvious reasons and suggested I come here.One of the (seemingly) hidden features of this board software is using the access key (<ALT>+m) to deploy the "Mark topics read" function:here's the relevant code (it is only in view on forum pages which show a list of topics to be read) :note: accesskey="m"Code: Select all
<div class="pagination"> <a href="./viewforum.php?hash=d6961232&f=68&mark=topics&mark_time=1615477146" class="mark" accesskey="m" data-ajax="mark_topics_read">Mark topics read</a> • 16 topics • Page <strong>1</strong> of <strong>1</strong> </div>
Would it be possible to add a similar access key to deploy "First unread post"? Here's the code in question (it is only in view when you are actually reading a post) :Thanks! This would really help those of us were physically challenged by all the mousing around needed to navigate computer GUIs.Code: Select all
<div class="pagination"> <a href="#unread" class="mark">First unread post</a> • 3 posts • Page <strong>1</strong> of <strong>1</strong> </div>
Access key for "First unread post"
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 4.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 4.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Access key for "First unread post"
Re: Access key for "First unread post"
How do you define a first unread post?Edgar wrote: Thu Mar 11, 2021 9:55 pm Would it be possible to add a similar access key to deploy "First unread post"?
Procrastination is my hobby, but I keep on postponing it.
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: Access key for "First unread post"
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Access key for "First unread post"
The problem is that, based on the location of the request screenshots, the concept of "First unread post" is lost once you read the topic. It would only work if there are multiple pages and you start on the first page and there are actual unread posts in the following pages of the topic. Once there are no unread posts in the topic the
This topic should be reposted on our main board though since it has nothing to do with phpBB 4.x nor the development of phpBB as a whole.
view=unread
option no longer does anything.This topic should be reposted on our main board though since it has nothing to do with phpBB 4.x nor the development of phpBB as a whole.