1
Peekay
Extcal 2.04 RSS fix
  • 2010/2/16 23:22

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I believe this has been fixed in later versions, but if you are running Extcal 2.04 and have problems getting RSS to work, it may be due to a small error in the installer that fails to load the RSS template to the database.

xoops_version.php

change:

//Templates
$modversion['templates'][6]['file'] = 'extcal_rss.html';
$modversion['templates'][6]['description'] = '';
$modversion['templates'][6]['file'] = 'extcal_month.html';
$modversion['templates'][6]['description'] = '';


to:

//Templates
$modversion['templates'][6]['file'] = 'extcal_rss.html';
$modversion['templates'][6]['description'] = '';
$modversion['templates'][7]['file'] = 'extcal_month.html';
$modversion['templates'][7]['description'] = '';


Simply make the mod and update the module to add the missing template.

Login

Who's Online

255 user(s) are online (180 user(s) are browsing Support Forums)


Members: 0


Guests: 255


more...

Donat-O-Meter

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

Latest GitHub Commits