sijad Posted December 12, 2012 Posted December 12, 2012 hi, it's very bad that we can't get information of some url. may we can merge ajax section with public section and control response with a request like: http:// community.invisionpower.com/index.php?app=app&module=module§ion=section&_response=json also we can see output with xml header and so on http:// community.invisionpower.com/index.php?app=app&module=module§ion=section&_response=xml
Marcher Technologies Posted December 12, 2012 Posted December 12, 2012 hi, it's very bad that we can't get information of some url. may we can merge ajax section with public section and control response with a request like: http:// community.invisionpower.com/index.php?app=app&module=module§ion=section&_response=json also we can see output with xml header and so on http:// community.invisionpower.com/index.php?app=app&module=module§ion=section&_response=xml This would require the ability to on-the-fly tell the sessions to stop recording where the user is from within a section file/action overloader thereof, this is the sole advantage of an ajax module. Otherwise, you end up with nasty little bugs like the one i just fixed in unreplied topics, where a global quick ajax call would always have you where you were not. You want to output json, or xml, IPB has libraries to facilitate that, and I also believe there is still an xml skin set.
sijad Posted December 12, 2012 Author Posted December 12, 2012 This would require the ability to on-the-fly tell the sessions to stop recording where the user is from within a section file/action overloader thereof, this is the sole advantage of an ajax module. Otherwise, you end up with nasty little bugs like the one i just fixed in unreplied topics, where a global quick ajax call would always have you where you were not. You want to output json, or xml, IPB has libraries to facilitate that, and I also believe there is still an xml skin set. oh yes i don't think about overloader :@
Recommended Posts
Archived
This topic is now archived and is closed to further replies.