Search Results for 'buddypress'
-
AuthorSearch Results
-
January 25, 2010 at 8:26 pm #61607
In reply to: How to Create Forums in bbPress Within BuddyPress
dainismichel
ParticipantThanks, I’m still not seeing a bbpress admin panel, and actually there are bb-config.php files in
root
root/wp-content/plugins/buddypress/bp-forums
root/wp-content/plugins/buddypress/bp-forums/bbpress/
The one in bp-forums was automatic.
The one in bbpress I put there as per the suggestions…
January 25, 2010 at 8:22 pm #61606In reply to: how to access to bbpress admin from buddypress??
Paul Wong-Gibbs
KeymasterI’d like to comment for anyone who comes across this thread, if you do this just to get into the bbpress admin panel, *none* of the changes will carry across into BuddyPress -> Groups -> Forums views. You have to run an external bbPress installation for that to happen.
January 25, 2010 at 8:19 pm #61605In reply to: how to access to bbpress admin from buddypress??
dainismichel
ParticipantCopied the file as you recommended and still can’t find an admin panel for bbpress. Where do I go after copying the file?
Also, I took the bb-config.php file from the root, but there’s bb-config-sample.php in /wp-content/plugins/buddypress/bp-forums/bbpress/ are those the same?
Anyway…where’s the bbpress admin panel?
Best,
Dainis
PS: Is it because I installed buddypress first and then used the one click thing to install bbpress? I really don’t feel like wiping everything out and starting over just to re-order the installs…
January 25, 2010 at 6:49 pm #61602In reply to: Site Wide Activity stream not working
Patrick Daly
ParticipantYou’d probably be better off downloading the latest trunk version and overwriting all BuddyPress files.
Before you overwrite though, deactivate BuddyPress.
peterverkooijen
ParticipantOK, to bring the thread back to the original subject, in the current version of my site I use Burt Adsit’s solution for the most immediate privacy problem, making members sections members-only:
function js_restrict_access(){
global $bp, $bp_unfiltered_uri;
if (!is_user_logged_in() &&
(BP_MEMBERS_SLUG == $bp_unfiltered_uri[0] ||
BP_GROUPS_SLUG == $bp->current_component ||
BP_BLOGS_SLUG == $bp->current_component)){
bp_core_redirect( get_option('home') . "/register" );
}
}
add_action( 'wp', 'js_restrict_access', 3 );Put that in bp-custom.php and it works pretty painlessly. It doesn’t have a built-in message to let the user know why he’s being redirected though.
Haven’t tried Jeff Sayre solution yet, but apparently it has some problems. I’ll try that one in my next upgrade to BP 1.2 and WP 3.0.
Also commercial membership plugins apparently have built-in privacy features, so that could be a solution. Haven’t gotten that far yet…
January 25, 2010 at 2:58 pm #6158521cdb
ParticipantNon-admin page creation works great! This is super simple an will encourage people to be more active! Small detail but great impact! I would suggest to move the create a wiki page box to the top.
Since there is a Group Wiki Directory Table that shows all pages, what is the benefit of having all pages listed on top? It looks kind of clunky and confusing?
I did a little mockup to clarify what i mean: http://i47.tinypic.com/15r0di0.png
By the way the Group Wiki Directory Table seems to be a good starting point for a global Wiki Directory Page.
Great work! This plugin will become super useful especially if you use buddypress for students! Great first RC!
EDIT: I just looked at the mockup and saw that i added vertical-align: top instead of middle. Just if someone is wondering.
EDIT 2: @David: I can understand the benefit of showing all buttons on the editor, but i also know how confusing all these buttons are for avarage users. It’s easier for a tech user to press a button for advanced options instead of confusing avarage users with to many buttons. But sure, thats personal taste.
January 25, 2010 at 2:52 pm #61584Windhamdavid
Participant@auturo Since I see you and others are posting some new questions in the forum about bbpress integration. perhaps ya’ll should follow Boones’ lead on it regarding (whether to maintain an external installation of bbPress or migrate over). https://buddypress.org/forums/topic/bbpress-integration-after-bp-upgrade I believe the groundwork for what you need to know is here.
January 25, 2010 at 2:52 pm #61583In reply to: How to Create Forums in bbPress Within BuddyPress
Windhamdavid
ParticipantYou’ll need to add a bb-config.php file to the bp-forums directory in order to access it. You can take a look at this thread.
January 25, 2010 at 2:42 pm #61582In reply to: How to Create Forums in bbPress Within BuddyPress
dainismichel
ParticipantTried navigating over here…
…/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/admin.php
and didn’t get any kind of admin panel…
Brajesh Singh
Participanthi Peter
We understand you pointing to the issues. There is no problem with that. It is a community project and Automattic and Andy is doing the good things for us. Automattic does not get funds for supporting wp+wpmu+bp(well Now they may get as WordPress foundation has been formed).
Instead of criticizing, if we appreciate what they have done for us and politely ask for the features, I am sure, Andy is listening and will be glad to accomodate.
Buddypress is one of the great project and see how much improvement has been in recent times. Please do not take the things personal, and let us keep the community constructive, It will be better for all of us.
Hope you don’t mind my words. Yes, currently Bp is more developer friendly than the end user, but with time, It has improved so much and you may expect it to be much more end user friendly by bp 1.3(my guess)
Please let us keep it constructive.
@all, Please keep this thread free from personal attacks before DjPaul sees this thread
January 25, 2010 at 2:32 pm #61579In reply to: Where are the tags?
January 25, 2010 at 2:22 pm #61578do77
ParticipantSo I installed the plugin but it does not seem to work properly. It created a new tab for navigation link Buddypress called ‘Privacy Settings’ but when I click on that link to open the site I get an ‘Page not found error’.
I have noticed that every page under the same tab (Buddypress) looks like
e.g. mydomain.com/wp-admin/admin.php?page=bp-general-settings
but the Privacy Page tries to open like this:
mydomain.com/wp-admin/bp-privacy-settings
Has anyone had the same problem? Or does someone know how to fix it or what the reason could be?
Thanks!!
peterverkooijen
ParticipantIf you are comparing an open source project to a car manufacturer then you don’t get it. Did you pay for BuddyPress?
Automattic is a regular company. WP is supposedly aimed at content creators, not developers. If WP/WPMU/BP lacks certain key functionality that forces users to get into coding, it fails in its mission. As a user I’m free to point that out without having to pay tribute to the developers first. I didn’t pay for WP/BP, but don’t have any obligations towards Automattic either.
@Erich73, I didn’t start turning this thread into an attack on me.
MrMaz
ParticipantIf you are comparing an open source project to a car manufacturer then you don’t get it. Did you pay for BuddyPress? Andy is right, you sound like a troll. You should word your posts to sound more constructive and stop taking shots at the developers.
There are many ways to contribute besides writing code. You can write documentation, help organize developers, write specs for plugins/features and put together a team of people to make it happen.
Jeff Sayre
ParticipantThere’s no need to worry about privacy features in BuddyPress. As I have stated previously on these forums and on my blog, I am committed to bringing my current Privacy Component up to code to work with BP 1.2. With the 1.2-beta coming out very soon, I plan to use that to finalize the new privacy codebase.
As it has been discussed before, it will be up to the community to decide the fate of my BP privacy solution. If it is deemed sufficiently useful, valuable, and robust, it will be considered for eventual inclusion into the core.
But, I’ll stress once more, that this is not my decision. Going forward, I fully expect some form of privacy to make it into core down the road—whether it is my code, part of my code, or new code.
January 25, 2010 at 11:19 am #61560Brajesh Singh
Participantwell, this should help you. You need the privacy component.
Check out Jeff’s privacy component here
http://jeffsayre.com/2009/12/05/buddypress-privacy-component-released/
January 25, 2010 at 10:29 am #61559In reply to: Can't do anything, basically…
Sal (SCRAWLfx.com)
ParticipantI made the theme out of editing the original. I know I wasn’t supposed to be me, stupid as I am, didn’t see the notice until after I got everything up.
How do I get the Javascript there? Everything worked fine on my WPMU test version, so why not here?
Edit: You know what. I turned off BuddyPress integration. I’m going to take some time today to recreate the theme as a child theme.
January 25, 2010 at 8:49 am #61556In reply to: Can't do anything, basically…
Andy Peatling
KeymasterDid you create a child theme? If you did, then you should have no problems. It looks to me like you do not have any of the javascript, which means nothing is loading properly.
You should be doing this:
https://buddypress.org/forums/topic/child-themes-12-bp-default#post-34501
abcde666
ParticipantI love BuddyPress and admire the great work of Andy, JJJ & teams, but a “Privacy-Feature” is much more important than some other cool stuff like “@mention” , etc.
Thinking about single-WP-installs, I guess this will become troublesome without solid Privacy-Features.
I am afraid of using BP 1.2 if there is no “Privacy-feature” build into it and most probably I will have to postpone my BP-website until this is implemented.
January 25, 2010 at 7:02 am #61553In reply to: BuddyPress Links 0.2.1 released
PH (porsche)
ParticipantUpdating the “LINKS” directory in my theme worked!
But now, the detected IMAGE for the thumbnail doesnt actually get used when I save the link.
any thoughts?
— im curious.. when it dynamically detects the thumbnail to use.. where does it store the data?
P.S. I apologize for the delayed response .. I got really really sick the past few days.
peterverkooijen
ParticipantThere was some talk in the recent buddypress-dev meeting about creating a poll for future feature requests. When such a poll appears on the site, be sure to vote for privacy in the core if you think it’s important for it not to be located in a plugin.
Didn’t we do the exact same thing six months ago?
Privacy is crucial imho. If access management is not core, what is? Social networks can’t function without privacy controls. Members won’t use it for anything serious if they can’t control whether their posts goes to their friends or out to the world.
I hadn’t paid much attention to this issue because I assumed it was coming. With all due respect, the developers seem more interested in “new features” and cool coding challenges than straightforward usability and making sure the core is rock solid.
January 25, 2010 at 4:22 am #61549In reply to: Buddypress 1.2 and WP
Arx Poetica
Participant@andrea_r i was wondering this. that is BRILL.
January 25, 2010 at 12:45 am #61541In reply to: Buddypress 1.2 and WP
nig3d
ParticipantThanks Andrea, I just didn’t understand if WPMU won’t exist anymore because it will be merged with WP as option (that would be smart I suppose)
Boone Gorges
KeymasterIt’s true that the roadmap has changed a lot: https://buddypress.org/about/roadmap/
There was some talk in the recent buddypress-dev meeting about creating a poll for future feature requests. When such a poll appears on the site, be sure to vote for privacy in the core if you think it’s important for it not to be located in a plugin.
January 25, 2010 at 12:27 am #61539In reply to: bbpress integration after BP upgrade
Boone Gorges
KeymasterBuddyPress’s standard “forums” links are created with the assumption that BP is using the standard integrated version of bbPress. Since your installation is elsewhere, you’ll have to redirect those links. It should only be in one place:
In header.php of your BP theme, replace
<a href="<?php echo get_option('home') ?>/<?php echo BP_FORUMS_SLUG ?>" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?></a>with<a href="http://www.australianracinggreyhound.com/forums/" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?></a>As for your more general question, I faced the same issue with a project of mine (whether to maintain an external installation of bbPress or migrate over). I decided that, in the long run, it would be best to move to the standard, integrated version of bbPress. I described the process here: http://teleogistic.net/2009/12/upgrading-from-buddypress-1-0-to-1-1/
Not sure what’s causing your login issue, but it might be fixable by hardcoding the link into your theme’s header.php file. Replace
<?php echo site_url( 'wp-login.php' ) ?>with the correct path to the login page. -
AuthorSearch Results