+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Can you enable your RSS feed?  (Read 42005 times)

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #30 on: 22 Mar 2009, 09:59:06 pm »
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?


Add the border zero like this;
img src="http://i109.photobucket.com/albums/n46/john502/rss/Feed_24x24.png" border="0"

I took these < > off the ends of the image tag so you can see the code.

John.

Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #31 on: 22 Mar 2009, 10:00:58 pm »

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.

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?




Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #32 on: 22 Mar 2009, 10:05:15 pm »

Add the border zero like this;
img src="http://i109.photobucket.com/albums/n46/john502/rss/Feed_24x24.png" border="0"

John.

Got it.

Blue border should be gone now.  I don't see it anymore.

Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #33 on: 22 Mar 2009, 10:10:07 pm »

The SMF message says you can ajust the setting like this;
Admin -> News and Newsletters -> Settings
The "Maximum post length" value determines how many characters of a post are output in the feeds!

Try change this!

John.

Easy. Done.  ;D

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #34 on: 22 Mar 2009, 10:12:30 pm »

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.

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?





Just after the semi colon, return to the next line, adding in an extra white space line, then paste in the extra bit of code!

Its rss version="0.92"

John.

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #35 on: 22 Mar 2009, 10:37:11 pm »
..
« Last Edit: 22 Mar 2009, 11:30:49 pm by John37309 »

Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #36 on: 22 Mar 2009, 10:45:50 pm »
I had a serious pucker-factor moment & thought I seriously screwed-up the forum theme.

Can you please double check this line once more please???
Is that space after .92" supposed to be there?

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #37 on: 22 Mar 2009, 10:50:48 pm »
...

« Last Edit: 22 Mar 2009, 11:30:25 pm by John37309 »

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #38 on: 22 Mar 2009, 10:55:21 pm »
Sorry again, i had another look. This time the code is correct

Find this;
Quote
<title>', $context['page_title'], '</title>';

Replace it with this;

Quote
<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" />';

Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #39 on: 22 Mar 2009, 11:18:03 pm »
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.

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #40 on: 22 Mar 2009, 11:19:33 pm »
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.
Yes, i see the normal black and orange color theme!

Did you try the code in my last message?

John.

Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #41 on: 22 Mar 2009, 11:25:19 pm »
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.
Yes, i see the normal black and orange color theme!

Did you try the code in my last message?

John.

Didn't try your code in last msg.  I'm still trying to sort out why I can't view normal theme after the last error.
Seems to only affect what I see when I'm logged-in.

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #42 on: 22 Mar 2009, 11:28:20 pm »
Try the new code in my last code message and refresh your browser!

You might have to clear your browser cache

John.

Gecko_R7

  • Guest
Re: Can you enable your RSS feed?
« Reply #43 on: 22 Mar 2009, 11:35:25 pm »
Is the apostophe at the end '</title> supposed to be gone?
Previously, it looked like '</title>'

John37309

  • Guest
Re: Can you enable your RSS feed?
« Reply #44 on: 22 Mar 2009, 11:37:23 pm »
Is the apostophe at the end '</title> supposed to be gone?
Previously, it looked like '</title>'

Yes, that is the new correction i made. Copy exactly what you see. I moved the apostrify.

Find this;
Quote
<title>', $context['page_title'], '</title>';

Replace it with this;

Quote
<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" />';

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 26
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 25
Total: 25
Powered by EzPortal