IPB Tracker rss feed

Ridley

Community Administrator
Messages
1,157
Points
0
Age
38
Location
Germany
Discord
Ridley#5102
IRC Nickname
Ridley
Github
ridley8819
Emulator
Client Version
2019-03-22
Since the creator keeps telling me to enable rss in the projects settings (which was obviously done Or i wouldnt have pmd him) i thought someone of the community has an idea what to do.

/index.php?app=core&module=global&section=rss&type=tracker&id=1Should lead to the trackers rss. But all I get is
PLX43j6.jpg


You are seeing this error message, either because the project doesn't have a title, or RSS isn't enabled for it.

if( ! $p_check['title'] || $p_check['enable_rss'] == '0') { $this->registry->output->showError( 'The RSS feed you tried to access does not exist!', '20T110' ); }How it comesrathena's or

herc's works? Any special permission i need to Set to make mine work?

here a screenshot of one of the projects (sql view)

aBxJTqD.jpg


Thank you for reading

 
Last edited by a moderator:
Little confused.. the screenshot you provided is of your website or of hE?

Since  I am able to visit and see rss(xml) on every link you posted(even the rA one)

 
The Screenshot is of my ipb Forums. Hercs and rathenas works for me as Well, the Problem is mine

Code:
/index.php?app=core&module=global&section=rss&type=tracker&id=1
is the location were it should be
 
Back
Top