Skip to main content

Home/ buddypress/ Group items tagged customizing

Rss Feed Group items tagged

Vernon Fowler

Topic: BuddyPress 1.6.3 released · BuddyPress.org - 0 views

  • If custom theme has a folder _inc replace the javascript files and ajax.php replace them with same file in bp-default
Vernon Fowler

Achievements | Forum | Change Displayed Description Length? | BuddyPress.org - 0 views

  • By default, bp_create_excerpt (found in /bp-core/bp-core-template.php) sets a default length of 225. The Achievements plugin calls it in achievements-templatetags.php, causing descriptions longer than 225 characters to be truncated. As a temp fix, I copied bp_create_excerpt over to bp-custom.php, increased the $length, renamed it my_bp_create_excerpt, and then renamed it within the Achievements plugin as well. (I’m sure there’s a better way to change the $length, but this works for now)
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

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

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}
shai edrote

Software Support for My Business - 1 views

My business has never been in good shape as it is now. My sales are increasing, more customers are coming back and last of all, I have a reliable software support for my business computers. Actuall...

software support

started by shai edrote on 13 Jul 11 no follow-up yet
‹ Previous 21 - 27 of 27
Showing 20 items per page