This is very important to me. I am holding off on letting people know about my Gallery's RSS Feed until I can get this ONE little thing done.
I can't write PHP, please help me!!
The RSS Feed displays the following for each picture in the Feed:
Picture title
Picture thumbnail
Picture description
In album (album name)
I need it to also display the Album Owner or Picture Owner (doesn't matter which one because it will be the same owner), actually I want it to use the "getFullName" string or whatever you call it (sorry). Not the "getUserName".
As in:
Picture title
Picture thumbnail
Picture description
In album (album name)
Owner: (owner name)
I think only the files RssHelper.class and RssHelper.class need to be edited (that's where I found Title, Description, etc...) but I cannot make much sense of the PHP code in order to add the Owner part.
Please please help! I have many Users on my Gallery and the RSS Feed will be for the Main Top Level of the Gallery, which will include ALL New Items of all albums and sub-albums. So the way that the RSS displays now, there's no way to figure out which picture belongs to who. So I really want to fetch the Owner name and have it also displayed underneath the picture thumbnail on the RSS Feed.
Thank you!!