My error log is full of
file: /simple-press/forum/content/forms/sp-form-components.php
line: 469
function: sp_post_editor_smileys_options
Notice | Trying to get property of non-object
Could you offer any advice as to why this might be there as all smileys seem to be working fine when in a post but I’ve noticed when a post is quoted in the next post, instead of the smiley in the quote it says:
title=”Laugh” alt=”Laugh” src=”http://www.sitename.co.uk/wp-content/blogs.dir/1/files/forum-smileys/sf-laugh.gif” />
Line 469 of sp-form-components.php is:
if (sp_get_auth(‘can_use_smileys’, $spThisForum->forum_id)) $display[‘smileys’] = true;
Thanks for any help.