Hey alle sammen...
hvis nu man har rss på nogle få sider. hvordan laver man en kode så nå der er et RSS Feed er muligt kommer mit rss billede automatisk frem. og når man klikker på billedet kommer man over i den rss adr. for det eneklt rss feed
min rå index.php kode
ser sådan her ud
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>
<link rel="stylesheet" href="css/template.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/loekkenbrand.dk_index/css/template.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="<?php echo $this->baseurl ?>/templates/loekkenbrand.dk_index/images/favicon.ico" />
</head>
<body class="twoColFixLtHdr">
<a name="Top" id="Top"></a>
<div id="container">
<div id="header">
</div>
<div class="twoColFixLtHdr" id="menu">
<jdoc:include type="modules" name="user3" />
</div>
<div class="twoColFixLtHdr" id="spacertop"></div>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="udryk">
<jdoc:include type="modules" name="user5" style="xhtml"/>
</div>
<div id="news">
<jdoc:include type="modules" name="top" style="xhtml"/>
</div>
<div id="poll">
<br />
<jdoc:include type="modules" name="right" style="xhtml"/>
</div>
<?php endif; ?>
<div id="login">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left"/>
<p>
<?php endif; ?>
</p>
<p> </p>
<p><a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="/cms/templates/loekkenbrand.dk_index/images/but-xhtml10.gif" width="63" height="17" alt="Denne side er XHTML valideret af w3" /></a></p>
<p><a href="http://jigsaw.w3.org/css-validator/" target="_blank"><img src="/cms/templates/loekkenbrand.dk_index/images/but-css.gif" width="53" height="18" alt="Denne side er CSS valideret af w3" /></a></p>
<p><a href="http://www.loekkenbrand.dk/cms/index.php?format=feed&type=rss" target="_blank"><img src="/cms/templates/loekkenbrand.dk_index/images/but-rss.gif" width="51" height="16" alt="Læs RSS 2.0 feed" /></a></p>
<p><a href="http://www.loekkenbrand.dk/cms/index.php?format=feed&type=atom" target="_blank"><img src="/cms/templates/loekkenbrand.dk_index/images/but-atom.gif" width="57" height="16" alt="Læs ATOM 1.0 feed" /></a></p>
</div>
<div id="Content">
<jdoc:include type="modules" name="breadcrumb" />
<table width="100%" border="0">
<tr>
<td width="50%"><?php if($this->countModules('user1')) : ?>
<p>Nyeste sider</p>
<jdoc:include type="modules" name="user1" style="" />
<?php endif; ?></td>
<td width="50%"><?php if($this->countModules('user2')) : ?>
<p>Mest læste sider</p>
<jdoc:include type="modules" name="user2" style="" />
<?php endif; ?></td>
</tr>
</table>
<?php if($this->countModules('left')) : ?>
<?php else: ?>
<?php endif; ?>
<jdoc:include type="component" />
<p><a href="#top">Gå til toppen</a></p>
</div>
<br class="clearfloat" />
<div class="twoColFixLtHdr" id="spaceline"></div>
<div id="footer">
<jdoc:include type="modules" name="footer" style="xhtml"/>
</div>
</div>
</body>
</html>
og i kan se siden på
http://www.loekkenbrand.dk/cms/Og siden køre i Joomla CMS 1.5.4
mvh Mathias