Search Results for '"wordpress'
-
Search Results
-
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?Hi,
We’re contemplating moving our website to WordPress and are looking at integrated forum options to replace an older version of vBulletin we’re running now. I know vBulletin to WordPress bridges exist, but I’m hesitant as its been a nightmare bridging it to our current CMS and hoping to also not have to maintain two separate scripts, never mind theming them both as well.
Anyhow, I was informed that BBPress shares the same database table as WordPress and that migrating a forum as large as ours would have a massively negative effect on our WordPress install and properly affect our posts pretty bad.
Our vBulletin forum has approximately 180,000 members, 100,000 threads and roughly 6.5 million comments.
Any suggestions on how we might best proceed in a forum solution should we go the WordPress route for the rest of our website? I did see Simple:Press and saw it runs off a different table… Hate to be superficial, but looking at the website, it doesn’t really inspire confidence. (no offense)
Thank you in advance for any input or insight that can help us make a decision.
I have been working for about 5 days to get topics from a forum on one site to show on my main page, which is a separate site. I’m running current versions of wordpress multisite, bbpress, and buddypress on my main page.
I found some code via my searches and created a simple plugin. It works to display topics from a separate site on my main page. That was a victory for sure. The problem I am now having is the formatting! Arrghh! I cannot get it to format correctly.
I know that others have been wanting to do this, so perhaps someone else can get me to the final step and we can publish a good plugin. Here is the code:
<?php /* Plugin Name: Recent bbpress Topics Plugin URI: http://whosgotbooks.com/wp-content/plugins Description: A plugin to display recent bbpress topics across the network Version: 1.0.0 Author: Jerry Caldwell Author URI: http://whosgotbooks.com License: Open Source */ function recent_bbpress_topics_shortcode() { recent_bbpress_topics(); } add_shortcode( 'recent-bbpress-topics', 'recent_bbpress_topics_shortcode' ); // ! // Add Recent Topics to BBPress function recent_bbpress_topics() { if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 8 ) ) ) { //bbp_get_template_part( 'bbpress/loop', 'topics' ); bbp_get_template_part( 'loop', 'topics' ); } // Hook into action add_action('bbp_template_after_forums_loop','recent_bbpress_topics'); } ?>I have been trying to get this to format with bbpress.css. I managed to changed the css on one of my sites to get things how I want, but I can’t with this function. Here is a link of how I want things to look: http://whosgotbooks.com/book-reviews/
And here is the link of the main page, where I can’t quite get it the way I want it: http://whosgotbooks.com/Here is the bbpress.css that worked on the review page, but doesn’t work for the main page:
li.bbp-topic-title { float: left; text-align: left; overflow: hidden; width: 75%; } #bbpress-forums li.bbp-body ul.topic { /* border-top: 1px solid #7D573A; */ border-top: transparent; overflow: hidden; display: inline-table; padding: 8px; width: 22%; }To get the books somewhat organized on the main page, I had to change width to 20% on the bbp-topic-title class above, and the bbp-body ul.topic changes do not help on the main page.
This is the extent of my abilities. I would love to get rid of those annoying dots as well. Hopefully someone can help me get the rest of the way.
Thanks…Hello,
I have a WP multisite with different blogs but i want a single forum that is used by every blog. So every forum and post should be visible for every site.
There was a topic 3 years ago: http://bbpress.org/forums/topic/wordpress-multisite-single-forum/
Look like that is still no feature?
Thank you.
Topic: Long Query Error
Hi,
Looking at our error log, we get a recurrent error generated by bbpress which has led to 502 errors. We are using WordPress 3.9 and bbpress Version 2.5.4. would you please advise us on this:
Thank you. http://communication.org.au
The error log looks like this:
[Sun Jul 06 00:49:32 2014] [error] [client 124.191.29.124] LONG QUERY (1540 characters long generated in /nas/wp/www/cluster-1417/davidsless/wp-content/plugins/bbpress/includes/users/functions.php:1531):SELECT COUNT(NULLIF(meta_value LIKE '%"administrator"%', false)), COUNT(NULLIF(meta_value LIKE '%"editor"%', false)), COUNT(NULLIF(meta_value LIKE '%"author"%', false)), COUNT(NULLIF(meta_value LIKE '%"contributor"%', false)), COUNT(NULLIF(meta_value LIKE '%"subscriber"%', false)), COUNT(NULLIF(meta_value LIKE '%"bbp\\_keymaster"%', false)), COUNT(NULLIF(meta_value LIKE '%"bbp\\_spectator"%', false)), COUNT(NULLIF(meta_value LIKE '%"bbp\\_blocked"%', false)), COUNT(NULLIF(meta_value LIKE '%"bbp\\_moderator"%', false)), COUNT(NULLIF(meta_value LIKE '%"bbp\\_participant"%', false)), COUNT(NULLIF(meta_value LIKE '%"shop\\_accountant"%', false)), COUNT(NULLIF(meta_value LIKE '%"shop\\_worker"%', false)), COUNT(NULLIF(meta_value LIKE '%"shop\\_vendor"%', false)), COUNT(NULLIF(meta_value LIKE '%"customer"%', false)), COUNT(NULLIF(meta_value LIKE '%"shop\\_manager"%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level1″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level2″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level3″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level4″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level5″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level6″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level7″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level8″%', false)), COUNT(NULLIF(meta_value LIKE '%"s2member\\_level9″%', false)), COUNT(*) FROM wp_usermeta WHERE meta_key = "wp_capabilities", referer: