Add FullAjax

Fullajax = AJAX (Asynchronous JavaScript and XML) + AHAH (Asynchronous HTML and HTTP).
After(or before) install please read READ.HTML (look in archive).
If you have a template that wrote using the Joomla standards, all should start work automatically, so when all will be installed you can go to the main page and make sure that the plugin works, and your site now with FullAJAX ;)
Attention: Plugin may be not fully compatible with some components, modules and plugins.
If you want help improve compatibility with other extension please vote, or write your suggestion: http://ideas.joomla.org/forums/84261-joomla-idea-pool/suggestions/2621261-add-some-standart-for-javascript-initialisation-in
In version 2012.10.14:
- Joomla! 3.0 ready
- updated FullAJAX library to latest version
- fix problem with CSS links, when all links was converted in lowercase
- fix (I hope :)) "Error 500" that occurred with some templates
- fix "/null" after click back in some cases
New in version 2012.06.03:
- only for Joomla! 2.5 (for Joomla! 1.5 check older versions)
- optimized UI for configuration
- added automatic position update
- updated FullAJAX library to latest version
- several small changes
...
were not in my index.php since the template maker uses a framework so I had to look for it and now my page went from loading in 3 seconds to 1 second and when navigating may page everything loads really fast no exaggeration. I thought it would not make that much difference but it does I didn't do the modules since all of them look the same in all secctions of my page.
Actually the plugin itself is simply the best you can find for this kind of purpose (displaying content via ajax) on the whole Joomla-World.
The only thing which is more awesome than the plugin itself is the Creator of it. I had multiple issues because the script conflicted with other Plugins. He responded very quick and he always had a solution. So cool :)
So if you're thinking about using this plugin - stop thinking - just download it :)
Ripei
Although there is one "problem" with the plugin (besides the #ajx/foldername-of-joomlasite/ address add-on), this plugin doesn't recognize module page assignment. If I choose to show a module ONLY on the first page it still comes up on every other page (I'm guessing this is due to the fact the the "Joomla! site" no longer knows what page it is on, and thinks it's always on the "front page"). It goes the other way around as well. If I choose to show a module position on all OTHER pages (besides the front-page) it doesn't show up at all, since Joomla! probably thinks that I'm still on the front-page.
I hope that these issues will be rectified. From what I can tell, if it wasn't for the page module assignment issue, this would be something so great it should be built in on the next Joomla! release.
KEEP UP THE GOOD WORK AND THANK YOU FOR THIS PLUGIN!
this not work automatically for some reason but this can be configured in last version of plugin (2011.03.08)
One thing I wanted to note about setup, which was not exactly clear to me:
The special template that comes in the package is not actually supposed to be assigned. It just has to be installed. You can use your own template, just have to have a "forajax" id wrapping the component tag.
Took me a bit to figure this out. I was modifying and assigning the forajax template first, which doesn't work obviously.
The template that comes in the package need for build Ajax answers. You don`t need change it (except when you know what you do). The next version I plan to make this template is optional.
"forajax" id need to add in default template there will be inserted reply from server.
I have one problem with it though, i can't get it to work with the login module, is there a way to use this to make the loginform work as an ajax application? I want the user to be able to login and get the redirectpage loaded with ajax.
/Best regards Jon
This should work with a standard form.
Write an email to me I will try to help.
The #ajx that is added into the url is unfortunate, so I won't be using the plugin. If that get's updated, it could really change how we use joomla.
I added the description about SEO
Only 2 things are missing.
1) More good looking URLs
2) Loading animation so some users dont duble and triple click untill the article is loaded.
Great job!And very good that dosent break SEO. If you disable JavaScript the site works as normal so Google will Craw it with no problems.
Im adding this extension to my Favorites and i hope you will improve the two things i said.
Cheers!
I hope you can fix that easily in next releases.
Library developers aware of this problem.
Recommend enable "System - SEF" and if joomla! installed not root directory need to change the lib parameter
SRAX.Filter.add({url:'/', id:'forajax', params:'tmpl=component'});
to
SRAX.Filter.add({url:'/website/', id:'forajax', params:'tmpl=component'});
Thank you.
You need to edit your template. In the file "index.php", where content is displayed, add id="forajax" as in the example.



