Whats the function or how do I show the logged in user’s gravatar or uploaded avatar on the header, after they’ve logged in.
thanks..
i promise to relase the theme im making the general public.
Whats the function or how do I show the logged in user’s gravatar or uploaded avatar on the header, after they’ve logged in.
thanks..
i promise to relase the theme im making the general public.
I have today in production a bb-press Version 1.0-alpha-5 (I’m not moving to RC1 as recommanded by _ck_) and WP 2.7. The SSO between the 2 was working perfectly.
I just upgraded my WP install to the new version 2.8, and now whatever I try the SSO is broken (if I log in WP, I’m disconnected from BBpress, and vice-versa). The wp-config.php and bb-config.php are in synch.
Is it a known problem?
Thanks!
On Nginx, I am using this for WordPress
# WordPress pretty URLs: (as per dominiek.com)
if (-f $request_filename) {
break;
}
if (-d $request_filename) {
break;
}
rewrite ^(.+)$ /index.php?q=$1 last;
# Enable nice permalinks for WordPress: (as per Yawn.it)
error_page 404 = //index.php?q=$uri;
and I want something similar for bbPress. Please share the solution!
This is a standalone bbpress install, no wp integration. Not sure what else to do to debug.
It is at http://rosalindwiseman.com/forums/
You can see in the source that I am trying to test it by turning the search form color:red
Any advice appreciated. Thanks, alvar
how do i loop through each forum to echo the latest topics for each one seperatly… rather than blast out the entire topics of every forum at once.
I installed the 1.0-RC2 and changed the permalinks setting to Name Based.
There is a comment field below it saying “If you activate “Numeric” or “Name based” permalinks, you will need to create a file at <snip>/public_html/bbpress/.htaccess containing the url rewriting rules provided here.”
Clicking on ‘provided here’ does nothing.
I checked my host’s directory, and it already had a .htaccess file there.
~Andrew~
I’m looking for a plugin that will allow me to display the last 5 or so posts in a designated forum on another page outside of the BBPress/WP installation.
Something similar to thisL
https://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/
Any suggestions?
I want to show this on my front-page.php
Music Category:-
– latest topic relating to music 1 , posted by (author) etc…
– latest topic relating to music 2 , posted by (author) etc…
– latest topic relating to music 3 , posted by (author) etc…
– latest topic relating to music 4 , posted by (author) etc…
– latest topic relating to music 5 , posted by (author) etc…
code Category:-
– latest topic relating to code 1 , posted by (author) etc…
– latest topic relating to code 2 , posted by (author) etc…
– latest topic relating to code 3 , posted by (author) etc…
– latest topic relating to code 4 , posted by (author) etc…
– latest topic relating to code 5 , posted by (author) etc…
Network Category:-
– latest topic relating to Network 1 , posted by (author) etc…
– latest topic relating to Network 2 , posted by (author) etc…
– latest topic relating to Network 3 , posted by (author) etc…
– latest topic relating to Network 4 , posted by (author) etc…
– latest topic relating to Network 5 , posted by (author) etc…
What is the function to call the first 5 or so topics from a Specific category… please
Hi guys,
Might be really obvious but how do you change the information someone supplies when they sign up? Can’t seem to find details.
As per my post here on my blog : http://blog.ashfame.com/2009/05/integrate-bbpress-forum-wordpress-setup/
To achieve integration between 0.9.05 & WordPress 2.7.1, I overwrite the bb_capabilities in wp_usermeta for my user by sql query as I don’t have phpmyadmin and I am using custom table prefixes.
I just followed the instructions again on a setup and got something into different.
My current password didn’t work. I manually updated it with a sql query from a known setup (I haven’t installed mail sending capabilities yet) and then I got access but now when I try to change the bb_capabilities of my admin user, it gets change, is reflected too but when I refresh the forum page, I still can’t see the link to dashboard. And now if I check the db again, the bbPress seems to have overwritten my entry to “a:1:{s:6:”member”;b:1;}” from “a:1:{s:9:.keymaster.;b:1;}”.
I am clueless at the point. I can try dropping tables and starting again would get my work done but I am curious that why it is happening.