modemlooper
Forum Replies Created
-
I’m now taking over development of this plugin. Please post support questions on the BuddyPress forums: http://buddypress.org/community/groups/external-group-blogs
There is an update coming to this plugin to give support for BuddyPress 1.5 and it will allow users to attach RSS feeds to their profiles.
Forum: Plugins
In reply to: [Restrict Usernames] [Plugin: Restrict Usernames] Works with BuddyPress BUTadd this to bp-custom.php to enable usernames with capital letters
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
Forum: Themes and Templates
In reply to: Can you include support for WordPress 3.0 menus?WordPress menus are coming to BuddyPress core in version 1.3
Forum: Themes and Templates
In reply to: Change # of Displlayed Posts on Home Page?Just saw this, it’s in widget-home.php. I’m not specifying a certain amount of posts it’s using the admin setting for how many to display.
look for query_posts(“cat=-$id”);
try something like
look for query_posts(“cat=-$id&showposts=12”);
Forum: Plugins
In reply to: [BuddyVerified] [Plugin: BuddyPress Verified] extra functionalityNope, note a badge earning plugin. It’s simply to state that someone who runs a certain account is verified to be trusted.
Example: Quicksilver may use BuddyPress as a community site and wants their spokesperson Kelly Slater’s account to be shown as verified so users know that his account is legit and can trust messages from that account.
Forum: Plugins
In reply to: [BuddyVerified] [Plugin: BuddyPress Verified] extra functionalityThis is not that type of plugin. It’s only for admins to specify accounts that are verified. I may do a completely different plugin that is a user type badge. Where instead of verified you could add different types like a guru or master or trainer or coach.
Basically a simple way to identify a specific set of people on a site
Forum: Themes and Templates
In reply to: How to installUPDATE!
To install:
• Unzip and upload buddypress-widget-theme folder to your WP themes folder wp-content/themes/ and activate.
• Create a new page called Home choose a Buddypress Widget Theme page template (wide thin thin or thin wide thin) as the page template.
• Then in side bar settings >> reading choose the home page you created as the static front page.
• Go to widgets and add widgets to the columns
This is the exact default BP 1.2 theme with a custom page and functions to allow a widgetized page.Forum: Themes and Templates
In reply to: How to installSorry, just logged in after a while. I think I need to update this because of 3.0.
@pubdirltd make sure in under reading you have chosen a static front page.
You need to create a page then chose a page template and then tell WP to use that page as the static front page.