-
@modemlooper replied to the forum topic a single interface for all posting on a site in the group How-To and Troubleshooting 13 years, 11 months ago
WordPress as well as BuddyPress has little hooks that when certain actions are accomplished it will run a function. So BuddyPress as hooked in the the post hook and posts an activity update about that blog post. […]
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
1) users can edit their own profile link is below the profile tab
2) post this topic in the followers plugin forum
3) when you create a user it bypasses the WordPress activation sequence. You will need to create […] -
@modemlooper replied to the forum topic a single interface for all posting on a site in the group How-To and Troubleshooting 13 years, 11 months ago
Activity items are saved in a separate db table so they are completely disconnected from WordPress posts. The activity streams is meant more for quick short status updates.
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
Create a page in admin titled bp-mobile and add stuff as you would when creating a page
-
@modemlooper replied to the forum topic Unusual Problem with Favorites in the group How-To and Troubleshooting 13 years, 11 months ago
Did you add these:
Set a custom user database table for BuddyPress (and WordPress to use):
define ( ‘CUSTOM_USER_TABLE’, $tablename );Set a custom usermeta database table for BuddyPress […]
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
Yeah, all Facebook/twitter logins create fake emails.
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
-
@modemlooper replied to the forum topic Has Anybody Found a Definitive Solution for Spammer-Splogger Registrations? in the group How-To and Troubleshooting 13 years, 11 months ago
It’s not an easy fix. You need various plugins to block spam but as stated above people are earning pennies to sign up to blogs. Best defense is a strong offense. Do as much as you can. Spam is a fact of life […]
-
@modemlooper replied to the forum topic Removing WordPress Logo from new admin bar in the group Miscellaneous 13 years, 11 months ago
How dare they!
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
You do not need to create the email accounts with the default data plugin. They can be fake:
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
Thats not that many and would take about 30 min to write out the array if you cut and paste 300 items. I think it would take longer to write a function to do it for you.
-
@modemlooper replied to the forum topic How to get the adminbar from buddypress.org? in the group How-To and Troubleshooting 13 years, 11 months ago
It’s a feature of WP 3.3
-
@modemlooper replied to the forum topic Disabling bpdefault CSS in the group Installing BuddyPress 13 years, 11 months ago
Use a function to add your style
function addCSS() {
wp_enqueue_style( 'style', get_stylesheet_directory_uri() . '/css/style.css', false, '1.0', 'all' );
}
add_action('wp_head', 'addCSS'); -
@modemlooper replied to the forum topic Does BuddyPress require WordPress manual or scripted install in the group Installing BuddyPress 13 years, 11 months ago
Installing WordPress is not to difficult. Google your host name and how to install WordPress and you should find a tutorial.
-
@modemlooper replied to the forum topic Changing the @name given on signup in the group How-To and Troubleshooting 13 years, 11 months ago
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
No, and that sounds very dangerous and unstable.
-
@modemlooper replied to the forum topic Does BuddyPress require WordPress manual or scripted install in the group Installing BuddyPress 13 years, 11 months ago
Somebody posted a topic a few days ago with a problem and the reason they had a problem was they used the host installer for WordPress. What Paul is saying is that it may be ok but in my experience I’ve had […]
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
If its not a lot of “products” then you can still use the default data plugin
The user info is in a file users.php in the plugins data folder.
`$users_data = array(
0 = array(
‘login’ = […] -
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
It adds some predefined user accounts, forum topics, activity updates etc. You can pick what you want. Why do you need fake accounts?
-
@modemlooper replied to the forum topic Buddypress WIDGET THEME in the group How-To and Troubleshooting 13 years, 11 months ago
I’ll check it out. In the future do not open more than one support request for the same issue. If somebody hasn’t responded to you first post after 24 hours then post a reply to the original post and it will […]
-
@modemlooper replied to the forum topic Auto generating blank member profiles in the group How-To and Troubleshooting 13 years, 11 months ago
Use BuddyPress Default Data plugin
- Load More
@modemlooper
Active 3 months, 2 weeks ago