Search Results for 'buddypress'
-
AuthorSearch Results
-
October 25, 2009 at 1:31 pm #55143
In reply to: Make your own custom BuddyPress page
21cdb
ParticipantThanks to Travel-Junkie it is now working for me.
Here is what i put in my bp-custom.php (not tested in the themes functions.php)
define('BP_EXAMPLE_SLUG', 'features');
function example_page_setup_root_component()
{
bp_core_add_root_component( BP_EXAMPLE_SLUG );
}
add_action( 'plugins_loaded', 'example_page_setup_root_component', 2 );
function bp_show_example_page() {
global $bp, $current_blog;
if ( $bp->current_component == BP_EXAMPLE_SLUG && $bp->current_action == '' ) {
// The first variable here must match the name of your template file below
bp_core_load_template( 'features', true );
}
}
add_action( 'wp', 'bp_show_example_page', 2 );It is for a features.php page which is in the root directory of the child theme.
October 25, 2009 at 10:04 am #55136In reply to: New user blog page are not working
Paul Wong-Gibbs
Keymasterbuddyin’s problem was that he was trying to use the BuddyPress theme on member blogs; it can only be used on the main blog.
October 25, 2009 at 10:04 am #55135In reply to: Make your own custom BuddyPress page
bpisimone
ParticipantI’m almost sure I’ve tried this in every possible way, but could not get it to work. Going to report Travel-Junkie’s method as well.
If you are making this a plugin, can you make sure it does work for child themes as well?
October 25, 2009 at 4:14 am #55133In reply to: Welcome Pack Email Problem
copgarden
ParticipantExcept the problem persists without welcome pack even being activated; I tested with buddypress being the only active plugin and the email broke as stated above when buddypress is activated; did not break when buddypress was inactive.
October 25, 2009 at 4:13 am #55132In reply to: Welcome Pack Email Problem
copgarden
ParticipantExcept the problem persists without welcome pack even being activated; I tested with buddypress being the only active plugin and the email broke as stated above when buddypress is activated; did not break when buddypress was inactive.
October 25, 2009 at 4:09 am #55130In reply to: Minimal, less "social" BuddyPress?
jazgold
Participantjust buy a bag of buns
there are quite a few wordpress plugins for extending user profiles…
i once used cimy extra user fields for a project, and it worked fine for my purposes. it looks like there are a bunch of options nowadays.
October 25, 2009 at 2:45 am #55128In reply to: Integration amongst multiple social sites
peterverkooijen
ParticipantI would not use Buddypress if it would force members of my sites to sign up with OpenID. Perhaps I misunderstand, but I would always want the option to make an old-fashioned closed off site with its own registration, independent of OpenID or whatever other self-appointed overseer – sure Facebook, Plaxo etc. are “all advocating that stuff”, they want to become the gatekeepers.
October 25, 2009 at 2:17 am #55127catinw12
ParticipantSorry to bother you smart and talented.
Finally found the file, which is now considered so last century since it is part of bpmember, userbar.php.
Got what I wanted. Phew, only 4 hours of work!

Good night and good luck.
Brian
October 25, 2009 at 1:28 am #55126In reply to: New user blog page are not working
Anonymous User 96400
InactiveShould get you sorted:
https://buddypress.org/forums/topic/getting-a-consistent-look
October 25, 2009 at 12:45 am #55124In reply to: Make your own custom BuddyPress page
Anonymous User 96400
InactiveTry adding this function as well as the original from JJJ.
function example_page_setup_root_component()
{
bp_core_add_root_component( BP_EXAMPLE_SLUG );
}
add_action( 'plugins_loaded', 'example_page_setup_root_component', 2 );October 25, 2009 at 12:08 am #55123In reply to: Make your own custom BuddyPress page
October 24, 2009 at 11:12 pm #55122In reply to: Make your own custom BuddyPress page
John James Jacoby
KeymasterI think I’ll make this into a downloadable plugin in the WP repo to try and ease some of the pain.
October 24, 2009 at 9:54 pm #55121In reply to: admin bar w/ WP themes on 1.1.1
fianno
ParticipantWhen I do that it doesn’t make any difference to the admin bar. Its still just a mess. Im afraid I’ll have t just start coding the css for the admin bar myself. Although I dont know if I’d be able to.
Ive upgraded to the newest buddypress version. And have made a child theme, which the admin bar working perfect in..
Its just in the normal blogs its broke and loads as a mess of links in the footer..
Any help would be appreciated. Im kinda going insane here >.<
October 24, 2009 at 3:22 pm #55113In reply to: Buddypress bar like digg bar.
Mohit Kumar
Participantwell a decent plugin would be a great for the community…if you can really help XEVO i would appreciate.
October 24, 2009 at 3:17 pm #55112In reply to: Buddypress bar like digg bar.
Xevo
ParticipantIf you know some basics in php/html and css you can easily change the buddybar into the digg bar. I myself don’t use the buddybar, so I don’t really care for it.
October 24, 2009 at 2:51 pm #55111In reply to: Minimal, less "social" BuddyPress?
David Lewis
ParticipantYeah… it’s kind of like “I’ll have a bacon cheeseburger please. Hold the cheese and bacon”. LOL. Surely there must be a simpler way just to extend user profiles than installing BuddyPress and then disabling 95% of it?
October 24, 2009 at 2:44 pm #55110In reply to: Make your own custom BuddyPress page
smuda
Participanti would totally love this feature to work!
October 24, 2009 at 1:07 pm #55107In reply to: Buddypress and wp-wishlist help
claude203
ParticipantDear lswalker85,
Yours is the same solution I am looking to implement, but after looking everywhere I had not yet been able to confirm definitively whether WPMU works with WishList and BuddyPress. Does it?
Thank you very much!
Claude
October 24, 2009 at 12:08 pm #55105In reply to: Minimal, less "social" BuddyPress?
jazgold
Participantyeah, it seems strange to turn everything off.
but i too have some things i didn’t want to appear in the interface for users – sometimes disabling leaves the button but returns a “you can’t create a new blog” message (for example).
and it’s definitely not a bulletproof solution, but what i’m doing is just hiding those buttons, forms, etc. via CSS, or removing post-load with jquery calls. it’s true that with any developer plugins, they could turn off javascript or tweak the css, but that doesn’t bother me. if they find a way to get in there and post content that no one can see, sure it’ll get added to the database… but it’s kind of like the tree that fell in the forest that no one was there to hear. other things like the toolbar at the top you can remove via plugins.
October 24, 2009 at 12:01 pm #55103In reply to: Make your own custom BuddyPress page
21cdb
ParticipantIt seems this nice little function isn’t working anymore with Buddypress 1.1, at least i tried the code in every possible location (funtions.php, bp-custom.php) without success.
It would be great if we could figure out why, because it was so simple and useful!
October 24, 2009 at 10:20 am #55104In reply to: Reporting Bugs (And If You Want To Fix Them)
Paul Wong-Gibbs
Keymasterbuddyin, this thread is not the proper place to discuss bugs; this thread is to discuss how to report bugs. Please make a new thread and provide info as per https://buddypress.org/forums/topic/when-asking-for-support.
October 24, 2009 at 10:20 am #55102In reply to: Redirects for member areas after upgrade
Paul Wong-Gibbs
Keymasterbuddyin, this thread is not the proper place to discuss bugs. Please make a new thread and provide info as per https://buddypress.org/forums/topic/when-asking-for-support.
Multiple posts don’t help you, either.
October 24, 2009 at 6:43 am #55101In reply to: member domain problem
slicktig1
Participanti’m using buddypress default theme. configured wpmu to use subdomains
October 24, 2009 at 6:40 am #55100In reply to: member domain problem
slicktig1
ParticipantI seem to have similar problem. searched forums and couldn’t find any answers. I’ve installed wpmu+buddypress in subdirectory. configured dedicated ip and wildcard record to your DNS resource records. site is hosted on godaddy.
admin is able to login and navigate to all tabs like home,blog,member,blogs,groups and forums.
users are able to login and configure home page with widgets. home page works fine. but all other tabs blog,member,blogs,groups and forums are giving same error
“The page you were looking for was not found”
pls help!!
October 24, 2009 at 12:44 am #55094In reply to: NEW Avenue K9 BP 1.1 Theme Released
Anonymous User 96400
InactiveHey Mfgmk,
I know this is a bit late to reply to your comment from two weeks ago, but I just only read it now.
You shouldn’t copy functions.php from the parent theme to the child theme. It’ll throw errors. There’s another way to get rid of that third sidebar. Create an empty functions.php file in your child theme folder (all the functions from the parents functions.php will still work). In it you put this piece of code:
function sv_remove_sidebar()
{
unregister_sidebar( 'sidebar-4' );
}
add_action( 'admin_init', 'sv_remove_sidebar' );In the above example 4 is the ID of the sidebar. If a sidebar doesn’t have a specific name to identify it with WP will give it automatically a name like sidebar-ID, which is the case with the default parent theme. Then you set the sidebar you just unregistered to display:none in your CSS file and you should be all set, plus you didn’t touch any parent theme files.
-
AuthorSearch Results