Search Results for '\"wordpress\"'
-
Search Results
-
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:Hi,
This is my current settings
mydomain.com/ <– a Q2A site
mydomain.com/blog <– WordPressI want bbpress to be
mydomain.com/forums <– Desired Uri
yet I installed bbpress as a via the plugin section in wordpress and I’m getting
mydomain.com/blog/forums/forum/
is there a way to change this to my desired uri?
Thanks
website: http://respuestas.ca/
(Just imported my current vanilla forum )
WordPress 3.9.1
bbPress Version 2.5.4