Jump to content

remove ajax section and merge with public sections


sijad

Recommended Posts

Posted

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&section=section&_response=json

also we can see output with xml header and so on

http:// community.invisionpower.com/index.php?app=app&module=module&section=section&_response=xml
Posted

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&section=section&_response=json

also we can see output with xml header and so on

http:// community.invisionpower.com/index.php?app=app&module=module&section=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.

Posted

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 :@

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...