Skip to main content

Home/ buddypress/ Group items tagged user

Rss Feed Group items tagged

Vernon Fowler

WordPress › WangGuard « WordPress Plugins - 0 views

  • If you are using W3 Total Cache and you have enabled HTML&XML Minify and you use BuddyPress or a custom registration page. Please, go to Performance -> Minify -> Advanced -> "Never minify the following pages:" and add you registration page. If you dont do this, you could have some issues.
  • NOT protect your site from comment spam, WangGuard protect your registration page from sploggers, unwanted users and untrusted users and WangGuard clean your database from them. For comment spam, you have another great plugin, Akismet.
  • It is very important to use WangGuard at least for a week, reporting your site's unwanted users as sploggers from the Users panel. WangGuard will learn at that time to protect your site from sploggers in a much more effective way. WangGuard protects each web site in a personalized way using information provided by Administrators who report sploggers world-wide, that's why it's very important that you report your sploggers to WangGuard. The longer you use WangGuard, the more effective it will become. Upon user registration, WangGuard will check against a centralized database if the user is a Splogger or spam-user. If WangGuard determines that the user is a Splogger, WangGuard won't allow the registration on your site.
  • ...2 more annotations...
  • No need to put any kind of filter in the user registration page (eg captcha). This is the greatness of WangGuard, not hinder users who wish to register on your site with Captchas and other things that just makes the registration being more difficult and in many cases do not stop Sploggers.
  • BuddyPress 1.2.x and 1.5 (WordPress Simple and WordPress Multisite 3.x) Features
Vernon Fowler

gglnx/private-buddypress · GitHub - 0 views

  • Can I change the URL where non-loggedin users are being redirected? = Yes, currently you need to write a filter function in your functions.php. `function redirect_nonloggedin_users($current_uri, $redirect_to) { // Redirect users to the homepage // Caution! Exclude the homepage from 'Private BuddyPress' options // to avoid redirection loops! return get_option('siteurl') . '/?from=' . $redirect_to; } add_filter('pbp_redirect_login_page', 'redirect_nonloggedin_users', 10, 2);`
  •  
    Protect your BuddyPress Installation from strangers. Only registered users will be allowed to view the installation and all other users will be redirected to the login page. Users attempting to view blog content via RSS are also authenticated via HTTP Auth. You can exclude the registration, the homepage and blog pages (e.g. posts, archives and non-buddypress pages) from protection. In combination with the plugin 'Invitation Code Checker' your installation stays private but the registration is for users with a special password open.
Vernon Fowler

bbPress User Roles and Capabilities · bbPress Codex - 0 views

  • Moderator – can create and edit forums. Can create, edit and delete other users’ topics and replies. Can manage Tags, and moderate a forum with the moderation tools.
  • edit_others_forums delete_forums delete_others_forums
  • delete other users’ forums, topics and replies
  •  
    "bbPress comes built in with user Roles that give the website owner the ability to tailor user access to their website. This page details the bbPress capabilities that each role has. "
Vernon Fowler

WordPress › Secure Invites « WordPress Plugins - 0 views

  • If your BuddyPress theme is the default theme (for BuddyPress version 1.2 or above), or a child of the default theme, or uses the same template hooks as the default theme, you can put the invitation form in the following places by just ticking the right box in your settings screen: Before any list of members After any list of members At the top of every page Before your site homepage After your site homepage At the top of the default sidebar At the bottom of the default sidebar The invitation form is hidden by default, and is shown by clicking an "Invite a friend" button which makes the form slide into view.
  • Preset settings If you want to quickly set up invitations without messing with lots of settings, there are now four presets you can use: Anyone can join with or without an invitation, and all users can invite as many people as they like Signup is just for invited people, and all users can invite as many people as they like Signup is just for invited people, and all users who have been registered for 30 days or more can invite as many people as they like Signup is just for invited people, and all users who have been registered for 30 days or more can invite up to 10 people Or you can use your own custom settings just as before.
  • Overriding of special users Sometimes you want particular users to be able to invite more friends than the default, or perhaps you want to stop a particular user from inviting anybody at all. Now you can, by searching for the user and changing their own individual settings. You san set whether they are allowed to send invitations at all, and of so how many (either a limited number or unlimited).
Vernon Fowler

WordPress › BP XProfile WordPress User Sync « WordPress Plugins - 0 views

  • Please note: because there is no way to hide XProfile fields, all data associated with this plugin will be lost when it is deactivated.
  •  
    "BP XProfile WordPress User Sync replaces the default BuddyPress XProfile 'Name' field with 'First Name' and 'Last Name'"
Vernon Fowler

http://wpmu.org/ning-to-buddypress-importer-plugin/ - 0 views

  •  
    This plugin is designed to fully import all of a Ning network's users, custom profile fields, and avatars to BuddyPress. In short, everything that you can import from Ning to BuddyPress... While members are being imported the plugin displays a user-friendly status page with a nifty list of user avatars, details, and current progress as the import page refreshes and processes the import file in batches of 5 members. All imported members receive a fully customizable introduction email with their login link, username and password. And on the off-chance you have a very large Ning member list that's too big to upload via the plugin, you can also use FTP to upload the file and import all of your Ning network members.
Vernon Fowler

Best Practices for Preventing BuddyPress Spam User Registrations | Wptuts+ - 0 views

  •  
    Best Practices for Preventing BuddyPress Spam User Registrations http://t.co/Q61yDCMS
Vernon Fowler

Best Practices for Preventing BuddyPress Spam User Registrations | Wptuts+ - 0 views

  • The first level of security is to change the footer text to remove mentions of WordPress and BuddyPress. Spammers target the words “proudly powered by WordPress and BuddyPress” in search engines to find sites they can compromise.
  • In BuddyPress, the default URL for the registration page is “http:/yoursitedomain.com/register”. This is why spambots include the “insite:register” when performing the search described in the above section. Make it harder for them to find your site by easily changing the default slug for BuddyPress in your wp-config.php file.
  • We use the honeypot technique to thwart spambots and it has worked pretty well from our experience. I didn’t invent the idea, but I built this implementation for BuddyPress and it works like a champ.
  • ...4 more annotations...
  • BP_REGISTER_SLUG
  • All you need to do is set the slug for the registration page that has been created. If you’re on BuddyPress 1.5+ that is.
  • It enables you to block IP addresses and even entire domains from accessing your site, a very useful thing to do against known bots trying to create fake BuddyPress user accounts.
  • Be wary of trying every single security plugin under the sun, as this slows down your site and adds to your maintenance workload by having more things to update and go through if something breaks. At first, stick to the highest rated ones that have proven themselves over time with a lot of users. One such plugin, which is highly recommended by many BuddyPress and WordPress users, is Bad Bahavior. This plugin will not only block a lot of spam, but will make your site invisible to many bots in the first place and thereby prevent fake registrations.
Vernon Fowler

WordPress › Bowe Codes « WordPress Plugins - 0 views

  • There are 12 shortcodes available in order to display a specific member, a group, a list of members, the friends of the displayed or loggedin user, the groups of the displayed or loggedin user, the messages and the notifications of a loggedin user, blogs of the network, posts from the blogs of the network.
  •  
    "Allows users to simply insert BuddyPress specific data into posts, widgets or theme files by using shortcodes."
Vernon Fowler

WordPress Plugin: User Switching | Ludicrous - 0 views

  • Does this plugin work with BuddyPress? Yes, and you'll also be able to switch users from member profile screens and the member listing screen.
Vernon Fowler

AutoChimp | Home | BuddyPress.org - 0 views

  •  
    "Automatically subscribe, unsubscribe, and update users to your MailChimp mailing list as users subscribe and unsubscribe to your site. Sync your BuddyPress profile fields with your MaiChimp merge variables and groups. Create MailChimp mail campaigns automatically from blog posts. AutoChimp uses a single options page to help you manage your preferred settings."
Vernon Fowler

WordPress › AutoChimp « WordPress Plugins - 0 views

  • Sync your BuddyPress or Cimy User Extra Fields profile fields with your MaiChimp merge variables and interest groups.
  •  
    Keep website users and MailChimp mailing lists in sync and create campaigns from posts.
Vernon Fowler

Linda Peng » Blog Archive » 10 Lessons I Learned from Designing an Online Com... - 0 views

  • I recommend giving people single sign-on options using Twitter, Linkedin, OpenID, Livejournal, etc. as well as Facebook.
  • The rest of your target market still needs to be convinced to care about your community enough to join.
  • Make your homepage interesting enough to visit twice.
  • ...8 more annotations...
  • There’s probably a reason Quora, Stackoverflow and most Ning networks all have news feeds on their front pages.
  • Clearly define your niche.
  • clearly define your site’s niche so that users will have an easier time understanding how your site adds value to their lives. For example, Quora is the social network where one gets their questions answered; Stackoverflow is a Q&A network for programmers; Linkedin is a specific network for jobhunting professionals. What specific need does your social network cater to?
  • Beware of outdated plugins and themes.
  • Look at the description closely and check to see if it’s been tested up to the WordPress version you’ve installed. If you’re unsure, search for the plugin forums (every WordPress plugin should have one) and see the latest praises or issues people are discussing on the threads.
  • If a new theme or plugin crashes your site, rename or delete it.
  • I recommend giving people single sign-on options using Twitter, Linkedin, OpenID, Livejournal, etc. as well as Facebook.
  • Your site needs an FAQ. No, really. It does. Although you personally might think that the activity feeds and groups and profile editing links are in the most obvious locations in the world, your users will not. They’re used to their own oft-frequented social networks (cough, Facebook), and  they’ll ask you why clicking on their avatar doesn’t automatically bring them to a “change your profile picture” page or if logging into your site using Facebook Connect will mean that everything they post will automatically get cross-posted to their Facebook wall. In addition, users want to know about your site features.
  •  
    I re-discovered my fascination with online community building around the time I subscribed to a shared hosting service, installed WordPress, discovered the Buddypress plugin, and stumbled upon open-source forums where people were amazingly helpfully about sharing troubleshooting tips and code.   This was last December. The discovery turned into an independent study I dubbed "Volunteerism in a Web 2.0 World," which turned into the development of a website and lots of meetings and several pages of an annotated bibliography - all of which I submitted to my Research in Practice Program (RIPP) advisor at the end of the semester.Over the course of my meetings with "stakeholders" (Duke students and administrators) to asses the value of the "website" (an online social network for Duke civic engagement), I learned a few things about designing an online community using WordPress and Buddypress.
Vernon Fowler

BuddyPress.org → Docs → Version 1.5 - Features and fixes - 0 views

  • BP-Default is now a responsive theme
  • Looks great on mobile browsers
  • New forums tab on the member profile page navigation, giving you quick access to the topics you’ve started and replied to.
  • ...11 more annotations...
  • oEmbed support – It’s now super easy to embed videos, images, and other content into the Activity Stream, Forums, and Private Messages.
  • Fix group auto-join when posting in public groups’ forums
  • Add Forums tab to user account area to show topics the user has started, and topics that the user has replied to. This includes additional template files to support this new functionality.
  • Remove root components and replace them with actual WordPress Pages
  • Add bp_is_multiblog_mode
  • Add bp_use_wp_admin_bar()
  • Add oEmbed support
  • Add the topic’s tags to the edit topic screen
  • Add new widget areas; there are now five (one in the sidebar, four in the footer).
  • Add a new forums tab on the member profile page nav; gives you quick access to the topics you’ve started and replied to
  • Update the main header ‘s background to use a CSS3 gradient instead of an image.
Vernon Fowler

WordPress › bbPress - No Admin « WordPress Plugins - 0 views

  •  
    Prevent all users except super-admins from creating bbPress content when inside wp-admin.
Vernon Fowler

An online community for educators built with BuddyPress · BuddyPress.org - 0 views

  • Build a professional learning community platform to help educators engage in conversation, share innovative ideas, discover and curate useful resources, document successful practices, and apply them in their own classrooms and schools.
  • Support and sustain continuity between in-person meetings and professional development opportunities. Help new constituents get up to speed and become valuable, active partners in learning communities.
  • drafted policies for user-generated content
  • ...2 more annotations...
  • After having tried nearly every plugin option (and combination), I settled on WP Types & Views (now called WP-Toolset), which allowed me to rapidly prototype and improve data structures. Then, I used Gravity Forms to create front-end forms to prompt educators to organize and classify their recommended resources.
  • This work has only just begun, but WP-Toolset has provided all the features we’ve needed; indeed it can be compared favorably with the Blocks, Views, Panes, and Panels modules and functions for Drupal.
  •  
    Great post on how an online community for educators was built with BuddyPress: http://t.co/JDUbnhiG
Vernon Fowler

Creating a custom email template for your BuddyPress emails | BP-Tricks - 0 views

  •  
    "With BuddyPress your users get loads of emails for all the notifications they receive. Creating a good looking email template does wonders for the feel of your network, and really gives it a more unique feel."
1 - 20 of 43 Next › Last »
Showing 20 items per page