Hi all,
It's been a long since my last project with Flexi, I'm currently trying the last one (V2 RC9) with latest J!25.
Many improvements have been made (backend tabs and separators, mmmmh!!), so thanks a lot for this, especially you ggppdk, I guess this project would be dead without you.
I have three questions though :
a) What's the point of
Code:
$lhlist = array('localhost', '127.0.0.1');
if( in_array($_SERVER['HTTP_HOST'], $lhlist) ) {
error_reporting(E_ALL);
ini_set('display_errors',1);
}
in admin/defineconstants.php and admin/admin.flexicontent.php ?
It turns on strict errors despite php.ini config. It took me two hours to figure this out, and should be definitly removed.
b) What is the point in using tags ? Since multi-categories are avaible for an item, and tag view can only display 1 tag (so you can do exactly the same with 1 category), I really don't understand.
c) Is the advanced search usable now ? I know you gave information about this but I can find any recent. If so, are custom field included ?
If not, do we have to use the Joomla standard search ? Last question, is there any kind of "predicted search" (suggestions appear along typing) for flexicontent ?
Thanks a lot