[RFC|Merged] AJAX
Re: [RFC|Merged] AJAX
AJAX? What for? Simple log-out confirm box is enough, but it does not need AJAX...
Re: [RFC|Merged] AJAX
you right. jquery is enough. like " book mark & subscribe Topics"
Re: [RFC|Merged] AJAX
BTW, "marking topics in forum read" here marks them read, but does not remove all those icons signing new posts in topics. I think it is not a big deal to remove them (especially via jQuery selectors) and it would be much better I think. Like real ajax, because I do not see real point in marking them read, but page will remain the same and if I want to see the changes, I need to reload whole page (what is also suggestion in pop-up)...
-
- Posts: 171
- Joined: Sun Jan 29, 2006 1:00 pm
- Location: Germany
- Contact:
Re: [RFC|Merged] AJAX
Hello,
+1 for the RFC
+1 for inline
I would be nice if a phpBB AJAX documentation for MOD authors would be available then the first beta of Ascraeus is released. So we (MOD athors) will have a chance to use it.
Bye Martin
+1 for the RFC
+1 for inline
I would be nice if a phpBB AJAX documentation for MOD authors would be available then the first beta of Ascraeus is released. So we (MOD athors) will have a chance to use it.
Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
-
- Posts: 171
- Joined: Sun Jan 29, 2006 1:00 pm
- Location: Germany
- Contact:
Re: [RFC|Merged] AJAX
Hello Callum,
Sorry, I red the whole discussion and could not find any information. Maybe you should add a related advice to the first post in this topic.
Bye Martin
Sorry, I red the whole discussion and could not find any information. Maybe you should add a related advice to the first post in this topic.
Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
Re: [RFC|Merged] AJAX
Indeed, please link to the relevant documentation from this RFC.
-
- Project Manager
- Posts: 273
- Joined: Thu Oct 27, 2005 1:45 am
Re: [RFC|Merged] AJAX
This isn't necessarily the case here (since we require a session ID on the logout link), but AJAX confirmation boxes can add to CSRF protection, while plain JS boxes do not.Senky wrote:AJAX? What for? Simple log-out confirm box is enough, but it does not need AJAX...
Re: [RFC|Merged] AJAX
ok completely love the new features this brings to phpbb, but why was the screen after posting left as is rather than having the post updated via ajax or something after using the quick editor. I would redirect them to the post page why do they need a separate load event to simply ask if they wish to return to the index or the post. If this needs to be a seperate RFC now thats fine I just did not want to make the request if reason was already given not to.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC|Merged] AJAX
I actually complained about that. The post is actually loaded/updated in the background, behind the modal, in the case of approving a post or topic. Not sure what the point was of still having a box that gives the user options of where to go, which is "ok", but selecting either one, even the "Return to post/topic" one, reloads the entire page? Dumb...