1
sarahmx
XOOPScare - Unfinished Block Template
  • 2010/2/5 12:29

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


when i enable the XOOPS care block..nothing appear..i check in

xoopscare/templates/blocks/xc_block_clean.html ...it only have comment




i check it in svn..same thing

anyone know what to put in the template to make the block work ...i guess this is cache cleaning from block .

here's the funtion in

blocks/xc_cron.php


function b_xc_clean_show($options)
{
    include_once 
XOOPS_ROOT_PATH.'/modules/xoopscare/class/care.php';
    
$care_class = new XoopsCare();
    
$care_class->RunAll();
    return 
'';
}
?>



2
culex
Re: XOOPScare - Unfinished Block Template
  • 2010/2/5 14:41

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


As I can understand from the class XoopsCare it is not ment to show anything, only to take care of the cleaning cashes etc..

3
sarahmx
Re: XOOPScare - Unfinished Block Template
  • 2010/2/5 22:35

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


oh ok tq...i thought we can clean cache through block..

this will be a nice feature..without going to backend

Login

Who's Online

339 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 339


more...

Donat-O-Meter

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

Latest GitHub Commits