Keyword

Notice: Trying to get property of non-object..... help?!?

More
14 years 11 months ago #22949 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

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #22950 by Antonin Sprinzl
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.

More
14 years 10 months ago #22951 by John37309
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;
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.

More
14 years 10 months ago #22952 by Antonin Sprinzl
John,
tks very much ... worky nice now.
- Tony

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum