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.

vrflyer wrote: I am still able to READ Private Forums under RSS, even though I have already specified UNAUTH forums under "rss_config.php"![]()
Code: Select all
<img src="./http:
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
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.The extra './' at the beginning of the address is breaking the image.Code: Select all
<img src="./http:
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.
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!
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