neo, your understanding of the word "stable" is highly unorthodox.
the short and long answer to the original question is: phpbb 3 is not "ready to use" or "stable" using any reasonable definition of these terms.
Search found 654 matches
- Tue Jan 10, 2006 10:03 pm
- Forum: [3.0/Olympus] Discussion
- Topic: stable enough?
- Replies: 17
- Views: 10825
- Fri Jan 06, 2006 9:23 pm
- Forum: [3.0/Olympus] Discussion
- Topic: What does this error mean? [Sorted]
- Replies: 6
- Views: 4382
Re: What does this error mean?
usually it means you called new something(); where something is not a known class. it can be, as pentapenguin guesses, that you forgot to include()/require() the file where the class is defined, but it can also be something as simple as mispelling (or miscasing) the class name. or that you didnt rea...
- Thu Jan 05, 2006 10:02 pm
- Forum: [3.0/Olympus] Discussion
- Topic: I am taking the code.
- Replies: 131
- Views: 79165
Re: I am taking the code.
you may feel you are doing something completely unheard of, but in reality this is quite a common practice, known as a "fork". it is entirely permissible under gpl, and many successful projects forked out of former projects. sometimes the original project disappeared, and sometime they coexist. pers...
- Sat Dec 31, 2005 11:07 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Friends / Foes
- Replies: 5
- Views: 4869
Re: Friends / Foes
New features discussion Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. For suggestions please use our tracker on Sourceforge. Moderators: Developers, Moderators my understanding of the wo...
- Sat Dec 31, 2005 2:31 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Friends / Foes
- Replies: 5
- Views: 4869
Friends / Foes
one of the cute little features olympus sports is the friends/foes list. unfortunately, the foes feature does not work 100%. what i mean is this: if i have someone marked as a foe, and this person posts in a thread which i have read, this thread becomes "unread" for me (or rather, it becomes "contai...
- Wed Dec 28, 2005 1:49 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Mouseover
- Replies: 16
- Views: 9268
Re: Mouseover
actually, this could be implemented without any additional queries. i dont know that this is really a "good" or important enough feature and worth the bother, but if someone decides it is, it should not be very complex to implement, and can be done without additional queries. to do so will require a...
- Tue Dec 27, 2005 6:32 pm
- Forum: [3.0/Olympus] Discussion
- Topic: question regarding the new transfer class
- Replies: 2
- Views: 1410
Re: question regarding the new transfer class
oh well...
thanks, anyway.

thanks, anyway.
- Tue Dec 27, 2005 6:06 pm
- Forum: [3.0/Olympus] Discussion
- Topic: question regarding the new transfer class
- Replies: 2
- Views: 1410
question regarding the new transfer class
does the inclusion of the new "transfer" class mean that olympus will have a built-in modding capability? ttbomk, this is not included as one of the features originally planned. imho, this was the most significant ommission. if this capability (hopefully something more like smf "package manager" tha...
- Tue Dec 27, 2005 5:51 pm
- Forum: [3.0/Olympus] Discussion
- Topic: A way to stem the "When?" threads.
- Replies: 19
- Views: 11336
Re: A way to stem the "When?" threads.
of course, the ultimate death-blow that will stem all those annoying "when" threads once and for all would be to release the @#$%&! thing.
i still belive that this "doomsday weapon" will be used one of these days. just dont ask me when...
i still belive that this "doomsday weapon" will be used one of these days. just dont ask me when...
- Sun Dec 25, 2005 1:03 am
- Forum: [3.0/Olympus] Discussion
- Topic: plea to the developers
- Replies: 6
- Views: 4299
Re: plea to the developers
there is no potential for these fields to do any good sorry, even at christmas I have to object... at least script_path has some sort of use in my eyes. How else do you want to figure out what is really the "root_path" where the files of phpbb are located? - Only alternative is if this is set "on t...