Search Results for 'buddypress'
-
AuthorSearch Results
-
November 4, 2010 at 11:09 pm #97506
In reply to: Privacy breach on my BP install, need help please
paulhastings0
ParticipantFirst of all I would change it back to the “full name” field until you figure this out.
What versions of WordPress and BuddyPress are you using?
November 4, 2010 at 11:04 pm #97505In reply to: Search like on this site
paulhastings0
ParticipantNot quite, but here’s how to do it: http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
November 4, 2010 at 10:31 pm #97504November 4, 2010 at 10:08 pm #97499In reply to: Removing the adminbar padder in child theme
liveview
Member../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css is my @import url
November 4, 2010 at 10:05 pm #97497In reply to: Removing the adminbar padder in child theme
Hugo Ashmore
ParticipantAre you sure your @import paths are correct, are you actually calling the right adminbar.css? There are only a few rulesets that will govern these dimensions, Firebug is a extension for Firefox that will allow you to observe which rulesets are applied to an element when you hover the element in the viewport.
November 4, 2010 at 8:59 pm #97488kelly weaver
ParticipantI’m having the same problem. I was able to fix the problem in order to display site-wide groups in the footer of a profile page, but it did not work for displaying members. Below is the code that worked to show groups:
`<?php $args = array(
‘type’ => ‘random’,
‘user_id’ => ‘false’
);
if ( bp_has_groups( $args) ) : ?>` …The codex says you can set user_id to “false”, but it hasn’t worked for me. If the profile you are viewing has no friend connections, no members appear?
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/November 4, 2010 at 8:33 pm #97483In reply to: Modifying / Customising the registration process
wgsgator
MemberI would like to know if there is ANY way to add code to the registration page ( /register )
I want to include code that will automatically take information from the /register page and have it not only register the person on my buddypress site, but also to another site located on another domain.
I have the code that will do what I want, but I can not figure out how to insert it into the “FORM” of the /register page. BuddyPress does not give you a way to add a profile “field” to the registration page that is “hidden” and I need to include a hidden tag into the registration form.
ANY Suggestions???
Gator
November 4, 2010 at 8:27 pm #97481Boone Gorges
Keymaster@clarklab Do you have access to the database? Have the wp_bp_ tables been created properly? If not, try deactivating BP and then switching it back on.
November 4, 2010 at 8:25 pm #97480In reply to: Forum outside of any group?
clarklab
MemberThanks for the quick response. Just found out I can’t create a group either, might have a bigger problem than I realized…
November 4, 2010 at 8:23 pm #97479In reply to: being notified of everything as an admin
Boone Gorges
KeymasterIt’s not possible with a default installation of BuddyPress. While it could be built without too much trouble, I am not aware of a plugin that allows admins to receive these kinds of notifications, either.
November 4, 2010 at 8:18 pm #97473In reply to: New Buddy press for Band
Boone Gorges
KeymasterFor the first stage of the process (blog, feeds, twitter integration) BuddyPress is overkill. WordPress by itself will be great for this purpose.
If you want forums and other social features, BuddyPress will be a good option. The best place to start is by installing BP on a test installation, playing around with it and asking questions in these forums. Good luck!
November 4, 2010 at 8:16 pm #97471In reply to: I need a Great php Tutorial site
Boone Gorges
KeymasterI learned PHP by trying to build something. Find a BuddyPress or a WordPress plugin that does something small but interesting, and pick it apart. Try to modify it to do something similar.
November 4, 2010 at 7:55 pm #97466In reply to: Alumni membership site customizations
Ehegwer
ParticipantPretty easy. Just create some custom registration fields for each of the categories you want to collect. You can make them mandatory if you want, too.
Then to make things private you can use the BuddyPress Private Community plugin, and that would prevent prying eyes from seeing things they shouldn’t.
November 4, 2010 at 7:47 pm #97464In reply to: please help me understand a wordpress/BP feature
ovizii
Participantok so the Wp one would be the username and the BP one whatever I want? still I think its unnecessary.
btw. where can I read more about this supposedly synchronization between the WP and BP profiles?
I mean this is not activated so what gets synchronized and when? `Disable BuddyPress to WordPress profile syncing?:`November 4, 2010 at 7:23 pm #97461In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@hnla I’ve replied to the trac
November 4, 2010 at 7:07 pm #97460In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@modemlooper the cause for custom link nav items not getting the style for the “selected” page is as a result of _wp_menu_item_classes_by_context() in WP Core, which is doing what it’s meant to do.
There’s no good hooks or filters we can use. We’re going to need to style
ul#nav li.current-menu-itemthe same asul#nav li.current_page_item. We can change the selector on line 150 of the CSS file. Anyone see any problems with styling current-menu-item?November 4, 2010 at 7:03 pm #97459In reply to: Theme designers: contribute to core
Hugo Ashmore
ParticipantPatch added: https://trac.buddypress.org/ticket/2691
November 4, 2010 at 6:19 pm #97457In reply to: Member profile buttons unavailable
November 4, 2010 at 6:18 pm #97456intimez
ParticipantThanks to @mercime for pointing me here
@hotforwords
Here’s what I did (hope I didn’t skip anything)
-On line 35 of bb-template-pack.php I changed bp-js to dtheme-ajax-js
-copy line 24 through 36 in functions.php and paste in bp-template-pack.php (line 36)That’s it? Do I need to update any else in bp-template-pack?
November 4, 2010 at 6:14 pm #97455In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@hnla Patches welcome
November 4, 2010 at 6:04 pm #97454oneguru
ParticipantThe specif problem after a new user registers on the site they are not receiving an activation email to complete the process.
Yes, it is on a multisite and I haven’t done anything significant other than install buddypress and activate the buddypress theme.November 4, 2010 at 4:58 pm #97451In reply to: On SubDomain Blogs – SOME Avatars Not Displaying
teebes
ParticipantHmm, now that you mention it I’m seeing the same thing on my subdomain blogs (using a rev of 2010 theme on subblogs, wih bp-default/minor child customizations on my main site). Gravatars still show up, but not user defined avatars. My most notable change as of late has been BP 1.2.6.
@topracer, what bp rev are you running?
November 4, 2010 at 4:43 pm #97449In reply to: Member profile buttons unavailable
@mercime
Participant@intimez – check out @hotforword’s fix/upgrade to BP Template Pack – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-template-pack-and-buddypress-1-2-6-things-break-but-i-have-a-solution
November 4, 2010 at 4:03 pm #97440In reply to: Rewrite the member page
John
ParticipantThanks @modemlooper ! I’ve put `define ( ‘BP_ENABLE_ROOT_PROFILES’, true );` in my wp-config but nothing happened ! Did I miss something ?
Here’s my organization :
http://127.0.0.1/mymainsite/
http://127.0.0.1/mymainsite/network/
http://127.0.0.1/mymainsite/network/members/testmember/November 4, 2010 at 3:58 pm #97439In reply to: please help me understand a wordpress/BP feature
modemlooper
ModeratorIt’s no different than say twitter where you have your @username and then Joe User on your profile
-
AuthorSearch Results