Search Results for '"wordpress'
-
Search Results
-
Topic: Username not found
Hi, when i click on a username it says:
“Username not found. Go back to xxxx/forum”
I have bbPress 1.01 and wordpress 2.8
How can i solve this? Thanks in advance
Are new users created in WP left as inactive (no role) until they sign in? We saw a bunch of users marked as inactive, but plenty of users posting just fine.
When I went into WordPress Integration Settings – User Role Map everything is set as it should be. Clicking ‘Save Changes’ (without actually making any changes) automatically switched all users marked inactive to member.
We had someone report they were unable to login so I went to check the user’s account and that was when I found his inactive role along with dozens of other users.
When trying to replicate it myself with new, test registrations any user I can create that shows up inactive is immediately switched to member on the first log in.
The main reason I ask if because the number of inactive users seemed very high and simply clicking ‘Save Changes’ and having them all switch in unison seems a bit odd.
is it possible link, for each registered user, the link to the relative profile on bbpress ?
For WordPress:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />For bbPress:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); echo '?' . filemtime( bb_get_active_theme_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />Creates a unique number (based on time) after the filename which is automatically updated if make a change to your stylesheet.
Where can I find the document about bbpress with memcached?
I tried to use the object-cache.php for wordpress but it seems does not work.
Can anybody help me?
Thanks in advance.