Skip to main content

Home/ buddypress/ Group items tagged WP

Rss Feed Group items tagged

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

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

  •  
    Prevent all users except super-admins from creating bbPress content when inside wp-admin.
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

BuddyPress.org → Docs → Changing Internal Configuration Settings - 0 views

  •  
    There are many internal configuration settings that can be changed by adding a configuration definition line to your wp-config.php file. Here's a list of the current setting that can be changed:
Vernon Fowler

BuddyPress.org → Docs → bp-custom.php - 0 views

  •  
    Developers may modify the functions of BuddyPress through the file bp-custom.php, placed in the directory wp-content/plugins/bp-custom.php. Please note: the bp-custom.php file is not included by default but must be manually created.
Vernon Fowler

BuddyPress.org → Docs → Theme Dev: Building a BuddyPress Child Theme - 0 views

  • This guide is for building themes for BuddyPress 1.2 and above.
  • The default BuddyPress theme is not located in the usual /wp-content/themes/ directory. It is stored in the BuddyPress plugin folder
  • Note the “Template:” entry, which tells WordPress that we want to use the BuddyPress default theme (bp-default) as the parent theme
  • ...6 more annotations...
  • your own theme is in /wp-content/themes/
  • and the tag “buddypress”
  • to inherit the CSS, in BP 1.5+, you don’t have to do anything!  Just start writing your new styles in style.css and skip to section 3
  • copy this file and paste it directly into your child theme’s folder (the same place as your style.css file)
  • if you want to override a template file that is in a sub folder, you must also recreate the sub folder in your child theme
  • There is one exception to the template override rule — functions.php.
John Smith

Dictate - Business, Fashion, Medical, Spa WP Theme - 0 views

  •  
    Dictate, the 6-in-one premium Wordpress theme, brings you modern design and neat & clean outlook. Touching the heights of artistic perfection, this multi-purpose web building tool can be used for six different niches, Medical, Fashion, Spa, Saloon, Business and Blog. Nevertheless, it is suitable for every single website, as you can utilize 72 built-in elements and advanced Visual Composer (save $ 25) page builder to modify it to any required shape and functionality. The greatest appeal lies in its versatility of features and ease of customization, so that you may launch a fully featured website with little or no basic knowledge, effort and time.
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

WordPress › BuddyPress Groups Extras « WordPress Plugins - 0 views

  • create a folder called bpge in the root of your theme
  • copy required file (that you want to modify) from this plugin folder wp-content/plugins/buddypress-groups-extras/views/front to that created in a theme. That is it - now the plugin uses the template from your theme.
  •  
    "Starting from BPGE v3.6 you can now change the html that is used to display any content in front-end (in groups) right from your theme folder. This is useful if you want to change the way pages and fields are displayed, but it works for "Admin -> Extras" management pages as well. "
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

bp-custom.php | BuddyPress Codex - 0 views

  • bp-custom.php is often compared to your theme’s functions.php file. However, there are two primary differences between bp-custom.php and your theme’s functions.php.
  • bp-custom.php runs from the /wp-content/plugins/ folder and is therefore independent from your theme. This is useful for adding code snippets that are BuddyPress-specific. Also, this code will always load regardless of what theme you are using.
  • bp-custom.php runs early in the BuddyPress-loading process. This allows you to override various settings in BuddyPress.
Vernon Fowler

BuddyPress: How to change avatar (picture) size larger or smaller | Otreva Designs - 0 views

  • You can add code to a functions file or adda file bp-custom.php to the wp-content/plugins folder to change image sizes Avatar specific settings can be changed: define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 ); define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 ); define ( ‘BP_AVATAR_FULL_WIDTH’, 150 ); define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 ); define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 ); define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $max_in_kb ); define ( ‘BP_AVATAR_DEFAULT’, $img_url ); define ( ‘BP_AVATAR_DEFAULT_THUMB’, $img_url ); Reply
Vernon Fowler

How to improve BuddyPress speed and performance | BuddyBoss - The Ultimate BuddyPress T... - 0 views

  • Hyper Cache is specifically written for people who have their sites on low resource hosting providers. This plugin will make an enormous speed improvement and is recommended instead of other similar plugins such as WP Super Cache or W3 Total Cache. It will work better with BuddyPress and is quite simple to set up.
  • The problem was with the DB Cache Reloaded plugin. Not only would the notifications not go away but when individuals submitted anything on a wall or activity stream, this would not be published for several minutes. When I removed the DB Cache Reloaded plugin, the problem went away!
  • However, every additional plugin you install will need to request information from your database and the cumulative effect of having dozens of plugins is that your site will slow down. Use only the plugins that you actually need. Try to remove the rest.
Vernon Fowler

Function Reference/wp is mobile « WordPress Codex - 0 views

  • This Conditional Tag checks if the user is visiting using a mobile device. This is a boolean function, meaning it returns either TRUE or FALSE.
  •  
    Nice to use in bp-custom.php rather than functions.php - especially when using the BuddyMobile plugin from @modemlooper
John Smith

Deeds- Best Nonprofit Church Organization WP Theme - 0 views

  •  
    The intuitively designed, lightweight, finely coded and error-free Deeds premium WordPress theme is aimed at building a powerful and progressing website on multiple niches, such as Church, Charity, Religious Propagation, and Non-profit Organization. It is cleaner, quicker and easier to customize, and is perfect for the newbies. Three uniquely built Homepage Layouts, two innovative Header Styles, and a number of built-in pages of varied utility are bound to be of special appeal for the professional web designer.
1 - 17 of 17
Showing 20 items per page