1
artigas
Extended Waiting Solution ...
  • 2005/2/28 22:59

  • artigas

  • Quite a regular

  • Posts: 208

  • Since: 2004/12/21


Greetings -

In the extended waiting module, in the plugin directory, for the plugin 'xdirectory' I found that the ModReq (modification requests) were not being listed.

After the changes to the 'xdirectory.php' shown bellow the 'ModReq' started showing.

// xdirectory modreq
$block = array();
$result = $xoopsDB->query("SELECT COUNT(*) FROM ".$xoopsDB->prefix("xdir_mod"));
if ( $result ) {
$block['adminlink'] = XOOPS_URL."/modules/xdirectory/admin/index.php?op=listModReq";
list($block['pendingnum']) = $xoopsDB->fetchRow($result);
$block['lang_linkname'] = _MB_WAITING_XDIR_MODREQ ;
}
$ret[] = $block ; <<<---MISSING LINE

Hope this helps someone out there in the XOOPS community.

2
carnuke
Re: Extended Waiting Solution ...
  • 2005/2/28 23:40

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Thanks for posting this update and yes, someone will find this very useful.

Login

Who's Online

556 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 556


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits