simple RSS mod for phpBB3

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
Eclipse2564
Registered User
Posts: 85
Joined: Thu Mar 20, 2008 2:28 am

Re: simple RSS mod for phpBB3

Post by Eclipse2564 »

Great MOD, nice and simple.
compugirl
Registered User
Posts: 2
Joined: Wed Sep 17, 2008 3:56 am

Re: simple RSS mod for phpBB3

Post by compugirl »

I get these message, and I've done this 4 times. So what am I not getting.

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
compugirl
Registered User
Posts: 2
Joined: Wed Sep 17, 2008 3:56 am

Re: simple RSS mod for phpBB3

Post by compugirl »

Okay, fixed, I had wrong version. Next question is the rss image does not show up on my forum. Should it not?
megalomania
Registered User
Posts: 36
Joined: Fri Aug 15, 2008 5:52 pm

Re: simple RSS mod for phpBB3

Post by megalomania »

Hello! :)
I'm looking for a way to integrate RSS feeds from http://www.wowinsider.com to my forum.
Here's an example of what I'm looking for:
http://www.coldforged.no/forum/forumdisplay.php?f=65

You can see that all new articles posted on wowinsider, also show up as topics in his/her forum.
Is this what this mod does?
Thanks!
/Fred
jrocha
Registered User
Posts: 14
Joined: Mon Sep 15, 2008 10:14 am

Re: simple RSS mod for phpBB3

Post by jrocha »

Does this mod uses group permissions so only members can read the feed?

Thanks
User avatar
Pardis
Registered User
Posts: 108
Joined: Sat Jun 21, 2008 11:14 pm

Re: simple RSS mod for phpBB3

Post by Pardis »

Caan anyone help me to install this mode in subsilver 2 ?
jetulis
Registered User
Posts: 25
Joined: Wed Apr 02, 2008 9:51 am

Re: simple RSS mod for phpBB3

Post by jetulis »

It was working when I installed ... and stop working now.
when I click RSS icon, it opens a new page and just display plain html in text mode.

any idea ?
User avatar
manchumahara
Registered User
Posts: 65
Joined: Sun Jul 15, 2007 2:07 pm
Location: Bangladesh

Re: simple RSS mod for phpBB3

Post by manchumahara »

Pardis wrote:Caan anyone help me to install this mode in subsilver 2 ?
pls check this link.
User avatar
Pardis
Registered User
Posts: 108
Joined: Sat Jun 21, 2008 11:14 pm

Re: simple RSS mod for phpBB3

Post by Pardis »

Thanks alot,So what you said is for this mod or for another mod ?
marksch wrote:Hi,

I can now answer my own question. In the control panel, I have to go to the Styles tab, click on Templates and then on Renew. After doing force-reload in the browser, I can now see the RSS button in my forums.

I also included an RSS button in the address bar. I simply added

Code: Select all

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss.php" />
after

Code: Select all

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
in the file overall_header.html in the folder /styles/proSilver/template/. Note that the file rss.php is in the root of my forum.

I noticed, however, that the button in the address bar doesn't appear if the forum runs inside a frame in the browser. So, I will add the same link to the headers of the html file that defines the frame.

Best,

Mark
User avatar
vellatechie
Registered User
Posts: 185
Joined: Fri Feb 01, 2008 7:33 pm

SUBSILVER 2 EDITS

Post by vellatechie »

OPEN: overall_header.html

Subsilver2 EDIT

Code: Select all

FIND
{META}

ADD AFTER
<LINK REL="alternate" TITLE="YOUR RSS TITLE" HREF="{U_RSS}" TYPE="application/rss+xml" />
This one works fine for me... i thought ill post here :)


EDIT: and i forgot to post... This mod works great for me... although id like an option for members to create their own feed.. but i like this no nonsense rss feed :mrgreen: .. Thanks a lot for making itt
Last edited by vellatechie on Fri Sep 19, 2008 6:01 pm, edited 1 time in total.
User avatar
Pardis
Registered User
Posts: 108
Joined: Sat Jun 21, 2008 11:14 pm

Re: simple RSS mod for phpBB3

Post by Pardis »

thanks alot

Did you forget the file name ?
vellatechie wrote:Subsilver2 EDIT

Code: Select all

FIND
{META}

ADD AFTER
<LINK REL="alternate" TITLE="YOUR RSS TITLE" HREF="{U_RSS}" TYPE="application/rss+xml" />
I put this codes in Overall_footer.html and works fine too.
User avatar
vellatechie
Registered User
Posts: 185
Joined: Fri Feb 01, 2008 7:33 pm

Re: simple RSS mod for phpBB3

Post by vellatechie »

Pardis wrote:thanks alot

Did you forget the file name ?
vellatechie wrote:Subsilver2 EDIT

Code: Select all

FIND
{META}

ADD AFTER
<LINK REL="alternate" TITLE="YOUR RSS TITLE" HREF="{U_RSS}" TYPE="application/rss+xml" />
I put this codes in Overall_footer.html and works fine too.

ohh lol :lol:... just edited my post... i inserted this code in overall_header.html file...
User avatar
manchumahara
Registered User
Posts: 65
Joined: Sun Jul 15, 2007 2:07 pm
Location: Bangladesh

Re: simple RSS mod for phpBB3

Post by manchumahara »

Mod updated to version 1.0.5. Now the feed validation error is fixed. Submitted for approval. Before approval of new version check here to download.
User avatar
Pardis
Registered User
Posts: 108
Joined: Sat Jun 21, 2008 11:14 pm

Re: simple RSS mod for phpBB3

Post by Pardis »

Ok,Thanks alot of your great help again
gmsand
Registered User
Posts: 9
Joined: Thu Nov 29, 2007 5:35 pm

Re: simple RSS mod for phpBB3

Post by gmsand »

Installed flawlessly on v3.02 board using highly stylized subsilver2 theme.
Thank you for a great mod!

:o I fail to understand what problems anyone could have using the the subsilver theme. Just upload the rss icon to the theme image folder and put the link on the index page wherever it suits you. This isn't rocket-science and if it's above your skill level, then perhaps you shouldn't be trying to install a mod in the first place. :roll:

Return to “[3.0.x] MOD Database Releases”