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

25 Comments to “ Add FullAjax to Joomla! (2012.01.28) ”

  1. Oskar says:

    Great plugin! I succssfully managed only Search component, other parts of site have problem when try to suround existing codes with id=”forajax” div.

    Problem is that when I wanna go back from paginated page on main menu link, plugin pulls out and duplicate entire top header with modules inside like search and login module, also logo image.

    Joomla! 1.5.10.
    Gavick Icki (2009)

    Thank You,

    Oskar

  2. Hello guys,

    You’ve helped me before with my javascript problem so here I am again.. I’ve noticed a lot of people use ‘Simple Image Gallery’ from Joomlaworks (since it’s the default gallery for K2 I guess) and are having problems getting their lightboxes to work with this plugin. So how about adding native support for it, it seems to be the most popular choice and I guess it wouldn’t take more than 10 minutes for a javascript guru to add the proper initialization commands for the lightboxes they provide.

    I for one have tried for a week to get them to work with the doSomethingAfterFAjxPagLoad function, adding everything that could possibly initialize the damn things and still no luck.

    I’m willing to make a donation if you guys consider it would help make this happen.

    Cheers!

  3. Fedik says:

    you ask me about provide a crutch for the another extension in this plugin ;)

    I thought about it, but it really bad idea until something like “standart for JavaScript initialisation in Joomla!” will be in Joomla! core … so vote! and offer your ideas!

  4. TavoL says:

    Здраствуйте, Вы немогли бы наставить меня на путь истинный?!)) поставил на сайт фулаякс, затем поставил компонент – форум кунена, так вот на определенных страницах форума есть встроеная подгрузка маленmrb[ страницек – настроек, и вот из за фул аякса это все дело не работает, при отключении аякса все начинает рабать норм, есть мысли где копаться?

    • Fedik says:

      может лучше отключить AJAX для форума, так как не уверен что хорошая идея, если плохо знаете JavaScript … там куча всего (форми, редактор, кое где свой аякс) будет тяжело…

      для вашей проблеми попробуйте как вариант фильтр чтоб fullajax игнорировал ссилку: Основи використання бібліотеки FullAjax, где то по средине ;)

      FLAX.Filter.add({url:'/my-page.html', type:'nowrap'});

      или

      <a href="mulink.html" title="My Link" ax:wrap="0" rel="nofollow">My Link</a>
  5. Tavol says:

    спасибо, на форум отключил там где используется своя подгрузка. у меня вот такой вопрос возник, есть модули которые должны отображаться на определенных страницах, но при переходе они не показываются, если обновить нужную страницу то они появляются но при дальнейших переходах без обновления они не исчезают, т.е. из за подгрузки модуль не понимает что страница его еще не пришла либо уже ушла, хотя адресная строка меняется так как надо, есть какое решение?!(конечно кроме отключения аякса на эту страницу) PS. я на аяксе зациклился т.к. у меня интернет радио работает нормально))

  6. Tavol says:

    спасибо те большое))

  7. Jan says:

    Hi,
    how could I my own errorpage, or use it the Joomla errorpages?

    Best regards

    • Fedik says:

      can try redeclare showMessage() function.
      like next:

      FLAX.showMessage = function(url, status, statusText){
       if (status == 0) return;
        alert('Error ' + status + ' : ' + url + '\n' + statusText)
       };

      Here change alert to that you liked more ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>