Отримай сайт!

Posts tagged ‘FullAjax plugin’

Strangely, that not written about it before :)
So, now almost all sites use a couple social buttons from a different social networks. And you may be interesting how to make it work, social buttons with AJAX.

I have a few tips.
(more…)

New version of the Add FullAjax plugin for Joomla! (2012.04.20).
Looks like it last version that support Joomla! 1.5. Almost updates here for Joomla! 2.5.
Not tested with Joomla! 1.7.

What in this version:

  • updated FullAJAX library to latest version
  • fixed couple bugs with HTML5 History API
  • fixed work in IE, with links that contain special chars
  • fixed display < title > with special chars
  • removed doSomethingAfterFAjxPagLoad() function
  • partial rewritten the animation code (only for Joomla! 2.5)
  • changed the logic of check the current active menu item (only for Joomla! 2.5)
  • several small changes, almost for Joomla! 2.5 :)

Attention! Removed doSomethingAfterFAjxPagLoad() function (but you can back it if want ;) ), instead use the ‘load’ event:

FLAX.Html.onall('load', function(options){
//some code
});

If you site work good with one of older version, think twice before update plugin ;)

->Download for Joomla! 1.5<-

->Download for Joomla! 2.5<-

New version of the Add FullAjax plugin for Joomla! (2012.01.28).
New version of Joomla! 2.5 already online, so now can update plugin, a little bit :)

What’s new:

  • Support for Joomla! 2.5
  • Added support for HTML5 History API
  • Fix Joomla! search when using multiple templates
  • Added ability to disable FullAjax script on a particular page
  • Choice of menu items is now easier (only for Joomla! 1.7/2.5)
  • Use Codemiror to edit advanced settings (only for Joomla! 1.7/2.5)

-> Download <-

Good news for AddFullAjax plugin and JComments component users. As you know, after installing the plugin AddFullAjax – JComments refused to work. The reason is the same as with LightBox.

To make this work, you need a small AddFullAjax configuration, somthing like for LightBox.

So just add next in plugin configuration :

FLAX.Html.onall('load', function(options){
  if(window.JCommentsInitializeForm && $('comments-form')){
    JCommentsInitializeForm();
  }
});

that’s all ;)

New version of the Add FullAjax plugin for Joomla! (2011.08.06).
The next little update :)

What new:

  • fixed work in Firefox with sending standard Joomla forms (thanks for Cyprian Śniegota)
  • several small changes

-> Download <-

New version of the Add FullAjax plugin for Joomla! (2011.06.05).
Plugin connect FullAjax lib to Joomla. And enables easy setup of the library.

What new:

  • now possible to specify a class or id for the block menu (for the correct works “Auto check active menu item”)
  • fixed bug when working with Joomla! 1.6.3
  • added item for disable caching on the user’s side
  • and also corrected some minor errors

-> Download <-

Using the library FullAjax can face the fact that other scripts (eg LightBox) refuse to work or its not working correctly. Mainly this applies to scripts based on the library Mootools or the holograph script. The reason these scripts from which refuse to work is very simple – they are not quite designed to works with AJAX.

How can fix it I try describe in a few lines below …
(more…)

New version of the Add FullAjax plugin for Joomla! (2011.03.08).
Plugin connect FullAjax lib to Joomla. And enables easy setup of the library.

What new:

  • added possibility to update multiple modules
  • template “fullajax_tmpl” is now is optional
  • works when used several templates for different pages
  • add compatibility with Google Analytics

-> Download < -

How to configure:
(more…)

FullAjax library allows you to update more than one container through the implementation of it with two models of request – one request for one block and one request for multiple blocks. In the plugin Add FullAjax (2011.01.10) this feature is used to update the “Breadcrumbs” module. Of course instead of the “Breadcrumbs” module you can use any other, but only one – this is due to the fact that now I have not thought how to automate the setup process to upgrade several modules. Below a little instruction how to configure the update several modules through Ajax.
(more…)

New version of the Add FullAjax plugin for Joomla! (2011.01.10).
Plugin connect FullAjax lib to Joomla. And enables easy setup of the library.

What new:

  • use FullAjax v1.0.4 build 12
  • add version for Joomla! 1.6
  • add update Breadcrumbs
  • add loading animation
  • PDF export now works
  • user component and module now works correctly (may require additional configuration)
  • automatic change class “active” for active menu item

-> Download < -

How to configure:
(more…)