2011-09-04, 07:43:50
Those are my bugfixes:
1. define ITEMSFILE -> from display-items.php to common.php
explanation: menu item shows up as "index manager"
& I've got Notice:
2. echo $file_results_page; ==> echo stripcslashes($file_results_page); (item_manager.php line 651) explanation: there is addslashes function used so....
ideas:
a lot of them... but I'll wrote them in other time.
For now:
- translations
- Custom Fileds assigned to categories. + global (as in plugin) Custom Fields
- keywords (BTW. Is there plugin that can make global keywords, and add them to keywords from specific page?)
- in items list: checkbox that can make Item: promoted | new | off (off - not visible)
- in items list: items order
- in display mode: search engine.
and that would be all for now.
as I told, when I'll finish some functions I'll post them here..
BR
1. define ITEMSFILE -> from display-items.php to common.php
explanation: menu item shows up as "index manager"
& I've got Notice:
Code:
Notice: Use of undefined constant ITEMSFILE - assumed 'ITEMSFILE' in /xxxx/plugins/item_manager.php on line 14
2. echo $file_results_page; ==> echo stripcslashes($file_results_page); (item_manager.php line 651) explanation: there is addslashes function used so....
ideas:
a lot of them... but I'll wrote them in other time.
For now:
- translations
- Custom Fileds assigned to categories. + global (as in plugin) Custom Fields
- keywords (BTW. Is there plugin that can make global keywords, and add them to keywords from specific page?)
- in items list: checkbox that can make Item: promoted | new | off (off - not visible)
- in items list: items order
- in display mode: search engine.
and that would be all for now.
as I told, when I'll finish some functions I'll post them here..
BR