AJAX Board Reordering - v2.0

Started by ascaland, January 09, 2012, 08:20:28 PM

Previous topic - Next topic

Mikirin

Quote from: Labradoodle-360 on March 26, 2012, 06:44:12 PM
It's not possible with that mod, although I did have that idea a while back, decided to drop it because this mod, but I suppose I could do it sometime.
I would love to see it made. ♥

ascaland

Quote from: Mikirin on March 26, 2012, 06:51:13 PM
Quote from: Labradoodle-360 on March 26, 2012, 06:44:12 PM
It's not possible with that mod, although I did have that idea a while back, decided to drop it because this mod, but I suppose I could do it sometime.
I would love to see it made. ♥

Possibly in the future. Maybe, maybe not.

FrizzleFried

This mod is not compatible with the statistics in jquery mod.  Any way to make it so by chance?


ascaland

#23
Quote from: FrizzleFried on June 15, 2012, 04:23:04 PM
This mod is not compatible with the statistics in jquery mod.  Any way to make it so by chance?

Sorry I seemed to have made a mistake in my previous un-editted post.

It seems that the jQuery UI isn't being loaded due to some logic on my part. In BoardIndex.php, replace,
        <script type="text/javascript">
            !window.jQuery && document.write(unescape(\'%3Cscript src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"%3E%3C/script%3E%3Cscript src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"%3E%3C/script%3E\'));
        </script>


With,
        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>

This means the jQuery statistics mod needs to be activated in order to have this work. I will hopefully get this fixed up for version 2 sometime tonight or tomorrow.

ascaland

This mod is now updated! It can now handle board re-arrangements to new categories.

ocmdiaz714

How does it work? Do I hold down the forum name and drag?

ascaland

Quote from: ocmdiaz714 on August 27, 2012, 02:47:55 AM
How does it work? Do I hold down the forum name and drag?

Hold down the board block and drag it to the place you want it.

Snrj

turkish translate
Modifications.turkish-utf8.php or Modifications.turkish.php find
?>
after
$txt['reorder_boards_success'] = 'Bölüm Başarıyla Taşındı.';
$txt['category_confirm_text'] = 'Bu bölümü farklı bir kategoriye taşımak istediğinize emin misiniz?';
$txt['enable_ajax_reorder'] = 'AJAX Bölüm Sıralamayı Etkinleştir?';


can not see the modifications to the admin panel
Sources/Subs.php find
function integrateReorderBoardsSettings($config_vars)
replace
function integrateReorderBoardsSettings(&$config_vars)

-Rock Lee-

This had not ever seen ... let's try it!

Modifications.spanish_latin.php
$txt['reorder_boards_success'] = 'Foro movido con de &eacute;xito.';
$txt['category_confirm_text'] = '¿Est&aacute; seguro de que desea mover el foro para una nueva categoría?';
$txt['enable_ajax_reorder'] = '¿Habilitar AJAX reordenamiento de foros?';


and Modifications.spanish_latin-utf8.php
$txt['reorder_boards_success'] = 'Foro movido con de éxito.';
$txt['category_confirm_text'] = '¿Está seguro de que desea mover el foro para una nueva categoría?';
$txt['enable_ajax_reorder'] = '¿Habilitar AJAX reordenamiento de foros?';



Regards!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

JerzyLS

It's still working?
I just installed it... and I can't see any enhancements. :(

Advertisement: