Here's the current entry in block contents<h3><a href="index.php?action=.xml;type=rss;sa=news;limit=15;board=15"> RSS Feed for New Optimized Applications Release News[/url] - Receive the latest release notifications as they happen!</h3>The border="0" needs to fit where?
If you have edited the index.template.php and added the browser auto detect code, i'm not seeing it or my browser is not picking it up in FF or IE!John.
<title>', $context['page_title'], '</title>'; // This is here because Gecko browsers properly support white-space....
<link href="http://lunatics.kwsn.net/index.php?action=.xml;type=rss;sa=news;limit=15;board=15" rel="alternate" type="application/rss+xml" title="RSS 1.0" />
Add the border zero like this;img src="http://i109.photobucket.com/albums/n46/john502/rss/Feed_24x24.png" border="0"John.
The SMF message says you can ajust the setting like this; Admin -> News and Newsletters -> SettingsThe "Maximum post length" value determines how many characters of a post are output in the feeds!Try change this!John.
Quote from: John37309 on 22 Mar 2009, 09:30:09 pmIf you have edited the index.template.php and added the browser auto detect code, i'm not seeing it or my browser is not picking it up in FF or IE!John.Here's the section of code:Quote<title>', $context['page_title'], '</title>'; // This is here because Gecko browsers properly support white-space....If I add this:Quote<link href="http://lunatics.kwsn.net/index.php?action=.xml;type=rss;sa=news;limit=15;board=15" rel="alternate" type="application/rss+xml" title="RSS 1.0" />Does it go after the semi-colon at the end or before it & the semi-colon closes the statement?Last question, "title="RSS X". for RSS is it 1.0 or .92?
<title>', $context['page_title'], '</title>';
<title>', $context['page_title'], '</title><link href="http://lunatics.kwsn.net/index.php?action=.xml;type=rss;sa=news;limit=15;board=15" rel="alternate" type="application/rss+xml" title="RSS 0.92" />';
John,Does the board look normal to you?After the last parsing error, it kicked me to Enigma 2 theme.It's all I can see.
Quote from: Gecko_R7 on 22 Mar 2009, 11:18:03 pmJohn,Does the board look normal to you?After the last parsing error, it kicked me to Enigma 2 theme.It's all I can see.Yes, i see the normal black and orange color theme!Did you try the code in my last message?John.
Is the apostophe at the end '</title> supposed to be gone?Previously, it looked like '</title>'