Hi,
i have a problem with
“list topic you have post”
“list topic you started”
got error like in title. Checking error log i found
file: xxxxxxxxxxxxxxxxxxxxxxxxx/wp-content/plugins/simple-press/forum/content/classes/sp-search-view-class.php
line: 222
function: select
error: Unknown column ‘wp_sfposts.wp_sfposts.topic_id’ in ‘field list’
SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_sfposts.wp_sfposts.topic_id FROM wp_sfposts JOIN wp_sftopics ON wp_sftopics.topic_id = wp_sfposts.topic_id WHERE wp_sfposts.user_id=10 AND wp_sfposts.forum_id IN (11,10,12,13) AND topic_hide_posters=0 ORDER BY wp_sfposts.topic_id DESC LIMIT 0, 30
i think error is becouse of ‘wp_sfposts.wp_sfposts.topic_id
‘wp_sfposts.wp_sfposts.topic_id’ is double it should be ‘wp_sfposts.topic_id’ i guess
any suggestion how can fix this? i’m unable to use list topic post/started 

