Mr Papa said
lol. then go to forum – integration – page and permalink, and try playing with the settings for display multiple and display in the loop… should fix it up…
That removed the forum from showing up in the blog section. However suddenly, it´s impossible to reply and write new posts in the forum and a new error appeared in the log:
file: /problem-with-post-edit-buttonome/friskytt/public_html/wp-content/plugins/simple-press/forum/content/classes/sp-topic-view-class.php
line: 231
function: select
error: Unknown column ‘blog_post_id’ in ‘field list’
SELECT wp_sftopics.topic_id, wp_sftopics.forum_id, topic_name, topic_slug, topic_status, topic_icon, wp_sftopics.post_count, forum_slug, forum_status, forum_rss_private, wp_sfposts.post_id, post_date, wp_sfposts.user_id, guest_name, guest_email, post_status, post_pinned, post_index, post_edit, poster_ip, post_content, NULL AS new_post, blog_post_id, attachments, topic_subs, topic_watches 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 WHERE wp_sftopics.topic_id=1990 ORDER BY post_pinned DESC, wp_sfposts.post_id ASC LIMIT 0, 20