Skip to main content

Home/ buddypress/ Group items tagged dev

Rss Feed Group items tagged

Vernon Fowler

WordPress Q&A Plugin - WPMU DEV - 0 views

  • Reputation point values can be changed by editing qa.php, which lists the values as follows: // Reputation multipliers define( ‘QA_ANSWER_ACCEPTED’, 15 ); define( ‘QA_ANSWER_ACCEPTING’, 2 ); define( ‘QA_ANSWER_UP_VOTE’, 10 ); define( ‘QA_QUESTION_UP_VOTE’, 5 ); define( ‘QA_DOWN_VOTE’, -2 ); define( ‘QA_DOWN_VOTE_PENALTY’, -1 );
  •  
    "Q&A allows any WordPress site to have a fully featured questions and answers section - just like StackOverflow, Yahoo Answers and Quora."
Vernon Fowler

BuddyPress Global/Sitewide Unified search update for BuddyPress 1.5+ | Buddy Dev - 0 views

  • This post is all about making unifiead search work with BuddyPress 1.5+. It is a long post, so please  have a cup of coffee and let us get started. List of things we will cover below:- Installing Global Unified search Plugin Basic setup for the theme Showing search results for:- Members search Groups search Activity search Blog Posts search Blog search Group Forum search(BBPress 1.0 which you use for group forums) BBPress 2.0 based forums topic search
Vernon Fowler

Solved.. How to hide other Directory Members posts on the admin pages « WPMU ... - 0 views

  •  
    Single blog BuddyPress can make good use of this.
Vernon Fowler

Stealth Mode for Buddypress Site Admin Plugin | Buddy Dev - 0 views

  • Another Alternative, with less features Ok,  Now for all of you who have yet not joined, buddydev Premium, well, you can use an alternative. Put this code in bp-custom.php and None of the site admin activity ime will be recorded.So if you are a site admin, you will never appear in the Who is Online/ recently active members widget. 12345add_action("plugins_loaded","bpdev_init_sm_mode");function bpdev_init_sm_mode(){if(is_site_admin())remove_action("wp_head","bp_core_record_activity");//id SM is on, remove the record activity hook}
Vernon Fowler

Introducing the first Stable Version of Bp-Gallery for BuddyPress | Buddy Dev - 0 views

  • Is there a way to change how the browse button looks in the flash loader? Thanks! Brajesh Singh said: On January 20, 2011 Reply Hi Joshua, With bp-gallery1.0+ you can change it in your theme/gallery/inc/swfupload/upload_btn.png
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.
1 - 13 of 13
Showing 20 items per page