Appears that when adding or editing categories the Page Title field gets set to either edit category or add category.
I am having to edit the database to get the value set properly.
Appears that when adding or editing categories the Page Title field gets set to either edit category or add category.
I am having to edit the database to get the value set properly.
Thanks for your report, here's the quick fix.
open: admin/cat_add.php
find this code [around line 126]
replace withPHP Code:$page_title = "add category";
open: admin/cat_edit.phpPHP Code:// $page_title = "add category";
find this code [around line 170]
replace withPHP Code:$page_title = "edit category";
PHP Code:// $page_title = "edit category";
Hello, Happy new Year
after this quick fix, i have a "i" as first letter for every page title (after a categry update)
We will provide better solution in the next release.