[RFC] Index tabbed

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [RFC] Index tabbed

Post by DavidIQ »

When I first read and saw this topic I thought you were referring to the indentation, which looks pretty ugly. Having reread this I can see it's about the statistics being in tabs.

Having the info in tabs looks ok I think but it will need to be dynamic in nature and not require full reloads of the page. jQuery tabbification would make that possible. That being said this could simply be an extension that can be easily created and the js loading is already implemented.
Image

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: [RFC] Index tabbed

Post by keith10456 »

Big +1

Ssssooo much space is wasted with all of the info displayed at the bottom... Especially once the info from mods/ext is added.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: [RFC] Index tabbed

Post by PayBas »

There are alternatives. I personally like collapsible blocks better. Like on one of my sites: http://pbwow.com/forum/index.php

A cookie stores which blocks you want to hide/show by default. So this doesn't require a single click on reload. If you're not interested in birthdays, it will be hidden forever, until you expand the category.

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [RFC] Index tabbed

Post by Pony99CA »

Mess wrote:
Pony99CA wrote:I like the tabs and think that they should be used in the ProSilver style by default. There's no need for an option in the ACP for that feature. If somebody wants the old way, they can use a different style. (Now, if you want an option in the UCP, that would be more appropriate. Let the users choose how they want to view the board.)
Wow, so not only do you think what you like is more important, you also want to "remove" the option for me to change it back. :roll:
Regarding "removing" the option, did you read the parenthetical sentences of mine that you quoted? I said to put the user in control, not the Admin.

I don't think that an option to control such a minor feature is worth adding an ACP option for, but maybe you feel that the ACP isn't complicated enough already. If the Admin wants to change the style, he can select a new style. That seemed pretty obvious to me.

If an option is really necessary, it should be a UCP option to put the user in control. What's wrong with that?
Mess wrote:I think tabs on the index looks cheap and dated. A better way would be to use a more modern footer with the details.
So how about an example of what you mean? Instead of disparaging the suggestion with "cheap" and "dated", show us something better. A vague suggestion like "a more modern footer" is useless. (Plus, I think that tabs are more modern than big blocks of text.)
Mess wrote:
Pony99CA wrote:I would also make the Statistics tab the first (and default) tab. I think that more people are interested in how many posts and members a board has than who happens to be visiting at that time and whose birthday it is.
Sigh, maybe a first time visitor is interested in how many posts/members a board has.
Regular members don't care about that, they primarily care about who is online or who's birthday it is. When is the last time you looked at the stats here on Area51?
About the same time that I looked at people's birthdays or who was online -- never. But if you can only show one thing, that's what I'd rather see.

Yes, it's more for new users to see how active a board is, but I'd rather cater to new users (hoping to get a new member) than to regulars (who know that the information is only one click away).

Steve

P.S. Have you had a doctor check all of that sighing and eye rolling? It might be something serious. :twisted:
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
Louis7777
Registered User
Posts: 394
Joined: Fri Apr 04, 2014 12:32 am

Re: [RFC] Index tabbed

Post by Louis7777 »

PayBas wrote:There are alternatives. I personally like collapsible blocks better. Like on one of my sites: http://pbwow.com/forum/index.php

A cookie stores which blocks you want to hide/show by default. So this doesn't require a single click on reload. If you're not interested in birthdays, it will be hidden forever, until you expand the category.
Very good looking, but I'm not a fan of cookies. I prefer to avoid them if I can. :|

I know a better - in my opinion - implementation to combine who is online and statistics. See the screenshot below. It's from a warez forum (the most popular on the planet + runs on phpBB), so I can't link to it or name it... but I'm giving you that tip in case you want to find the website and see how it works yourself. :P An obvious downside is that it's not good for multiple blocks/modules.
screenie.png
(29.2 KiB) Downloaded 887 times
Now see how the above image looks and try to imagine tabs on it. It would look more elegant than the picture that I attached in the first post, right? And it's not far from the style and colors of prosilver. :)
Pony99CA wrote:Plus, I think that tabs are more modern than big blocks of text.
Although I created this topic I'm not a big fan of tabs, so I kinda understand those who don't like them. :lol:

However!!! They are indeed more modern than "big blocks of text" and I can't think of anything that is better and that has all the pros that I've listed.

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] Index tabbed

Post by brunoais »

phpBB 3.1 has one interesting thing called parent themes.
This means that you can make a theme that is simply the parent theme with a very small subset of files replaced.

In this case, you all can make a theme for each one of those cases where you use prosilver as the base and you only change the HTML + CSS + js required for the whoisonline part.
The admin can choose the one(s) he wants for his users and his users can choose the theme version they want.

Isn't that a better option than all this?

User avatar
Sumanai
Registered User
Posts: 95
Joined: Sat Aug 31, 2013 11:12 am

Re: [RFC] Index tabbed

Post by Sumanai »

brunoais wrote:phpBB 3.1 has one interesting thing called parent themes.
This means that you can make a theme that is simply the parent theme with a very small subset of files replaced.

It is available in version 3.0 :)
Sorry for my English.

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] Index tabbed

Post by brunoais »

Yeah but not the same way as 3.1. In 3.1 there's the capability of having an infinite sized tree. In 3.0, it's just the parent and child.

User avatar
BioLogIn
Registered User
Posts: 28
Joined: Mon Dec 10, 2012 6:55 pm

Re: [RFC] Index tabbed

Post by BioLogIn »

-1 as a part of the core. There any many places where phpbb could use tabs and / or collapse areas (like IPB does for example). But having tabs only on footer makes forums look incoherent (to me at least).

+1 as an extension, though.

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: [RFC] Index tabbed

Post by keith10456 »

PayBas wrote:There are alternatives. I personally like collapsible blocks better. Like on one of my sites: http://pbwow.com/forum/index.php

A cookie stores which blocks you want to hide/show by default. So this doesn't require a single click on reload. If you're not interested in birthdays, it will be hidden forever, until you expand the category.
This isn't bad either... Especially if something like this be done with jquery as opposed to cookies. One of my main concerns is with more and more Internet use being done on mobile devices, all of that data/space in the footer needs to be tucked-away unless someone chooses to see it.

Post Reply