Search Results for '\"wordpress\'
-
Search Results
-
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.
I decided to test out this new version of bbpress on another website I have on Godaddy. I couldn’t link from BBPress to the Msql wordpress database and followed the steps to link to the database. Godaddy tested out and said that nothing wrong with the database.
BBpress asking for
Database Name (so tried with both Name and host name)
Database User (so put in godaddy msql User Name for wordpress database)
Database Password (Put in password to link to that database)
Did not work and gave following message : There was a problem connecting to the database you specified.
Please check the settings, then try again.
Godaddy said that the settings are fine.
Any suggestions.
