: chipthamac | 2005/02/09 |
|
"Awesome" This was very easy to use and install. Has batch upload feature and just does an over all awesome job. A quick note, the only problem that I had, was that on the batch upload, its not clear what path it wants, the server path or http path. Well it wants the server path, and if you don't get it right, it won't give you an error, just a blank space in the middle of the page. Hope this helps you all decide. 4 stars from me. |
: delesse | 2005/04/07 |
|
"large number of users ?" A very good module! But the batch mode (to upload a directory) fails when a large number (how many? 2700 ?) of users are in the database: it's impossible to select a submitter. I suggest to replace the line ~ 141 in modules/myalbum/admin/batch.php : $submitter_select = new XoopsFormSelectUser( _AM_TH_SUBMITTER , 'submitter' , false , $submitter,1) ; with (taken from /modules/system/admin/users/users.php): include_once XOOPS_ROOT_PATH."/class/pagenav.php"; $userstart = isset($HTTP_GET_VARS['userstart']) ? intval($HTTP_GET_VARS['userstart']) : 0; $member_handler =& xoops_gethandler('member'); $usercount = $member_handler->getUserCount(); $nav = new XoopsPageNav($usercount, 200, $userstart, "userstart", "fct=users"); $user_select = new XoopsFormSelect('', "submitter"); $criteria = new CriteriaCompo(); $criteria->setSort('uname'); $criteria->setOrder('ASC'); $criteria->setLimit(200); $criteria->setStart($userstart); $user_select->addOptionArray($member_handler->getUserList($criteria)); $submitter_select = new XoopsFormElementTray( _AM_TH_SUBMITTER, " "); $submitter_select->addElement($user_select); $user_select_nav = new XoopsFormLabel('', $nav->renderNav(4)); $submitter_select->addElement($user_select_nav); thanks. |
: monique | 2005/07/30 |
|
"Great Module" It's great. Image manager is very handy. You can easily make mods. To see an example, look at my site ARTwire. |
: blahblahsit | 2005/12/19 |
|
"Most excellent!" This mod is soooo good, I can't believe how easy it was to install and configure and use! KUDOS to the coder! |
: graphius | 2009/06/17 |
|
"error on installing" when I tried to install, I got an error. after a bit of search I found this: x_res error now it works fine. |