Search Results for '"wordpress'
-
Search Results
-
Hi. I still don’t quite familiar with bbPress custom query system. Is there a simple way to pull the latest topics from only specific forums? In WP we can pull posts from several categories using comma separated category IDs in the query. Can bbPress do that?
And if there is, is it possible to pull it from WordPress using bbPress_Live php class in bbpress-live plugin?
Thank you in advance.
Is there any plugin or anyway that allows wordpress searcher search bbpress topics?
I saw CK super-search plugin but it seems it is only for bbpress
Topic: Looking for alternatives
I apologize beforehand if this isn’t the proper section for this – it’s the best that I thought fit.
I’m starting to look for alternatives to bbPress. I went with it initially because I was impressed by WordPress – so much functionality in one package, all basics included, and the offbeat requirements were largely fulfilled by third-party plugins. bbPress as a forum were also innovative, quick, and the “new generation” designed with the mistakes of current forums in mind.
However, unlike WordPress, the basic package doesn’t quite provide the basic functionality – and having 3rd party plugins do the essential jobs needed is unreliable. For some things, there is no such plugin yet, for others the plugins are outdated, or poorly designed.
Does anyone know of similar forums – designed to be lean, and up to date on today’s web design and technology?
I’ve looked at a whole bunch lately, and am eyeing Vanilla right now. However any suggestions are welcome.
Thanks!
edit: sigh, my ampersand is being replaced with & which leads to some trac ticket…
Hi!
I´ve tried a WordPress and BBpress integration and it works just fine, i´ve have added all the cookie information in both config files of WP and BB press but it still doesnt work on login, only on logout.
My WP:
define(‘AUTH_KEY’, ‘halmstad’);
define(‘SECURE_AUTH_KEY’, ‘halmstad’);
define(‘LOGGED_IN_KEY’, ‘halmstad’);
define(‘NONCE_KEY’, ‘halmstad’);
define(‘SECRET_KEY’, ‘halmstad’); // Change this to a unique phrase.
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);`
BB:
define(‘BB_SECRET_KEY’, ‘halmstad’); // Change this to a unique phrase.
$bb->wp_siteurl = ‘http://www.domain.se/’;
$bb->wp_home = ‘http://www.domain.se/’;
$bb->wp_table_prefix = ‘wp_’;
$bb->custom_user_table = ”;
$bb->custom_user_meta_table = ”;
$bb->authcookie = ‘wordpress_456c71223b3bb9958349ec3d65b850f6’;
$bb->cookiedomain = ”;
$bb->cookiepath = ‘/’;
$bb->sitecookiepath = ‘/’;
Can anyone spot the problem?
