Are you seeing any error messages on the forum page?
When I click on the last post, I get:
Access denied – you do not have permission to view this page
When I click on a forum, I get:
There are no topics in this forum
Could you first try resetting the auths cache in Forum > Toolbox > Housekeeping?
Okay, I’ve done that.
Could you take a look in the error log?
Two errors:
January 20, 2015 9:24 am | spaErrError | 1 | database
file: /problem-with-post-edit-buttonome4/rogovsky/public_html/passionforlawofattraction.com/wp-content/plugins/simple-press/forum/content/classes/sp-topic-view-class.php
line: 238
function: select
error: Unknown column ‘topic_subs’ in ‘field list’
SELECT group_id, wp_sftopics.topic_id, wp_sftopics.forum_id, topic_name, topic_slug, topic_status, topic_pinned, topic_icon, topic_opened, wp_sftopics.post_count, forum_slug, forum_status, forum_disabled, forum_rss_private, wp_sfposts.post_id, post_date, wp_sfposts.user_id, wp_sftopics.user_id AS topic_starter, guest_name, guest_email, post_status, post_pinned, post_index, post_edit, poster_ip, source, post_content, wp_sfwaiting.post_count AS new_post, answered, polls, poll, topic_subs, topic_desc FROM wp_sftopics JOIN wp_sfposts ON wp_sftopics.topic_id=wp_sfposts.topic_id JOIN wp_sfforums ON wp_sftopics.forum_id=wp_sfforums.forum_id LEFT JOIN wp_sfwaiting ON wp_sfposts.post_id=wp_sfwaiting.post_id WHERE wp_sftopics.topic_id=1301 ORDER BY post_pinned DESC, wp_sfposts.post_id ASC LIMIT 0, 20
And
January 20, 2015 9:25 am | spaErrError | 1 | database
file: /problem-with-post-edit-buttonome4/rogovsky/public_html/passionforlawofattraction.com/wp-content/plugins/simple-press/forum/content/classes/sp-forum-view-class.php
line: 313
function: select
error: Unknown column ‘topic_subs’ in ‘field list’
SELECT wp_sftopics.forum_id, forum_slug, forum_name, forum_status, group_id, topic_count, forum_icon, topic_icon, topic_icon_new, topic_icon_locked, forum_desc, forum_rss, forum_rss_private, parent, children, forum_message, forum_disabled, keywords, wp_sftopics.topic_id, topic_slug, topic_name, topic_status, topic_pinned, topic_opened, wp_sftopics.post_id, wp_sftopics.post_count, polls, topic_subs, topic_desc FROM wp_sftopics JOIN wp_sfforums ON wp_sftopics.forum_id = wp_sfforums.forum_id WHERE wp_sfforums.forum_id=99 ORDER BY topic_pinned DESC, wp_sftopics.post_id DESC LIMIT 0, 12