Page 1 of 1

Request : a "Developpers' unread post" button in the forum's functions

Posted: Thu Jan 26, 2017 7:18 am
by Jeckhyl
... because discussions between players can be really interesting, but what I really care for are the posts written by the devs.

Re: Request : a "Developpers' unread post" button in the forum's functions

Posted: Thu Jan 26, 2017 3:42 pm
by johnnylump
If someone who is smarter with phpBB than I am can tell me how to set that up, I'll try to make it happen. I haven't seen anything like it but that doesn't mean it isn't there.

Re: Request : a "Developpers' unread post" button in the forum's functions

Posted: Sat Jan 28, 2017 3:46 pm
by mattprice516
Only example I've ever seen is Blizzard's official forums have a "next blue post" button at the top of threads (blue posts being Blizz devs). But I have no idea how their forum backend compares to phpBB.

Re: Request : a "Developpers' unread post" button in the forum's functions

Posted: Mon Jan 30, 2017 3:03 pm
by Jeckhyl
mattprice516 wrote:Only example I've ever seen is Blizzard's official forums have a "next blue post" button at the top of threads (blue posts being Blizz devs). But I have no idea how their forum backend compares to phpBB.
Unfortunately the only forum I read with this magic button is very dead - IIRC it was the original Hellgate:London forum, some years ago.

Re: Request : a "Developpers' unread post" button in the forum's functions

Posted: Sat Feb 04, 2017 9:01 pm
by Amineri
I think Paradox forums have something similar, which allows filtering to only view developer posts. But no idea on how it is implemented.

Re: Request : a "Developpers' unread post" button in the forum's functions

Posted: Thu Dec 07, 2017 4:27 pm
by Razmoudah
Unfortunately I haven't worked with the code for phpBB so I don't know exactly how it would work. I can make a stab in the dark though. If the devs' accounts (I'm assuming more than one developer here) had a special tag to them, like the admins have, then all you'd need is an extra button that just directs someone to the oldest unread post for that special tag. It'd be a sort of specialized search shortcut button, similar to how a user can use the User Control Panel to quickly search for all of their own posts without having to do an Advanced Search. Now if I had a book on phpBB I'd say give me a day and I could probably figure out how to do something like that. I'm certain I could do it in that time frame with Basic, Visual Basic, or C++ if I had a decent reference book to work with and I highly doubt phpBB is more complex than them (especially considering just how many people manage to create code with it who I swear don't understand programming in general, glad this isn't one of those places).