Quote from: Gecko_R7 on 22 Mar 2009, 01:55:27 amTry this:http://lunatics.kwsn.net/index.php?action=.xml;type=rss;sa=news;limit=15;board=15Gecko,You done a wonderful job, its working great with that url! , well done!You just need to post news items as new messages when you have a new release. I suppose tomorrow you can try add the rss icon to the front page and the extra bit of code for the browser auto detect if you like!Looks good!John.
Try this:http://lunatics.kwsn.net/index.php?action=.xml;type=rss;sa=news;limit=15;board=15
<title>', $context['page_title'], '</title>
<link href="http://lunatics.kwsn.net/index.php?action=.xml;type=rss2;sa=news;limit=15;board=15" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
John, I added a RSS feed announcement to home page. Would like to "pretty-up" w/ RSS feed Icon etc.Let's finish other remaining items this eve. Can use your help for sure .Thanks!
Quote from: Gecko_R7 on 22 Mar 2009, 10:26:40 amJohn, I added a RSS feed announcement to home page. Would like to "pretty-up" w/ RSS feed Icon etc.Let's finish other remaining items this eve. Can use your help for sure .Thanks!Here are 3 nice rss icons you can use. Copy them to your images folder on this website;16x16 - 24x24 - 32x32 - John.
Ahhh.....images folder. That explains my trouble.Now.....gotta search for the folder location.....
3. Edit the index.template.php file and find a line of code that is similar to this;Quote<title>', $context['page_title'], '</title>That line is about line 79 of the index.template.php . Just after that, add the following code;Quote<link href="http://lunatics.kwsn.net/index.php?action=.xml;type=rss2;sa=news;limit=15;board=15" rel="alternate" type="application/rss+xml" title="RSS 2.0" />John.
Quote from: John37309 on 22 Mar 2009, 10:45:26 am3. Edit the index.template.php file and find a line of code that is similar to this;Quote<title>', $context['page_title'], '</title>That line is about line 79 of the index.template.php . Just after that, add the following code;Quote<link href="http://lunatics.kwsn.net/index.php?action=.xml;type=rss2;sa=news;limit=15;board=15" rel="alternate" type="application/rss+xml" title="RSS 2.0" />John.I actually found this & have access to the index.template.php.BTW...the rss I designated is "RSS", not RSS 2.0 in the previous set-up.What is the major difference, or will work for most users?