[ABD] RSS Feed 2.2.4

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Locked
Dagon
Registered User
Posts: 422
Joined: Tue Jun 03, 2003 8:59 pm

Post by Dagon »

vrflyer wrote: I am still able to READ Private Forums under RSS, even though I have already specified UNAUTH forums under "rss_config.php" :?

I figured it out. :) If you are logged in, and you are an ADMIN, you can still see everything. Try logging out or logging in as a regular member. Then it will respect what you put in your config.
User avatar
vrflyer
Registered User
Posts: 503
Joined: Mon Feb 17, 2003 8:27 pm

Post by vrflyer »

^^^ Sorry yeah I figuered that part out couple weeks ago... :wink:

I thought it was cookie "based" - but not so. :lol:
Always Under Construction !
Martin-A1
Registered User
Posts: 5
Joined: Sun Sep 18, 2005 1:12 pm

Smiley problem

Post by Martin-A1 »

Excellent script all installed and working on [17] board however there is just one problem with the display of smilies in posts in newsreader.

Code: Select all

<img src="./http:
The extra './' at the beginning of the address is breaking the image.

The only place this seems to be is $phpbb_root_path = './' can't find any other instance.

I have read the previous posts and seen this mentioned but don't seem to be able to understand the answers.

Your help would be appreciated.
Snappy
Registered User
Posts: 22
Joined: Wed Apr 13, 2005 10:09 am
Contact:

Post by Snappy »

i have installed it and it works perfect...

i'm only wondering 1 thing - is it possible to NOT SHOW a forum ? :-/

i have a forum just for me and my moderators (rulles & stuff) and i don't want to appear in RSS :(


thanks :)


-------------- LATER EDIT ----------

@vrflyer - who did you do it -

i use CH and i tried doing this: http://www.phpbb.com/phpBB/viewtopic.ph ... 70#1481570

i didn't understand what you did with "UNAUTH forums under "rss_config.php""
User avatar
The Suite
Registered User
Posts: 617
Joined: Sat Jul 30, 2005 11:11 am
Location: NYC, USA
Contact:

Post by The Suite »

Friends4U wrote: The mod does not do that... i have e few private forum but they do not show...


Friends4U,

It does that to mine. I have 2 private forums on my board and whenever I post in there it comes through on the feed.

What did you have to do on your end to fix that issue?
Much appreciloved,

The Suite
Thank you :-)
The IT Security Information Center
User avatar
The Suite
Registered User
Posts: 617
Joined: Sat Jul 30, 2005 11:11 am
Location: NYC, USA
Contact:

Post by The Suite »

Hey guys,

Where do I find teh setting that will allow the feed to display the post topic instead of teh entire post on the RSS page?

Please advise.
Much appreciloved,

The Suite
Thank you :-)
The IT Security Information Center
Dagon
Registered User
Posts: 422
Joined: Tue Jun 03, 2003 8:59 pm

Post by Dagon »

You would find that in the directions for installing the mod, or you can read about them on the very first page.

Code: Select all

## For URL's the following arguments may be optionally passed (as applicable): 
## 
## f=x - forum id. Use data only from this forum to output RSS. 
## t=1 - only new topics (first messages in topic). Default - 0. 
## c=x - feed items count. If omitted, the value of DEFAULT_ITEMS constant (defined in mod's code) will be used. Admin can limit the maximal possible value of x by setting MAX_ITEMS constant at the beginning of mod's code. 
## topic=x - view topic 'x' only 
## nolimit - turn off "If-Modified-Since" record limit (by default) 
## styled - use XSLT style for RSS feed 
## atom - generate atom 0.3 feed instead of rss 2.0 
## login - turn WWW-Authenticate on. May not work on some hosts. 
## uid=x - set user id for WWW-Authenticate. Use it instead of "login" for Opera or Mozilla for cyrillic nicknames. You could than use any text for login but correct password in dialog box. 
## Examples of Usage and Syntax: 
## rss.php 
## Last 25 or less messages from public forums 
## rss.php?login&atom 
## Last 25 records from allowed forums in Atom 0.3 format 
## rss.php?login&f=1&c=10 
## Last 10 records from private forum number 1
It is part of the URL syntax. If you want the post topic, you add t=1 to the URL. So like http://www.domain.com/phpbb/rss.php?t=1 for RSS 2.0, and for ATOM http://www.domain.com/phpbb/rss.php?atom&t=1
Martin-A1
Registered User
Posts: 5
Joined: Sun Sep 18, 2005 1:12 pm

Re: Smiley problem

Post by Martin-A1 »

Martin-A1 wrote: Excellent script all installed and working on [17] board however there is just one problem with the display of smilies in posts in newsreader.

Code: Select all

<img src="./http:
The extra './' at the beginning of the address is breaking the image.

The only place this seems to be is $phpbb_root_path = './' can't find any other instance.

I have read the previous posts and seen this mentioned but don't seem to be able to understand the answers.

Your help would be appreciated.

If someone could help please because I can't be the only one with this problem.

Why is there a dotslash before the address?

How do you get rid of it?
dcz
Registered User
Posts: 787
Joined: Sun Feb 13, 2005 5:37 am
Contact:

Post by dcz »

Hello, and thanks for this great mod.

It wrks really well, but I would like to make it only output url in viewtopic.php?t=xx and not viewtopic?p=xx, in order to avoid duplicate links.
I tried a bit,but I cant' find how to check on wich page of a topic is a specific post.

Anoyone as an idea ?

++

phpBB SEO || phpBB3 SEO Premod || SEO phpBB3
GYM Sitemaps & RSS for phpBB3: GYM Sitemaps & RSS
Martin-A1
Registered User
Posts: 5
Joined: Sun Sep 18, 2005 1:12 pm

Post by Martin-A1 »

There seems to have been no author support to this for 5 months so that would explain why my request for help has gone unanswered.

Pitty!
dcz
Registered User
Posts: 787
Joined: Sun Feb 13, 2005 5:37 am
Contact:

Post by dcz »

Martin-A1 wrote: There seems to have been no author support to this for 5 months so that would explain why my request for help has gone unanswered.

Pitty!


For you concern, I don't run exactly the same version as you do, but I'd bet it's no big deal.
Try to find where the code is outputed and look at how it is, you should find some phpbb_root_path that should not be there in this link (or without the good content, you can change it juste before it is wrong).

find ou the code's part where it is made and post it here.

++

phpBB SEO || phpBB3 SEO Premod || SEO phpBB3
GYM Sitemaps & RSS for phpBB3: GYM Sitemaps & RSS
jhawk1302
Registered User
Posts: 2
Joined: Sun Jul 24, 2005 9:35 pm
Location: KY
Contact:

help with customizing

Post by jhawk1302 »

Love the code, have it almost where I want it, and have read through most of the forums. You can take a look at my feed at http://www.lmdcfop.com

I am only using the mod to generate rss feeds out of one forum which I have access to. I'm sure it's simple, but I want to remove the "Author:, Subject:, and Place Posted:" lines....if someone could just tell me where in the file to disable it I'd greatly appreciate it, and I apologize in advance if I missed it somewhere.
dcz
Registered User
Posts: 787
Joined: Sun Feb 13, 2005 5:37 am
Contact:

Re: help with customizing

Post by dcz »

jhawk1302 wrote: Love the code, have it almost where I want it, and have read through most of the forums. You can take a look at my feed at http://www.lmdcfop.com

I am only using the mod to generate rss feeds out of one forum which I have access to. I'm sure it's simple, but I want to remove the "Author:, Subject:, and Place Posted:" lines....if someone could just tell me where in the file to disable it I'd greatly appreciate it, and I apologize in advance if I missed it somewhere.


The easy way, just edit the template files and delete required lines, don't touch the code of rss.php

The optimized way, do as said and take all unessessary code in rss.php.

++

phpBB SEO || phpBB3 SEO Premod || SEO phpBB3
GYM Sitemaps & RSS for phpBB3: GYM Sitemaps & RSS
jhawk1302
Registered User
Posts: 2
Joined: Sun Jul 24, 2005 9:35 pm
Location: KY
Contact:

Post by jhawk1302 »

The easy way, just edit the template files and delete required lines, don't touch the code of rss.php


Well I tried that, but unsuccessfully, I need to know where in the tpl or php file to edit the lines. I use a different template so I uploaded the rss.tpl and atom_body.tpl to that location and it works fine, I have tried editing or removing the obvious lines in the file, but it still comes up...so I must be doing something wrong.
coderdude
Registered User
Posts: 1
Joined: Fri Oct 07, 2005 8:03 pm

Help

Post by coderdude »

I just installed this and all I get is a blank page when I try to open the rss.php page. We're using phpBB 2.0.11 in phpNuke.

I've copied all the files specified and even tried using some querystring parameters, but everything results in a blank page. No errors, no content, no nothing.

Have I missed something?
Locked

Return to “[2.0.x] MODs in Development”