posted 16 years ago
One addition: the recent topics feed also throws an SQL error: java.sql.SQLException: ORA-00904: "LINENUM": invalid identifier
I fixed this by changing the PostModel.selectHotForRSS query in oracle.sql. I also changed some of the logic so that the feed now shows the same items (limited to 15) as the page itself.
To sum it up, the necessary changes for all RSS feeds for an jforum Oracle installation should be made in oracle.sql from line 56:
Whereas the original is as follows:
Regards,
Alex
[originally posted on jforum.net by buijs]