[RFC|Merged] AJAX
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC|Merged] AJAX
Another thing I would like to see AJAX-ed is the search bar on the viewforum screen. It doesn't necessarily need to load as you type, but if it could filter the forum's topics by keyword without a page reload, that would be pretty cool. I guess since this RFC is marked as merged, new ajax elements should go into a new RFC.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: [RFC|Merged] AJAX
Yes, new ajax items should be in a new RFC or they probably won't be commented on.
Re: [RFC|Merged] AJAX
Someone's gotten spoiled with Google Instant...imkingdavid wrote:Another thing I would like to see AJAX-ed is the search bar on the viewforum screen. It doesn't necessarily need to load as you type, but if it could filter the forum's topics by keyword without a page reload, that would be pretty cool.
A lot of that technology depended on having persistent server connections coupled with being able to answer queries as quickly as possible. There was probably a lot of result-caching going on there for the most common queries.
phpBB's search backend would likely need to get additional features to match this feature.
- Black Antitoon
- Registered User
- Posts: 93
- Joined: Mon Apr 02, 2007 2:50 pm
Re: [RFC|Merged] AJAX
But if he was referring to the thread titles in a specific forum, then it might be feasible. Or not?
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC|Merged] AJAX
test it? if its not there yet, its unlikly
Member of the Development-Team — No Support via PM
Re: [RFC|Merged] AJAX
Guess not
Above message may contain errors in grammar, spelling or wrongly chosen words. This is because I'm not a native speaker. My apologies in advance.
- NORDLANDVOLK
- Registered User
- Posts: 44
- Joined: Thu Oct 14, 2010 8:14 pm
- Location: Tracia
Re: [RFC|Merged] AJAX
lol, what is the point to have confirm box without AJAX?Senky wrote:AJAX? What for? Simple log-out confirm box is enough, but it does not need AJAX...
Or maybe you dont know what is AJAX or how is working.
sorry for my bad english
Re: [RFC|Merged] AJAX
When you click on "Mark forums read" in the browser console error occurs
Need to insert
Code: Select all
ReferenceError: assignment to undeclared variable phpbbAlertTimer
ajax.js (line13)
var
before phpbbAlertTimer
.Sorry for my English.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC|Merged] AJAX
Can you please create a ticket?
Member of the Development-Team — No Support via PM