Search Results for '"wordpress"'
-
Search Results
-
Topic: WordPress and bbpress search
At the moment, I have a standard WordPress search box on the top of my page. It seems to return posts and pages but not bbpress forums or topics.
I can use the bbpress shortcodes to display a forum search but I don’t want two search boxes.
Is there a way to extend the native wordpress search so it returns posts, pages, topics and forums?
At the moment, it seems I can search bbpress OR search wordpress posts / pages. I want to search both?
Currently, the font color is nearly the same as the background, making it extremely hard to see. I don’t know CSS well enough to be able to change it myself, so I could and would appreciate some help!
Wordpress version: Latest
BBPress version: 2.5.4
Link to where it shows the problem:http://www.iblifefordummies.com/forum/ib-life-for-dummies/news-and-announcements/
and
http://www.iblifefordummies.com/topic/welcome-to-the-iblfd-forums/
Hi,
I run a couple of different bbpress installations, of course they’re both up-to-date (2.5.4)I noticed that on both installations, when you trash a topic, and you try to “un-trashit” you receive a nonce error.
I’m not sure if this issue depends on my personal configuration, but of course i disabled all other plugins and used a fresh wp install.
Being a PHP developer I digged inside the core files of bbpress and I noticed that in includes/topics.php on line 818 the nonce is generated with
wp_nonce_url( add_query_arg( array( '_wp_http_referer' => add_query_arg( array( 'post_type' => bbp_get_topic_post_type() ), admin_url( 'edit.php' ) ) ), admin_url( sprintf( $post_type_object->_edit_link . '&action=untrash', $topic->ID ) ) ), 'untrash-' . $topic->post_type . '_' . $topic->ID )so the “sent” nonce is basically untrash-topic_<ID>, while the nonce check on wordpress (on post.php line 265 is:
check_admin_referer('untrash-post_' . $post_id);or basically untrash-post_<ID>.
Can anyone tell me if other people found out a similar issue untrashing topics or is it just me? Thanks in advance for your support π
Hello, I have the same problem after upgrading from 2.3.2 to 2.5.4. I’ve tried different themes and had the same issue on all.
I found that changing the Forum Root from forums to something else fixed the issue. This might help identify root cause.
Topic: BBPress at Root
Hi,
i dident find a new version of BBpress Standalone. So i install WordPress an add BBPress via Plugin.
First my URL look like these:
Forum-Root = http://forum.domain.de/forums/forum/
Forum-Forums = http://forum.domain.de/forums/forum/test1/
Forum-Tropic = http://forum.domain.de/forums/topic/ins-herz-zuerst/
;-(
But after deaktivate (Prefix all forum content with the Forum Root slug (Recommended))
it lock like
Forum-Root = http://forum.domain.de/forum/
Forum-Forums = http://forum.domain.de/forum/test1/
Forum-Tropic = http://forum.domain.de/topic/ins-herz-zuerst/This look better but i dident want to use WP as CMS oder Blog. I only want a root install.
Look like
Forum-Root = http://forum.domain.de/
Forum-Forums = http://forum.domain.de/test1/
Forum-Tropic = http://forum.domain.de/topic/ins-herz-zuerst/
is there a way to do that?
