Hello everyone,
I just wanted to ask if there is/will be any AJAX functions in the upcoming phpBB 3 release? I mean a function like editing posts on the same page as reading them (The message is just brought into a textarea for editing). Or does Olympus just uses PHP? I've seen those functions in other forum software like vBulletin...
Thanks,
AJAX in Olympus?
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
-
- Registered User
- Posts: 22
- Joined: Thu Jan 05, 2006 11:54 am
- Location: Hanover, Germany
- Contact:
AJAX in Olympus?
el noobe
-
- Registered User
- Posts: 14
- Joined: Thu May 25, 2006 6:30 pm
Re: AJAX in Olympus?
I am not sure if Olympus will support this feature, but I already know a mod that gives phpBB2 Ajax.
-
- Registered User
- Posts: 22
- Joined: Thu Jan 05, 2006 11:54 am
- Location: Hanover, Germany
- Contact:
Re: AJAX in Olympus?
I know this MOD, but I wanted to know, if they will include it in the Olympuys final...
el noobe
-
- Registered User
- Posts: 14
- Joined: Thu May 25, 2006 6:30 pm
Re: AJAX in Olympus?
Are you saying you don't like AJAX or you don't want to wait longer for them to add it in?rak wrote: Happily no
personally, some things should not be ajaxed, while others would be much more awesome if they were.
Re: AJAX in Olympus?
I knew that my english is bad - but so confusing
Finally I am happy if there is no Ajax.
Finally I am happy if there is no Ajax.
Re: AJAX in Olympus?
I think a few small portions of Olympus use AJAX
AJAX is a method of using Javascript, XML, and another scripting language such as PHP or Perl to create dynamic pages that update and reload very quickly and smoothly.
AJAX is a method of using Javascript, XML, and another scripting language such as PHP or Perl to create dynamic pages that update and reload very quickly and smoothly.
Re: AJAX in Olympus?
The real problem with AJAX is that you have to take special care to make sure your javascript works on all browsers, otherwise you must also spend time gracefully degrading your javascript so that if a browser doesn't work as expected or they have javascript turned off that the site will still function.