Search Results for 'buddypress'
-
AuthorSearch Results
-
March 7, 2010 at 9:29 am #67087
kriskl
ParticipantThank you for quick reply
I will try that,
Is there any way to “filter’ and show, for example 10 Forums only and not complete lists?
I understand buddypress forums does not support “sub-forums” (??)
kind regards
Kris
March 7, 2010 at 7:36 am #67083In reply to: Hopped Up Beer
dpee
ParticipantAndy Truly love the site, as a buddypresser, and a Beer enthusiast.
Anyway youd be willing to share with me what plugin you are using for the ratings you have on your home page or is that a custom job?
March 7, 2010 at 6:52 am #67081In reply to: BuddyPress AND Community Blog
Mariusooms
ParticipantThe GroupBlog plugin does not fit into that structure really well. While it does some of it, it really is going a different direction in its approach. You’d be best to take a look at this plugin:
https://wordpress.org/extend/plugins/bp-community-blogs/
It is no longer under development for a year and will not be updated either. It will not work with 1.2, but it does do what you desire. You could at least use that as a starting point and port the code to bp1.2.
March 7, 2010 at 3:23 am #67071snark
ParticipantI think @kriskl is asking for something like what I was asking about here, but didn’t get any responses to: https://buddypress.org/forums/topic/changing-group-tab-display-defaults
I’ll take a look at the Groups loop, @r-a-y, though I’m not sure I’ll be able to figure out what to do. Thanks.
March 7, 2010 at 2:54 am #67067In reply to: oEmbed for BuddyPress plugin – out now!
takuya
Participantr-a-y, does this plugin enable embed features on extended profiles, so users can paste, for example youtube videos?
March 7, 2010 at 1:03 am #67063In reply to: BuddyPress-Links 0.3 FINAL is here at last
thekmen
Participant@MrMaz, I’m a big fan of Theme Hybrid so my customisations are only being done on Hybrid child themes.
The only edits that I find need to be done are on the files that use
<?php get_header() ?>
<div id="content">
<div class="padder">a grep & replace fixes any child theme issues & all seems to work as expected.
Thankfully your plugin only uses those on the 3 files mentioned above so all is nice & easy & works as expected if the calls to template files use
locate_templaterather thanrequire_onceMarch 7, 2010 at 12:55 am #67062In reply to: BuddyPress admin bar is not showing on site
gaysurfers
ParticipantI am using WordPress 2.9.2.
March 7, 2010 at 12:48 am #67061In reply to: Multiple blogs on Buddypress
bennettberlin
ParticipantSay I have a site with 2 buttons in the header, “Books” and “Blog”. Blog is my normal WPMU blog which displays all post categories, including “Books”. Books should only display blog posts with the category “Books”. The BP activity stream should display all posts.
The Blog-in-Blog plugin did the trick, but seems incredibly hard to style. I tested a few other similar plugins (some did not seem to work with WPMU) before settling on the “post-page-association-plugin” which works fine. I have it set just to show the first post from the Books category on a custom page.
However, I would like to learn how to code this myself so that I can add some buttons to the the Books page so that the user can display other single books posts by clicking these buttons. Clicking would replace the current books post with the selected books post.
Hope this is less confusing!
March 7, 2010 at 12:36 am #67060In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantYes, if you create those files in your child theme, they should override the core templates that ship with with the plugin.
LMK if you run into any problems, not many people seem to be customizing the templates yet.
Marshall
March 6, 2010 at 11:54 pm #67059In reply to: WP 2.9.2 + BuddyPress 1.2 = all links broken?
highlitevibes
Memberso I deactivated my blog.
Re-installed WP 2.8 (yahoo hosted website).
Automatically upgraded to version 2.9.2.
Turned on customizable permalinks plugin.
Changed the default permalinks to pretty permalinks.
Installed BP 1.2 plugin
Activated BP 1.2 plugin
Select default BP theme.
View blog site in new theme. http://www.highlitevibes.com/blog
Everything looks good. Click link to change avatar — ERROR page not found!
Click any other link, PAGE NOT found! Only link that works is the HOME tab, Log In tab and clicking on the blog entries!
Worse, I cannot even import my original blog from the backup file I have. This is not a good day.
March 6, 2010 at 11:20 pm #67057In reply to: BuddyPress-Links 0.3 FINAL is here at last
thekmen
Participantcool, thanks.
Fantastic plugin, only needs 3 file additions to custom themes so?
/bp-links-default/create.php
/bp-links-default/index.php
/bp-links-default/single/home.phpMarch 6, 2010 at 11:06 pm #67055In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantYou are correct, that is a bug. Thanks for the report.
You can change that manually, or check out the 0.3 branch, as I have just committed that fix…
svn co https://plugins.svn.wordpress.org/buddypress-links/branches/0.3
Thanks!
March 6, 2010 at 10:42 pm #67054In reply to: BuddyPress-Links 0.3 FINAL is here at last
thekmen
ParticipantOK, just found the trac version, same call to
require_once 'single/forms/details.php';should it be
locate_template( array( 'single/forms/details.php' ), true );?March 6, 2010 at 10:39 pm #67053In reply to: BuddyPress-Links 0.3 FINAL is here at last
thekmen
ParticipantHi @MrMaz,
love the plugin, thanks.
Where can I get the development version?
The current 0.3.2 version uses:
require_once 'single/forms/details.php';in /themes/bp-links-default/create.php, so I need to copy this file to my custom theme folder, should it belocate_template( array( 'single/forms/details.php' ), true );to save adding the extra file in my custom template if I don’t need to make any theme changes to that file?
March 6, 2010 at 10:34 pm #67051In reply to: WP 2.9.2 + BuddyPress 1.2 = all links broken?
highlitevibes
MemberThe plugin is activated…
Is there an actual literal option called “pretty permalinks?” It is not set on the WP default permalinks, instead it is set as day and name e.g. http://www.highlitevibes.com/blogs/2010/03/06/sample-post/
Does it have anything to do with my directory structures? because I do see the links pointing to files and directories that I know do not exist….
March 6, 2010 at 10:26 pm #67050In reply to: buddypress-r2754 Fatal Error.
bluejam
ParticipantHi – i get the same issue – hosting with Servage:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare bp_loaded() (previously declared in /mounted-storage/home88b/sub008/sc20234-GIGI/xxxxxxx.com/wp-content/plugins/buddypress/bp-loader.php:54) in /mounted-storage/home88b/sub008/sc20234-GIGI/xxxxxxx.com/wp-content/plugins/buddypress/bp-loader.php on line 55
March 6, 2010 at 10:24 pm #67049In reply to: WP 2.9.2 + BuddyPress 1.2 = all links broken?
Paul Wong-Gibbs
KeymasterDid you set pretty permalinks?
March 6, 2010 at 9:48 pm #67048schwooba
ParticipantYou could try this WordPress plug-in…’wp-members. Works for me.
March 6, 2010 at 9:39 pm #67047In reply to: Multiple blogs on Buddypress
Andrea Rennick
ParticipantI guess I’m confused… if you;re using MU, then just create another blog. Go to the Site Admin -> Blogs menu, and Add A Blog.
All blog activity will show up in the activity stream automagically.
March 6, 2010 at 9:33 pm #67046carolinaforestonline
Participantactually you can create a login page in 1.2.1 and have your site private….. once they pass credentials, they will be allowed inside.
March 6, 2010 at 9:24 pm #67044In reply to: WP 2.9.2 + BuddyPress 1.2 = all links broken?
danbpfr
Participanteuh… activating a plugin calling buddypress ?
March 6, 2010 at 8:41 pm #67041In reply to: Testing new theme, Hybrid as a parent
thekmen
ParticipantJust uploaded a slighter newer version with some CSS updates & support for the BuddyPress Links plugin.
http://xfactor-blogs.com/downloads/
@Arun thanks for pointing that out, will fix it on the next update.
March 6, 2010 at 8:36 pm #67040In reply to: Multiple blogs on Buddypress
bennettberlin
ParticipantThanks r-a-y.
Today I found the Blog in Blog Wp plugin which does the job quite adequately. It seems to automate your method.
At the moment I’m the only blogger on my site so I have no problems. I would still be interested to learn how to integrate another WPMU blog on my site as it would mean that I could have other users contribute to the secondary blog, “books”, without exposing my personal blog to these users.
March 6, 2010 at 8:35 pm #67039In reply to: WP + BuddyPress Private Profile Fields
freebee1989
MemberOkay, thanks! Anyone have any idea o how this can be done now?
March 6, 2010 at 7:51 pm #67037In reply to: How to search other than members and groups
r-a-y
KeymasterThere’s a plugin for group tags, but that categorizes the groups and not the activity content:
https://wordpress.org/extend/plugins/buddypress-group-tags/
Andy mentioned that the code for global activity search exists, it just needs a frontend.
-
AuthorSearch Results