Search Results for 'buddypress'
-
AuthorSearch Results
-
May 8, 2010 at 12:57 pm #77179
In reply to: How to install buddypress
Hugo Ashmore
ParticipantA start would be to follow the installation guides!
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/What have you tried thus far?
Buddypress is as simple as downloading the plugin to your plugin directory and in the dashboard enabling the plugin. You can download the plugin from within WP!
May 8, 2010 at 12:42 pm #77177In reply to: I have a problem ! Can you tell me what’s wrong
gibbyesl
MemberHi
I deactivated ALL the plugins I have installed so only buddyPress is active
I activated one at a time in different orders and NON work
I am VERY sure this must be something with the setup of my server/system rather than the plugins – they ALL can’t be faulty!!
Any idea what system problem could result is these similar plugins not working
Thanks
Gibby
I have asked and they have kindly taken my problems on board, however as you can see I believe it may be something else…..
May 8, 2010 at 12:33 pm #77176In reply to: qTranslate & BuddyPress… make it work but…
Paul Wong-Gibbs
KeymasterSeems to be a bug or conflict between BuddyPress and qtranslate. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/qtranslate-and-buddypress-problems/
Seems you’ve found the solution.
May 8, 2010 at 12:30 pm #77175Paul Wong-Gibbs
KeymasterIf you aren’t seeing any errors in the javascript console of non-Firefox browsers.. very odd. Are you using unmodified BP files and the unmodified default theme? If you’re using a custom theme, you could check if the problem occurs on the default theme.
May 8, 2010 at 12:27 pm #77174In reply to: My first hours with WP and BP and first problems
Paul Wong-Gibbs
KeymasterPlease give us some more info — https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
May 8, 2010 at 11:03 am #77171Nahum
Participant@techguy thanks but i did try that and it only removes from adminbar not the member profile nav bar. what i’ve ended up doing that works i guess is to use css.
#blogs-personal-li {
display:none;
}May 8, 2010 at 10:59 am #77170mistercyril
ParticipantThanks for your input.
I wasn’t trying to “bump” my question but rather add information to my initial post as you may have read. Most initial replies being “have you tried de-activating your plugins”… etc. I thought it would save everybody some time and effort.
May 8, 2010 at 9:33 am #77168In reply to: Members only
Hugo Ashmore
Participant@r-a-y is there any method of testing whether the page concerned is a root component, that is the page lives in the root directory e.g example.com/groups/
reason for asking is as the plugin stands anonymous users only ever see a login page, that can tend to put people off? they may base their decision to join based on what they see going on on the site to that end my preferred approach (or at least a further angle to take in restricting access) is to allow visual access to all top level pages but not deeper into the site.
I had thought that one could check on whether a page is a root component but can’t track that down, I can take various steps to getting closer to this by adding bp_is_front_page() to the :
if (bp_is_register_page() || bp_is_activation_page() || bp_is_front_page() )and could add is_page(‘wp page’) for blog created pages – although oddly a page created to act as the blog page while setting front page to say ‘activity stream’ doesn’t appear to work??Also of course one can add directory paths to the exclusion array:
$this->exclusions = array(
'wp-login.php',
'wp-signup.php',
'/wp-content/themes/child-theme-name/groups/'
But that isn’t best approach as it fails if one changes themes and child themes override bp-default so one can’t set that if suing child themes.Overall and ideally a check to see if the page/directory/componant lived at root level would seem the best approach.
May 8, 2010 at 7:10 am #77166In reply to: Members only
Shnooka30
Participant@techguy….no worries, I appreciate your help. I hope to one day use the paid membership, but that type of membership is a hard sell and very few sites could offer such a tool.
May 8, 2010 at 6:13 am #77163techguy
Participant@nahummadrid
To remove the blog component from the top menu bar I think you can do:
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6);May 8, 2010 at 6:06 am #77162In reply to: Remove “are now friends” from activity stream
Hugo Ashmore
Participant@M
no I realise you are not forcing anyone into anything and yes it would be wonderful if more people would bother to learn a little coding, not just PHP but general coding, but they won’t, it’s the issue of ‘Time’ and ‘Focus’ few can be bothered with either nowadays, it’s an instant gratification society where things are ‘Free!’ no effort required!Forgive my comments, they were – in part – prompted by my feelings towards a well known outfit that offers paid support. I fact I agree 110% with your sentiments expressed in that last paragraph, I too am dismayed at what I see as a reluctance to appreciate the value in work done to provide such things as plugins (not only plugins or BP but coding provided across the development world online) I would argue that we have created a rod for our own backs in many ways and engendered a belief in non coders that this work is something trivial trotted of ones editor in no time with little effort. I wish that everyone using a plugin would understand that in fact there was an absolute moral imperative to ‘Donate’ towards that time spent developing it, considering the download stats one can observe sometimes that are in the region of thousands of downloads for something popular, if people only donated $1.00 that would still mean the coders time was recompensed, perhaps generously?
I’m no lover of the culture that has sprung up but it’s a culture that has been created by us providing the means for the many to find an easy in to running apps / sites without having to expend any / too much energy. To some degree I would argue in favour of the ‘Donate’ aspect being expressed in a much better manner perhaps with a note of the development time to create or even a stipulated amount of such low value, at least a quarter the price of a cup of coffee, that people would in fact feel obliged and happy to have to pay so little for something that has so much value to them? Of course a hundred contra arguments around this sort of subject though.
May 8, 2010 at 5:16 am #77154In reply to: Chat Feature
r-a-y
KeymasterHere’s an old thread with all the Facebook-like chat scripts:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/facebook-like-chat-plugin-for-buddypress/May 8, 2010 at 5:14 am #77153In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
r-a-y
KeymasterI’m glad you asked the author and are contributing to the plugin!
One thing WP-reCAPTCHA will probably need is to make the plugin BP-aware. More info here:
https://codex.buddypress.org/how-to-guides/make-your-plugin-buddypress-aware-v1-2/This BP-aware code could then also be used as a conditional check.
I’ll take a look at the code in the next couple of days. It is indeed a Friday evening

Btw, glad to hear you’ll be contributing to the codex in the future! BP is most definitely a fun script to pick up and learn!
May 8, 2010 at 5:10 am #77151In reply to: Regular wp theme to a buddypress theme?
r-a-y
KeymasterLooks like it’s working, though you’ll need some knowledge of CSS to get it the way you want BP to look.
May 8, 2010 at 5:05 am #77150In reply to: customized input for extended profile field
techguy
Participant@kipprsnak1 Can you give us a link to the plugin. Sounds like an interesting plugin, but if we can see it we can better understand what you’re trying to do I think. Seems like there should be a better way.
May 8, 2010 at 4:42 am #77149In reply to: Members only
techguy
Participant@Shnooka30 You really should use s2member. There’s quite a bit to it, but it’s all very well documented and it sounds like it will do exactly what you want it to do.
May 8, 2010 at 4:35 am #77148In reply to: Members only
Shnooka30
ParticipantThanks, I did install that and there is a load of info there. Maybe ill work on that and see how it is.
This plug-in works great, however it sends users to the backend login form and not the register page. Can’t figure out how to redirect to register page.
class RegisteredUsersOnly {
var $exclusions = array();
// Class initialization
function RegisteredUsersOnly ()
{
// Register our hooks
add_action( ‘wp’, array(&$this, ‘MaybeRedirect’) );
add_action( ‘init’, array(&$this, ‘LoginFormMessage’) );
add_action( ‘login_head’, array(&$this, ‘NoIndex’), 1 );}
// Depending on conditions, run an authentication check
function MaybeRedirect() {
global $bp;
// If the user is logged in, then abort
if ( current_user_can(‘read’) ) return;if ($bp&&($bp->current_component == BP_REGISTER_SLUG ))//buddypress
return;
#’wp-trackback.php’,
#’wp-app.php’,
$this->exclusions = array(
‘wp-login.php’,
‘wp-signup.php’,
‘wp-register.php’,
‘wp-activate.php’,
‘wp-cron.php’ // Just incase
);
// If the current script name is in the exclusion list, abort
if ( in_array( basename($_SERVER), apply_filters( ‘registered-users-only_exclusions’, $this->exclusions) ) ) return;// Still here? Okay, then redirect to the login form
auth_redirect();
}// Use some deprecate code (yeah, I know) to insert a “You must login” error message to the login form
// If this breaks in the future, oh well, it’s just a pretty message for users
function LoginFormMessage() {
// Don’t show the error message if anything else is going on (registration, etc.)
if ( ‘wp-login.php’ != basename($_SERVER) || !empty($_POST) || ( !empty($_GET) && empty($_GET) ) ) return;global $error;
$error = __( ‘Only registered users can watch this site. Please register or login.’, ‘registered-users-only’ );
}// Tell bots to go away (they shouldn’t index the login form)
function NoIndex() {
echo ” n”;
}}
// Start this plugin once all other plugins are fully loaded
add_action( ‘plugins_loaded’, create_function( ”, ‘global $RegisteredUsersOnly; $RegisteredUsersOnly = new RegisteredUsersOnly();’ ) );May 8, 2010 at 4:28 am #77147In reply to: Members only
pcwriter
ParticipantTry this:
http://www.primothemes.com/post/s2member-membership-plugin-with-paypal/
s2member allows for both free and paid levels (up to 4), and you can get really creative with what you want to restrict; from simple URIs to custom conditionals, and all the way to a whole bunch of hooks & filters to play with. Oh,and it works just fine with BP. Just be sure to read the documentation… there’s a lot!
May 8, 2010 at 12:23 am #77145In reply to: Activity confusing group members?
Moominmama
ParticipantThanks @techguy. I had that disabled but what I ended up doing was also creating another set of activity files for my groups (groupactivity-loop.php, groupentry.php, grouppost-form.php) to turn off the “have news to share” or whatever the bubble says so that people can’t do announcements on the group page. That’s pushing people to post to the forums instead of posting to the groups. It’s imperfect but for now at least I think I can live with it! (And the imperfections of BuddyPress are NOTHING compared to the sheer beauty and fabulousness of it!!!!)

DawnMay 8, 2010 at 12:16 am #77144In reply to: Regular wp theme to a buddypress theme?
Josh
Participantmilleja46games.frih.org/forums
May 8, 2010 at 12:02 am #77143In reply to: Regular wp theme to a buddypress theme?
Andrea Rennick
ParticipantWell, with just “they are messed up” to go on, it’s kind of hard to give specific help.

Got a link?May 7, 2010 at 11:45 pm #77142In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Peter Kirn
ParticipantScratch that — spoke to Blaenk, and I’ll just contribute to his project. So R-a-y, if you have any more thoughts for improvements looking at that, let me know, as I’ll try to clean this all up this weekend and make it less of a hack.

The beauty of Friday evening (and maybe Mercury is no longer in retrograde), everything’s coming together.
May 7, 2010 at 11:27 pm #77141In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Peter Kirn
ParticipantFull code…
http://pastebin.com/mWUALgdD
And again, apologies if I’m a bit slow on this stuff; as I said, part of why I wanted to tackle this.May 7, 2010 at 11:17 pm #77140In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Peter Kirn
ParticipantJust tested it; that code does indeed work. I did need to then add an error display function, of course; right now that looks like this:
http://pastebin.com/v65A8mrkSome cleanup to do on CSS, but otherwise this is functioning! Thanks!
I’ll keep you posted.
May 7, 2010 at 11:17 pm #77139In reply to: Regular wp theme to a buddypress theme?
Josh
Participantbut that don’t work, when i go to the actual buddypress pages, they are messed up, they are seriously messed up and i don’t know how to fix them…….
-
AuthorSearch Results