- Posts: 2
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Notice: Trying to get property of non-object..... help?!?
Notice: Trying to get property of non-object..... help?!?
- mike
- Topic Author
- Offline
- New Member
Less
More
15 years 6 months ago #22949
by mike
Notice: Trying to get property of non-object..... help?!? was created by mike
Hello,
I am evaluating your RSS Feed Reader. Looks pretty cool.
I am encountering one error and I have one question.
ERROR
Notice: Trying to get property of non-object in /var/www/homeprodigy.com/htdocs/blog/modules/mod_jw_srfr/mod_jw_srfr.php on line 153
You can see more about the error here on my URL here:
blog.homeprodigy.com/home-page-blog.html
QUESTION
I would like to turn off the yellow background when your reader is displaying every other RSS article (see above link). Is it possible to make all RSS articles display with just white background? Please let me know where I can edit this.
I appreciate any help your might provide.
Many thanks,
Mike
I am evaluating your RSS Feed Reader. Looks pretty cool.
I am encountering one error and I have one question.
ERROR
Notice: Trying to get property of non-object in /var/www/homeprodigy.com/htdocs/blog/modules/mod_jw_srfr/mod_jw_srfr.php on line 153
You can see more about the error here on my URL here:
blog.homeprodigy.com/home-page-blog.html
QUESTION
I would like to turn off the yellow background when your reader is displaying every other RSS article (see above link). Is it possible to make all RSS articles display with just white background? Please let me know where I can edit this.
I appreciate any help your might provide.
Many thanks,
Mike
Please Log in or Create an account to join the conversation.
- Antonin Sprinzl
- Offline
- New Member
Less
More
- Posts: 8
15 years 5 months ago #22950
by Antonin Sprinzl
Replied by Antonin Sprinzl on topic Re: Notice: Trying to get property of non-object..... help?!?
Yes, the same here. A patch would be VERY appreciated. I´d like to use this mod. -Tony
Please Log in or Create an account to join the conversation.
- John37309
- Offline
- New Member
Less
More
- Posts: 11
15 years 5 months ago #22951
by John37309
Replied by John37309 on topic Re: Notice: Trying to get property of non-object..... help?!?
Mike,
Check that your "Cache" folder is writable! Simple feed reader needs write permissions on the cache folder. should be the folder yoursite.com/cache/
Make the permissions; 777
It also needs write permissions on each file it creates in the cache folder! The files are named something like this; 06fb7e420a1ac7ff9983bfe8718ec428.spc . There will be one new file created for each feed you add. All these files need to be writable! . Make the permissions; 646
To change that background color, edit the file mod_jw_srfr/mod_jw_srfr.css
On line 16 of that css file, you will see this;
Change it to this for a plane white background;
John.
Check that your "Cache" folder is writable! Simple feed reader needs write permissions on the cache folder. should be the folder yoursite.com/cache/
Make the permissions; 777
It also needs write permissions on each file it creates in the cache folder! The files are named something like this; 06fb7e420a1ac7ff9983bfe8718ec428.spc . There will be one new file created for each feed you add. All these files need to be writable! . Make the permissions; 646
To change that background color, edit the file mod_jw_srfr/mod_jw_srfr.css
On line 16 of that css file, you will see this;
ul.srfr li.srfr-row1 {background:#ffffdd;} /* List item row styling - even */
Change it to this for a plane white background;
ul.srfr li.srfr-row1 {background:#none;} /* List item row styling - even */
John.
Please Log in or Create an account to join the conversation.
- Antonin Sprinzl
- Offline
- New Member
Less
More
- Posts: 8
15 years 5 months ago #22952
by Antonin Sprinzl
Replied by Antonin Sprinzl on topic Re: Notice: Trying to get property of non-object..... help?!?
John,
tks very much ... worky nice now.
- Tony
tks very much ... worky nice now.
- Tony
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Notice: Trying to get property of non-object..... help?!?