11
Marco
Re: Custom Blocks in Xoops 2.3.0 RC2
  • 2008/9/8 19:20

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


thx, added to SF bugtracker
https://sourceforge.net/tracker/index.php?func=detail&aid=2100779&group_id=41586&atid=430840
Do synergy or die.

12
trabis
Re: Custom Blocks in Xoops 2.3.0 RC2
  • 2008/9/8 19:33

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


OK, so go to line 69

$module_list $module_handler->getList($criteria);


Replace by this
$module_list $module_handler->getList($criteria);
$module_list[0] = _AM_CUSTOM;


Notice that _AM_CUSTOM will need to be defined in system/language/admin/groups.php

But this is just a temporary fix, phppp will have to look into this.

13
AHLIS
Re: Custom Blocks in Xoops 2.3.0 RC2
  • 2008/9/8 20:01

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Thank you. Working great now. :)
____________
Best Regards
Ahlis

Login

Who's Online

204 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

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

Latest GitHub Commits