| Re: Xoops FAQ V1.15 Beta Released |
| by blackrx on 2010/2/21 3:36:15 searching is not working...xoopsfaq is not listed in profile and also searching FAQ using search.php don't have any results search.inc.php |
| Re: Xoops FAQ V1.15 Beta Released |
| by blackrx on 2010/2/7 12:06:42 nevermind fount it here http://www.frxoops.org/uploads/referentiel/modules/xoops_mod_xoopsfaq.v1.15.zip |
| Re: Xoops FAQ V1.15 Beta Released |
| by blackrx on 2010/2/7 12:00:59 anyone know where to download this module... xoosla.com is close |
| Re: Xoops FAQ V1.15 Beta Released |
| by demian on 2009/4/18 14:16:11 thanks for the module update
|
| Re: Xoops FAQ V1.15 Beta Released |
| by bumciach on 2009/4/16 7:51:06 I don't know it's bug ;) I just noticed the difference between admin/index.php and admin/category.php. category.php line 70 le="color: #000000"><?php if ( is_object( $obj ) ) { ... if ( $category_handler->insert( $obj, true ) ) { redirect_header( 'category.php', 1, _XO_LA_DBSUCCESS ); } } $category_handler->displayError( _XO_LA_ERRORCOULDNOTADDCAT ); index.php line 70 le="color: #000000"><?php if ( is_object( $obj ) ) { ... $ret = $contents_handler->insert( $obj, true ); if ( $ret ) { redirect_header( 'index.php', 1, _XO_LA_DBSUCCESS ); } } $contents_handler->displayError( $ret ); $ret return only contents_id. Maybe $obj->getErrors() or something instead? |