diff --git a/bl-kernel/admin/controllers/edit-page.php b/bl-kernel/admin/controllers/edit-page.php index 696f8c96..56fd16a8 100644 --- a/bl-kernel/admin/controllers/edit-page.php +++ b/bl-kernel/admin/controllers/edit-page.php @@ -25,7 +25,7 @@ function editPage($args) $dbPages->regenerateCli(); // Re index categories - reIndexCategoriesPages(); + //reIndexCategoriesPages(); // Call the plugins after page created. Theme::plugins('afterPageModify'); diff --git a/bl-kernel/admin/controllers/edit-post.php b/bl-kernel/admin/controllers/edit-post.php index b3367939..9fe9ba44 100644 --- a/bl-kernel/admin/controllers/edit-post.php +++ b/bl-kernel/admin/controllers/edit-post.php @@ -22,7 +22,7 @@ function editPost($args) reIndexTagsPosts(); // Re index categories - reIndexCategoriesPosts(); + //reIndexCategoriesPosts(); // Call the plugins after post created. Theme::plugins('afterPostModify'); diff --git a/bl-kernel/admin/controllers/new-post.php b/bl-kernel/admin/controllers/new-post.php index 5979c0af..01eb5361 100644 --- a/bl-kernel/admin/controllers/new-post.php +++ b/bl-kernel/admin/controllers/new-post.php @@ -20,7 +20,7 @@ function addPost($args) reIndexTagsPosts(); // Re index categories - reIndexCategoriesPosts(); + //reIndexCategoriesPosts(); // Call the plugins after post creation Theme::plugins('afterPostCreate'); diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index 83ace178..0c17fab7 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -63,7 +63,7 @@ $(document).ready(function() {
  • p('Manage pages') ?>
  • role() == 'admin') { ?>
  • p('Manage users') ?>
  • -
  • p('Manage categories') ?>
  • +
  • p('General settings') ?>
  • p('Advanced settings') ?>
  • p('Language and timezone') ?>
  • @@ -116,9 +116,9 @@ $(document).ready(function() {
  • > p('Pages') ?>
  • -
  • > +
  • > p('Users') ?>
  • diff --git a/bl-kernel/admin/views/edit-page.php b/bl-kernel/admin/views/edit-page.php index 35bcd2b0..4413174a 100644 --- a/bl-kernel/admin/views/edit-page.php +++ b/bl-kernel/admin/views/edit-page.php @@ -66,6 +66,7 @@ echo '
    '; echo '
  • '; echo ''; - + // IMAGES TAB // -------------------------------------------------------------------- echo '
  • '; @@ -182,7 +182,7 @@ $(document).ready(function() { } else { $(".sidebar-view").hide(); - $(view).show(); + $(view).show(); } }); diff --git a/bl-kernel/admin/views/settings-advanced.php b/bl-kernel/admin/views/settings-advanced.php index a3b8f7c3..2252a180 100644 --- a/bl-kernel/admin/views/settings-advanced.php +++ b/bl-kernel/admin/views/settings-advanced.php @@ -81,6 +81,7 @@ HTML::formOpen(array('class'=>'uk-form-horizontal')); 'tip'=>'' )); +/* HTML::formInputText(array( 'name'=>'uriCategory', 'label'=>$L->g('Category'), @@ -88,7 +89,7 @@ HTML::formOpen(array('class'=>'uk-form-horizontal')); 'class'=>'uk-width-1-2 uk-form-medium', 'tip'=>'' )); - +*/ echo '