Search Results for 'buddypress'
-
AuthorSearch Results
-
April 15, 2010 at 5:59 pm #73677
r-a-y
KeymasterYou need to add !important declarations in your CSS rules since you’re trying to override the BP default’s CSS.
eg.
#header {
background: #121212 no repeat scroll 0 0 !important;
height: 88px;
min-width: 960px;
padding-top: 25px;
}This will override your #header’s background.
April 15, 2010 at 5:51 pm #73676tlachaussie
ParticipantNo, the only files in my child theme folder are style.css and functions.php
functions.php contains this…
<?php
function my_remove_bp_actions() {
remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ );
}
add_action( ‘init’, ‘my_remove_bp_actions’, 9 );
?>
April 15, 2010 at 5:33 pm #73673danbpfr
Participantyou must have a copy of header.php file in your child theme folder
April 15, 2010 at 5:21 pm #73671r-a-y
KeymasterIf you are hosting BP on Bluehost, there have been issues sending out email.
Try out the following:
https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-45772
April 15, 2010 at 5:19 pm #73670In reply to: Adding a Sign Up button
r-a-y
KeymasterIf you’re going to be modifying a template file, make sure you’ve created a child theme. Then, copy over sidebar.php to your theme’s directory and make your changes there.
This will ensure your changes will not break when you upgrade BP.
The “button” is simply a CSS class, so if you use the following in sidebar.php:
<a href="<?php echo bp_get_signup_page(); ?>" class="button">Signup</a>This will give you the same look as the register button.
April 15, 2010 at 4:29 pm #73666In reply to: BuddyPress-Links 0.4.x Releases and Support
Gianfranco
ParticipantMrMaz, the play_photo icon is terrible!
We need to find something better for the plugin.

If you want I’ll see what I wan come up with.
April 15, 2010 at 4:23 pm #73665Jeff Sayre
ParticipantStart with the Skeleton Component and the BP developer’s Codex.
April 15, 2010 at 4:04 pm #73664rich! @ etiviti
Participantoh wow – just checked a few installs, thanks for the find.
though that fix above updates the illegal_names _options table with a blank array
April 15, 2010 at 3:49 pm #73662In reply to: Adding a Sign Up button
gibbyesl
MemberHi
I have no idea what I am doing but I found this line in the sidebar.php
<?php printf( __( ‘ You can also create an account.’, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>
I have an image I want to use for users to click on and add it BELOW this text
I assume I can just copy this above line and add the correct code to display the image and paste it below this line – that’s what I need some help with
what is the correct code / path to the imageThanks
Gibby
April 15, 2010 at 3:46 pm #73661In reply to: BuddyPress-Links 0.4.x Releases and Support
Gianfranco
ParticipantNo, I am the admin of all groups, for the moment.
Thanks for checking this out.
April 15, 2010 at 3:31 pm #73658In reply to: BuddyPress-Links 0.4.x Releases and Support
MrMaz
ParticipantI just noticed that the create group link form is showing even if I am not logged in, which is bad. I think maybe you are trying to add a link to a group that you aren’t a member of, as that would not work behind the scenes.
I will get this resolved before final is tagged.
April 15, 2010 at 3:21 pm #73656In reply to: BuddyPress-Links 0.4.x Releases and Support
Gianfranco
ParticipantMrMraz, when I create a group link, the link is indeed created, but not associated to the group. Just a regular link.
Yes, it’s beta 0 .4.
April 15, 2010 at 3:01 pm #73652In reply to: How to overwrite a function?
3sixty
ParticipantOK, I think I have a lead for you.
The function you want to replace may be groups_setup_nav() which is located in bp-groups.php
I believe this is the function that decides (among other things) what the default subnav display item is.
I would first edit groups_setup_nav() to see if it works the way you think it will. If so, then undo your edit, copy the function to bp-custom.php, and rename it my_groups_setup_nav, redo the edit, and then unregister/reregister the function by adding this code to bp-custom.php:
remove_action(‘bp_setup_nav’, ‘groups_setup_nav’);
add_action( ‘bp_setup_nav’, ‘my_groups_setup_nav’ );
The remove_ and add_action SHOULD work but I may be wrong that you can simply drop the remove_action and add_action in bp-custom.php and expect it to work. This BP tutorial might explain the remove/add process better: https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
April 15, 2010 at 2:25 pm #73646Faisal Zulfiqar
ParticipantThanks Jeff Sayre
I wasnt able to login on trac before, then i figured out how to login and posted the bug in trac.
April 15, 2010 at 2:12 pm #73645MrMaz
ParticipantAny programmers out there who want to contribute to the analysis can follow the progress on the Trac wiki here https://trac.buddypress.org/wiki/NextGenApi
April 15, 2010 at 2:09 pm #73644In reply to: Buddypress and WordPress 3.0 Beta
ajohnson
MemberI’ve been using the alpha’s for 2 months and its been great so far. using sub-folders and actually running bp off of a sub-blog and not the main blog. few bugs..but overall great.
April 15, 2010 at 2:07 pm #73643In reply to: Pay to get buddy press working
Jeff Sayre
ParticipantAs this is a request for services and not an issue with BuddyPress (bug, functionality, etc.), I’m closing this thread. If you are interested in providing the requested service, you have the contact information.
April 15, 2010 at 2:04 pm #73642Jeff Sayre
ParticipantI’m closing this thread as it is on the same topic as the thread linked to by @hnla. Please post any further discussions in that thread.
April 15, 2010 at 2:01 pm #73641Jeff Sayre
Participanthnla is correct. Bringing bugs, or even potential bugs, to the dev team’s attention is always appreciated! But, it will not be investigated nor remembered if it is not added to the bug tracking system in Trac.
So, please log into Trac (you use the same credentials to do that as you do for these forums) and create a new Bug ticket.
I have deleted the other thread. I could not find a second duplicate.
April 15, 2010 at 1:37 pm #73638snails07
ParticipantI’m looking for something like this. I can’t find any ‘easy’ ways to do it. There seem to be no plugins that are specifically designed to create a business directory.
April 15, 2010 at 1:04 pm #73637Hugo Ashmore
ParticipantYou’ll probably get asked to add a ticket to Trac
I was simply pointing out that this appears to be verified as such by another thread. it wasn’t a criticism
nor am I a mod on this forum.I assume this is not an issue pre 1.2.3?
Why have you re posted this ? now three threads. A dev or mod will see this soon I guess but how about adding a critical ticket to Trac like most of are asked to do? or perhaps you have?
April 15, 2010 at 1:00 pm #73636LPH2005
ParticipantHi,
Yes, master value is set to 32M and the page you had me build forced the change to 64M. I was pretty sure the configuration changes were taking effect but your suggestion was a good one to confirm.
Right now, the test site is sitting at 256M and buddypress continues to fail on activation.
April 15, 2010 at 12:51 pm #73635Faisal Zulfiqar
Participantthis thread should be running as it contains the solution
April 15, 2010 at 12:45 pm #73634Hugo Ashmore
ParticipantTwo threads running on same subject:
https://buddypress.org/forums/topic/there-is-a-serious-bug-in-buddypress-123-signup-validation?
April 15, 2010 at 12:44 pm #73633Hugo Ashmore
ParticipantTwo threads running on same subject:
-
AuthorSearch Results