Forum Replies Created
-
In reply to: Bbpress 2.0: change avatar size
Already found it;
It’s in the plugins/bbpress/bbp-includes/bbp-reply-template.php
change the ‘size’ => 80, to 40
In reply to: Dates displayed as %d/%m/%y at %H:%MAny clue how to fix this? New posts are also affected by this..
In reply to: "Oh bother! No forums were found here!" after importI found the solution for this problem. The root cause is the qtranslate plugin which only displays topics marked with <!–:en–> and <!–:–>.
Changing the post_content for all topics fixed my problem. Here’s the SQL code I used to fix this.
UPDATE wp_posts
SET post_content = CONCAT(‘<!–:en–>’,post_content,'<!–:–><!–:nl–>’,post_content,'<!–:–>’)
WHERE post_type = “topic”
AND post_content NOT LIKE “%:en%”
In reply to: Dates displayed as %d/%m/%y at %H:%MIn reply to: "Oh bother! No forums were found here!" after importI have some more info. When create a new page using the [bbp-topic-index] header only new forum posts are displayed. When using [bbp-forum-index] the same message appears.
In reply to: Dates displayed as %d/%m/%y at %H:%MIn the wp-admin menu, under forums. The Created date of all my imported forums is %d/%m/%y at %H:%M.
In reply to: "Oh bother! No forums were found here!" after importDO you mean the bbpress recount tool? Yes all steps were complete!
In reply to: Show off your Forum !!This is mine: http://forum.xbmcfreak.nl/
I changed a couple of things to integrate it more and more with my wordpress theme and site: http://www.xbmcfreak.nl/