Search Results for '"wordpress"'
-
Search Results
-
I have a script that I made that pulls the count of posts a user does on bbpress and displays it on wordpress page template. For some reason I can’t get it to work. I know I need to add something to wordpress but I am not sure what. Here is the script so far.
function get_user_posts_forums1($user_id) {
global $wpdb; // I know I need to change this
$count = $bbdb->get_results(“
SELECT COUNT( * ) AS total
FROM {$bbdb->posts}
WHERE poster_id = {$user_id};”, object);
return $count[0]->total;
}
Any ideas?
Hi. I am setting up integration with Word Press. On the integration page in the bbPress admin, it says:
This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.
“in this word press page” links to :
[wordpress folder]/[bbpressfolder]/bb-admin/options-wordpress.php#
but there is no “auth_salt” anywhere on this page.
One thing i notice is that it says the option is in my wordpress site, but the page it takes me to is part of bbPress.
I need something like «bbPress post» plugin. But only for «Discuss» link on every post in my wordpress blog. Link must create topic for discuss. First post in bbpress topic must be content from post in wordpress blog where link was clicked.
Looks like «bbPress post» is not available by now – http://bbpress.org/forums/topic/bbpress-post-003
Sorry for my bad english
Topic: bbpm and wordpress
Hi. My site has bbpress integrated into wordpress. I’ve added bbpm plugin so that private messaging is enabled in the forum section. Trouble is recipients can’t read their received PM’s because they are not displayed in wordpress admin.
http://www.fire-sprinkler.co.uk.
Anyone know of a solution or workaround?
Topic: languages problem
I had install wordpress vision 3.0.1 and buddypress plugin. I installed bbPress forum. The problem is it only support English language. it did not genarate utf-8. the post topic like this ??????(1post)and the post like this ???????.
but if I write in English it is work fine.
How do I fix this problem? anybody can help. Thanks for the the wise man.
after reading wordpress and bbpress forums and posts and … finally coming to the realization that what I’m looking for is this “bbpress channels” extension. I’d love to know when it might be available? We’re going to unleash bbpress on hundreds of sites via a multisite server if we can get bbmu to work… I ‘spose I can write my own extension, but it’d be more fun to install and tweak yours. 