I need to have about 3000 different forum area's in my phpBB forum so I just want a simple list of letters on the home page which you can select the relevant letter, then it will only display forums starting with the selected letter.
Have you actually created and used this 3000 forum board? Because unless you spend about $750/month for hosting, it will either not run at all or run like molasses. Navigation of it is, as you apparently realize, certainly an issue, but is really the least of your issues with that many forums (or are those just categories so there will be more than 3,000 forums?).
phpBB was not designed to perform with that many forums. Merely checking forum permissions would wake a lot of time and resources. And forget about loading jumpbox.html.
I think you need different software for whatever it is you are doing.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
The biggest issue is that before phpBB displays a forum to a user, it must check to see whether that user has, for example, permission to see a particular forum. If it has to do that 3000 times for every user at every page load - well, you get the idea. There are other aspects to it as well. It is not the amount of data or the amount of users (witness this board) but the manipulation of the display of the data in a system that not only has multiple forum-based permissions roles but also has the ability to create more and, even worse, the ability to use permission sets other than standard roles, which requires even more permissions checking.
By "chat" do you mean real-time chat? Because if you need a bulletin board for 3000 companies, each with their own set of forums, I do not think there is an existing solution on the planet.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
I do not know how you could make a streamlined version of phpBB. Obviously, unless you want all the companies to see each others' forums, you would have to use permissions, and those permissions would have to be checked, so I don't see a way around that. And, is that the way it works? Each company's users only see their own forums, or they can also see some or all of the other companies' forums? If I knew more about the goal, maybe I could be more helpful.
Look at the email storm you would get from PMs and Subscriptions, if you allowed them.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
If you could explain exactly what the end goal is instead of how you think it should be accomplished, then we might be able to help you figure out a way to reach that goal.
It cannot be done with phpBB. As I said the jump menu is the least of your problems. The problem is permissions. Bur since you don't answer my questions I really cannot be of any more assistance.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
petewinter wrote:All users should be able see all forums so no need for separate permissions.
Who's going to act as moderators on this mega-board, will each of the 3000 forums have it's own moderator?
What about administrators? Will each company have someone with administrator permissions?
Who decides what styles will be available on the board? There are a few hundred styles, but not 3000.
Are all the users of the 3000 companies to be in the same user group? The companies won't want to do a mass email just to members of their forum (user group)?
I don't know of any BB program that would handle this sort of load well because it's not what they were designed for.
Last edited by Oyabun1 on Tue Aug 02, 2011 9:33 pm, edited 1 time in total.