
I changed my rssfit copy to work with the current XOOPS version and added plugins for myalbum, pical and xoopstube:
Download here
$news = NewsStory::getAllPublished($this->grab, 0, getmoduleoption('restrictindex'));
$news = NewsStory::getAllPublished($this->grab, 0, news_getmoduleoption('restrictindex'));
<rss version="2.0">
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<atom:link href="<{$xoops_url}><{$smarty.server.REQUEST_URI}>" rel="self" type="application/rss+xml" />
<{/foreach}>
...
<{if $feed.image != ''}>
<link><{$feed.image.link}>link>
anhDP wrote:
Hi All,
I commented out the checkUpdateMessages(); in the doku.php file and that did the trick.
Cheers,
script_fu wrote:
What select boxes does this effect? Where are the "--" at?
//makes a nicely ordered selection box
//$preset_id is used to specify a preselected item
//set $none to 1 to add a option with value 0
function makeMySelBox($title,$order="",$preset_id=0, $none=0, $sel_name="", $onchange="")
{
if ( $sel_name == "" ) {
$sel_name = $this->id;
}
$myts =& MyTextSanitizer::getInstance();
echo "n";
}
option.title {
background-color:#ddd;
color:#000;
}
option.title2 {
background-color:#F2F2F2;
color:#000;
}
if (isset($cid) && $cid > 0 && isset($categories[$cid])) {
$xoopsTpl->assign('xoops_pagetitle', $categories[$cid]->getVar('title').' | '.$xoopsModule->name());
jayjay wrote:
Line 14 - after channel language:<atom:link href="<{$xoops_url}><{$smarty.server.REQUEST_URI}>" rel="self" type="application/rss+xml" />