Search Results for 'buddypress'
-
AuthorSearch Results
-
July 29, 2009 at 11:15 pm #50312
In reply to: Only show usernames
r-a-y
KeymasterIf you want to hide the core xprofile “name” field, you’ll have to edit the /profile/profile-loop.php file in order to do this.
One way to do this is mentioned here:
https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-13243
This will hide your entire “Base” xprofile group though.
But that’s one way around it!
July 29, 2009 at 10:28 pm #50310In reply to: Upgrade confusion.
KevinHeath
ParticipantFrom the readme file.
**************************************************************************
Step 2: Add the BuddyPress plugins to your wp-content/mu-plugins directory
**************************************************************************
Drop everything into the ‘wp-content/mu-plugins/’ directory for your installation.
You do not need to activate plugins dropped into this folder.
How do I fix this without breaking the current install?
July 29, 2009 at 9:46 pm #50308In reply to: How to add new menus and tabs
plrk
ParticipantIs the eshop plugin a buddypress plugin really? If it is designed to work with WordPress, it does not hook into the menu functions etc that BuddyPress uses. Contact the author of that plugin and talk to him/her about it.
What do you mean by “menus and new tabs”? If you create a plugin, you can add custom menu items related to your plugin through various hooks (see the Skeleton Component for examples), but there are no built-in drag’n’drop functions for it.
July 29, 2009 at 7:02 pm #50305In reply to: Upgrade confusion.
Jeff Sayre
ParticipantWhich readme.txt file are you referring to?
The one that comes with BuddyPress states this in the “Installation” section:
--- Plugins: ---
1. Upload everything into the "/wp-content/plugins/buddypress/" directory of
your installation.
2. Activate BuddyPress in the "Plugins" admin panel using the "Activate Site Wide"
or "Activate" link (both work).July 29, 2009 at 6:58 pm #50304In reply to: BuddyPress and Shared Hosting
hatiro
ParticipantJeff,
Your analysis in the paragraph above outlines exactly what users can expect or aim to acheive with shared hosting. The fact that it can be installed and operated is one thing, providing a desirable user experience is another.
The restrictions on shared hosting though may allow for a WPMU installation but not provide enough flexibility for some BuddyPress plugins to work, but as you say too many variables to be discussed here.
If BuddyPress does end up supporting single-user wordpress I’m sure that the net will undoubtedly widen.
July 29, 2009 at 6:58 pm #50303In reply to: Member part doesn't exist
Jeff Sayre
ParticipantIn the first picture you linked to, it shows that you have “BuddyPress Default Member Theme (1.0.1)” installed. This is an older theme that is not compatible with version 1.0.2 or 1.0.3.
You must install the theme files that come with the version of BuddyPress that you are using.
Read the “Installation” section of the readme.txt file that comes with BuddyPress.
July 29, 2009 at 6:43 pm #50300In reply to: Member part doesn't exist
coldjippie
ParticipantI’m running WordPress µ 2.8.2:
You are using WordPress MU 2.8.2.
I don’t know the version of BuddyPress but I downloaded the latest one (at this site)
July 29, 2009 at 6:40 pm #50299In reply to: Member part doesn't exist
Jeff Sayre
ParticipantWhich version of WPMU are you running?
Which version of BuddyPress?
July 29, 2009 at 6:27 pm #50298In reply to: Member part doesn't exist
coldjippie
ParticipantNothing works and I’m sad

I’ve taken photos:
The settings of BuddyPress in WordPress µ Admin
This should be the member page with a list of all members:
And the same look if I click on “Blog”, “Groups” or “Blogs”: (look at the adress bar)
And I get this if I click on the “admin”-link in the upper right corner:
July 29, 2009 at 6:03 pm #50297In reply to: BuddyPress Showoff: Post your links
altaran
ParticipantThe showcase site Wannanetwork’s community is down, there’s a news posting saying that they “have pushed the limits of WordPress” and that they are experiencing server problems.
I’d like to have Maxaud’s feedback on BP after running what seems to be a pretty high traffic site for months.
As for the “Showcase”, it deserves a cleanup, many sites are down
July 29, 2009 at 5:38 pm #50295In reply to: Member part doesn't exist
Jeff Sayre
ParticipantLog into WPMU as the Site Administrator.
Go to “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”. Select the default BP member theme.
Then hit the “Save Settings” button.
July 29, 2009 at 5:28 pm #50293In reply to: Example / Skeleton Admin options pane
Jeff Sayre
ParticipantIt depends on what your plugin does, but in general, I would assume that BuddyPress plugins that have options a site admin can set would be listed as a submenu under the BuddyPress menu grouping.
In add_submenu_page( ), just make sure to set the first parameter to ‘bp-core.php’ if you want it to appear under the “BuddyPress” menu grouping. If you want the menu to instead appear under the “Site Admin” menu grouping, you would then set the first parameter to ‘wpmu-admin.php’.
July 29, 2009 at 5:24 pm #50292In reply to: Example / Skeleton Admin options pane
azznonimous
ParticipantI’ve seen that this:
bp-example-admin.php:
add_action( 'admin_menu', 'bp_example_add_admin_menu' );This add_action is right after the definition of the same bp_example_add_admin_menu function.
From my understanding, once the require at the bp-example page is called, the add_action executes the function, am I right ? if so this doesn’t work, however, if I call bp_example_add_admin_menu right after the require it works fine loading the menu option right under the BuddyPress pane.
This is the propper behaviour ?
July 29, 2009 at 5:01 pm #50291In reply to: Example / Skeleton Admin options pane
azznonimous
Participant… by the way, the skeleton/example admin options should appear under the WPMU > BuddyPress pane, right ?
July 29, 2009 at 4:52 pm #50288In reply to: Example / Skeleton Admin options pane
Jeff Sayre
Participantrequire ( WP_PLUGIN_DIR . '/bp-example/bp-example-admin.php' );Checking WP_PLUGIN_DIR returns a full path that looks like it’s the key of all the problem. If I use just
require ( 'bp-example/bp-example-admin.php' );the require looks to work
Make sure your component is in /wp-content/plugins/ and not /plugins/buddypress/. If you do that, then using WP_PLUGIN_DIR will lead to the correct pathing.
July 29, 2009 at 4:24 pm #50285In reply to: BuddyPress Showoff: Post your links
José M. Villar
Participant@graduatebuddy if you press the “freshness” link which shows at the forums section it will take you directly to the last post (yours).
If you are at the beginning of this thread or at any page, just go to the top part where it shows how many msgs and voices and next to it shows the links to the latest reply and who made it (yours in my case)
July 29, 2009 at 4:16 pm #50283José M. Villar
ParticipantWell Oliver, you´d better setup a reminder because it is pretty likely there won´t be any updates of FB-connect PI unless some other developer continues with it.
Any himself (who originally adapted it) made very clear that it is not one of his priorities, and we must respect that as he is the only person 100% devoted to Buddypress.
July 29, 2009 at 4:06 pm #50281Tracedef
ParticipantSounds like possibly this is related to BP plugin…. I would try installing buddypress with NO BP related plugins and then install them one by one to troubleshoot….. if you find one that causes white screen, then delete it via ftp and you should be able to undo white screen… let us know if you come up with anything……
July 29, 2009 at 4:00 pm #50280In reply to: BuddyPress and Shared Hosting
Jeff Sayre
Participanthatiro-
The reason that the specific question of the OP is a WPMU issue is that he was asking whether a shared hosting account will be sufficient to run BP. Since BuddyPress is a WPMU plugin, what matters, then, is whether WPMU can successfully run on a shard hosting account.
I provided several links for him to begin his education.
In short, of course you can install WPMU + BP + bbP on many shared hosting accounts. But, whether that will provide a desirable user experience or support more than a few 10s to 100s of active users depends on too many variables to be discussed here. The underlying functionality of WPMU is paramount to the overall site functionality. If your site’s access to server resources is too limited, you will have issues quickly.
Perhaps once BuddyPress supports single-user WordPress, the options for hobbyists, as you call them, will be better.
July 29, 2009 at 3:57 pm #50279peterverkooijen
ParticipantThanks for responding DJPaul!
I guess the hook would be this:
Runs when a user’s profile is first created. Action function argument: user ID.
Or maybe this?
Runs before a new user registration request is processed.
I have a wish list of things I need to do with input from the registration form:
1. synchronize fullname with wp_usermeta firstname + last name
2. autogenerate username/blogurl from fullname
3. add new user to the ListMessenger mailing list
They all require taking input from the registration form, processing the input and then storing the results in specific database tables. I’m trying to puzzle together one or more plugins to do that.
July 29, 2009 at 3:49 pm #50278In reply to: replacing wordpress with mu and buddypress
Jeff Sayre
ParticipantInformation on upgrading single-user WP to WPMU can be found on the WPMU forums.
As far as this question:
I have a good many members and would like to know how to add them as a community member or does this automatically do this on install?
BuddyPress does not do any importing of your existing members. There is a plugin that can help though: https://wordpress.org/extend/plugins/user-import-for-buddypress-all-fields/
I am not sure if that plugin is yet compatible with 1.0.3.
July 29, 2009 at 2:55 pm #50275advinci
ParticipantOk… I reverted the chaos, still some words aren’t translated in the template.
You can see here the words that don’t appear to be translated although they are: http://blogi.ee/groups
For example: Groups Listing, Members, etc
And the BP language file here: http://blogi.ee/wp-content/plugins/buddypress/bp-languages/buddypress-et_ET.mo
July 29, 2009 at 2:31 pm #50269In reply to: Upgrade confusion.
plrk
ParticipantHave you installed BuddyPress in the “plugins” folder or the “mu-plugins” folder?
July 29, 2009 at 2:30 pm #50268plrk
ParticipantIt may be so that the translation functions for these strings are missing in your releases. You should update to WPMU 2.8.1 (or 2.8.2) and BP 1.0.3 anyways.
WPMU translation files should reside in:
wp-content/languages/and BP translation files should reside in:
wp-content/plugins/buddypress/bp-languages/If you’d like more help, please provide a link to the language files you are using, and where and what strings are not translated.
July 29, 2009 at 2:21 pm #50267In reply to: One more Thumbnail in the menu
rickgoz2009
ParticipantThank you for your answer.
Yes I put it in header.php
But this is MY link:
<li> <a href="http://***.com/register/" title="register">register</a></li>And this is the ORIGINAL link THEME:
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>In the last one, we have CSS if the page GROUPS is activ
For MY link I have no CSS. And if I put it, it’s always activ
You understand what I mean?
Thank you to devote time to me
-
AuthorSearch Results