Here's the main forum listing from phpBB:

phpbb main forum listing

And Advanced Forum:

AF main forum listing

CommentFileSizeAuthor
#9 af-top-level-forum-page.jpg163.17 KBmichelle

Comments

webchick’s picture

Differences:
- View your posts view
- View unanswered posts view
- View new posts view
- View active topics view
- Who's online block:
o "Hidden" users
o "Most users ever online"
o Usernames coloured by role
- Statistics block actually matches nearly exactly! Right on!
- No icon key

Gurpartap Singh’s picture

- Different wrapping table for each category.

merlinofchaos’s picture

Priority: Normal » Critical

The critical functionality here are the views. We can skip 'most users ever online', as well as 'hidden' users.

michelle’s picture

I'd be happy to host the views in AF. They're on my to do list, anyway. Don't wait for me to make them, though, if someone else has time as we're getting down to the wire. Just toss some views exports into my queue and I can get them added in.

Michelle

michelle’s picture

Oh, also, the user coloring is something I want to get into AF eventually but not sure on the best approach, yet. It would require a theme_username override and a UI to set the colors by role. Because it would make sense as a site wide thing, it might be better as a submodule or possibly a seperate project. I don't believe I have an actual issue for it... Just something in my mental to do list.

Michelle

michelle’s picture

The code I committed tonight splits each container into its own table and also makes the single container / single parent forum pages match. It also turns subforums into a comma seperated list.

Michelle

crea’s picture

User theming (not coloring, icons could be used too so it's theming) should be standalone module. It can be used without forum.

michelle’s picture

@crea: Yeah, that's what I thought, too.

Michelle

michelle’s picture

StatusFileSize
new163.17 KB

Here's the latest from AF.

Michelle

michelle’s picture

Actualy, the coloring by role would really make sense implemented either in or in conjunction with http://drupal.org/project/user_display .

Michelle

michelle’s picture

I think this issue is basically done. The only real differences I see remaining are in the "who's online" block, which aren't high priority.

Michelle