[RFC|Merged] AJAX

These requests for comments/change have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.
Post Reply
User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC|Merged] AJAX

Post by imkingdavid »

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.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC|Merged] AJAX

Post by EXreaction »

Yes, new ajax items should be in a new RFC or they probably won't be commented on.

User avatar
Dog Cow
Registered User
Posts: 271
Joined: Wed May 25, 2005 2:14 pm

Re: [RFC|Merged] AJAX

Post by Dog Cow »

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.
Someone's gotten spoiled with Google Instant... :lol:

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.

User avatar
Black Antitoon
Registered User
Posts: 93
Joined: Mon Apr 02, 2007 2:50 pm

Re: [RFC|Merged] AJAX

Post by Black Antitoon »

But if he was referring to the thread titles in a specific forum, then it might be feasible. Or not?

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: [RFC|Merged] AJAX

Post by Meis2M »

ajax quick reply will be added in 3.1 ?

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: [RFC|Merged] AJAX

Post by nickvergessen »

test it? if its not there yet, its unlikly
Member of the Development-TeamNo Support via PM

User avatar
Ger
Registered User
Posts: 293
Joined: Mon Jul 26, 2010 1:55 pm
Location: 192.168.1.100
Contact:

Re: [RFC|Merged] AJAX

Post by Ger »

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.

User avatar
NORDLANDVOLK
Registered User
Posts: 44
Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia

Re: [RFC|Merged] AJAX

Post by NORDLANDVOLK »

Senky wrote:AJAX? What for? Simple log-out confirm box is enough, but it does not need AJAX...
lol, what is the point to have confirm box without AJAX?
Or maybe you dont know what is AJAX or how is working.
sorry for my bad english :oops:

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

Re: [RFC|Merged] AJAX

Post by Sumanai »

When you click on "Mark forums read" in the browser console error occurs

Code: Select all

ReferenceError: assignment to undeclared variable phpbbAlertTimer
ajax.js (line13)
Need to insert var before phpbbAlertTimer.
Sorry for my English.

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: [RFC|Merged] AJAX

Post by nickvergessen »

Can you please create a ticket? :)
Member of the Development-TeamNo Support via PM

Post Reply