Search Results for 'buddypress'
-
AuthorSearch Results
-
August 10, 2011 at 8:49 pm #118162
Nahum
ParticipantI’m revisiting this thread only because it happened to me again and the wp_bp_user_blogs table goes crazy with adding the superadmin to all sites and makes some subscribers of site as belonging to the site. And then some sites disappear from the table all together making them not appear in the My Blogs menu.
I came across these this week and I couldn’t help to think they might be related to this.
https://buddypress.trac.wordpress.org/ticket/3328
https://buddypress.trac.wordpress.org/ticket/2964What does the wp_bp_user_blogs responsible for exactly? is it to assign blogids to userids that are admin of that site, or any role on the site?
August 10, 2011 at 8:42 pm #118161In reply to: BuddyPress 1.5 user fullname save/show errors
Boone Gorges
KeymasterWhen’s the last time you svn upped your installation? Or are you using one of the BP 1.5 betas? I’ve been told that this issue has been identified and fixed since BP 1.5-beta-2: https://buddypress.trac.wordpress.org/ticket/3469#comment:1
August 10, 2011 at 8:34 pm #118160In reply to: Many errors pop up when i activate Buddypress
JHMProject
MemberThank you Paul. Much Appreciated. I turned off the WP_Debug and it worked.
I look forward to 1.5. Now to figure out how to integrate Achievements and a way to use Facebook authorization to let people sign up for the social network.
August 10, 2011 at 8:33 pm #118159In reply to: BuddyPress 1.5 user fullname save/show errors
Boone Gorges
Keymasteroops, you answered my question before I asked it

Yes, that sounds like a bug. I have opened a Trac ticket, which you can follow for updates: https://buddypress.trac.wordpress.org/ticket/3469
August 10, 2011 at 8:31 pm #118158In reply to: BuddyPress 1.5 user fullname save/show errors
Boone Gorges
KeymasterI was not able to reproduce either issue. When new users sign up, their display name is correct. And data is correctly synced back and forth between display_name and the BP name field.
Have you changed the name of your Full Name field? What did you change it to?
August 10, 2011 at 8:05 pm #118157In reply to: [Resolved] Trying to modify the group loop
sdls
Memberthat totally helped me @boonebgorges thanks!.
I’m trying to do something quite similar to Von. My goal is to create a new page, just like the
buddypress forumns / groups / achievements setup where you have a table of contents with “view all” and “my ____”.Trying to integrate post content with this same setup…. sort of a “Browse all Posts” … “Browse My Posts”…. in the same format. This is both to take advantage of those nice little ajax togglers that modify the loop based on the ajax query…. but also to maintain visual consistency across the site.
Using page templates a new table of contents has been created for these posts “post/index.php” and “post/post-loop.php” using the exact same HTML and CSS as the BP template…. so it looks good… same format..
So…. you can toggle between “All Posts” and “My Posts”… but of course, the HTML and
id’s are hooked into the original ajax loop mods for forumn/index.php, so when you click on it it loads the original loop for “All Forumns” and “My Forumns”.So first off…. trying to understand the Ajax call FROM the page… and I need to create a NEW one that triggers “All Posts” and “My Posts” correctly when the links are clicked on… Looking through bp_dtheme_ajax_querystring() in bp-themes/bp-default/_inc/ajax.php… wow this looks complicated.
creating another action?
add_action( ‘wp_ajax_posts_filter’, ‘bp_dtheme_object_template_loader’ );ANy help would be greatly appreciated!
August 10, 2011 at 7:52 pm #118156In reply to: Many errors pop up when i activate Buddypress
Paul Wong-Gibbs
KeymasterTurn of WP_DEBUG, or lower your PHP warning settings, or wait a couple of weeks to get BuddyPress 1.5, where we’ve fixed all these issues.
August 10, 2011 at 7:17 pm #118155juanmaguerrero
Participant@foxly oops, my mistake, jet events seems to activate fine but the event creation system appears to be broken. I can see my “appointed to” events and else but not access the main creation page/list. sorry!
August 10, 2011 at 6:48 pm #118154juanmaguerrero
Participant@foxly I can see in your spreadsheet that Jet Events System is listed as “fail” to work with BP 1.5, but I just tested it and it works fine for me
perhaps the tester forgot to click on “update database/templates” buttons? can you clarify this? thanks!August 10, 2011 at 6:36 pm #118153In reply to: support forum
matuh
ParticipantI want bbPress and BuddyPress to work simultaneously. I can get bbPress to work OK, but when I install BuddyPress, it’s not working anymore. Tried the Forums setup in BuddyPress admin, but it doesn’t do anything.
Would like to have the same system as: http://testbp.org/discussion/August 10, 2011 at 6:05 pm #118149@mercime
Participant== Then what is the problem with BuddyPress Enabled site? ==
Nothing. “Site Creation Wizard” plugin hasn’t been updated since WP 3.0.4 and while it may work for you in current WP version, the BP version then was 1.2.6/1.2.7 and a lot has been changed since those versions to current BP 1.2.9.
Have you posted this in WP.org forums or contacted plugin author?
August 10, 2011 at 5:38 pm #118148In reply to: Login Issues Redirect and Homepage
Caderial
ParticipantI don’t have any Caching plugins installed if that’s what you mean, otherwise i haven’t made any changes to anything on the default wordpress or Buddypress install. Should i be using some sort of Cacheing? Might this resolve my issue?
August 10, 2011 at 4:55 pm #118144In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
ParticipantI found what’s triggering the Issue. I had changed the names of the profile fields from the admin menu (which should not break this anyway
). Changed the Profile Field Group “Base” and the default input “Name” for “Info” and “Full Name” respectively. That broke the saving data system.Hope the core developers cant fix this, thanks!
August 10, 2011 at 4:35 pm #118143In reply to: How to add more tabs to the navigation bar
@mercime
ParticipantCreate a BP child theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
Copy over header.php from bp-default theme to your new child theme folder
Open up header.php and make changes there, save and upload child theme folder to server and activate.
August 10, 2011 at 4:26 pm #118141In reply to: How to add more tabs to the navigation bar
Chido
MemberI’m using BuddyPress default.
August 10, 2011 at 1:26 pm #118133In reply to: Change single tab colour
Prince Abiola Ogundipe
Participantthank @mercime just done this by adding class and ref it in css
August 10, 2011 at 9:59 am #118125Sofian J. Anom
Participant@DJPaul , I’ve make a ticket: https://buddypress.trac.wordpress.org/ticket/3467.
You’re welcome.August 10, 2011 at 8:09 am #118124Paul Wong-Gibbs
KeymasterThat does exist in BP 1.5.
Did you somehow switch the theme to BP-Default *before* activating the plugin? Or, after activating the plugin, did you complete the BuddyPress set up wizard? (it should have displayed a note at the top of the screen after activating the plugin, with a link)
August 10, 2011 at 7:54 am #118123In reply to: how to remove a page from buddypress nav menu
porkchops1987
MemberI have to go now, but I will post later on when I get back to this. Thanks for your help so far
really appreciated!August 10, 2011 at 7:31 am #118122In reply to: how to remove a page from buddypress nav menu
@mercime
ParticipantGo to pastebin.com and paste the code there. Click submit and post the generated URL here. Cheers.
August 10, 2011 at 7:29 am #118121In reply to: Is there a plugin that…
modemlooper
ModeratorNo plugin for BuddyPress that has this function and I doubt anyone ever will create it. Very specific need.
August 10, 2011 at 7:16 am #118120In reply to: how to remove a page from buddypress nav menu
porkchops1987
MemberSome of code in the post got erased sorry!
August 10, 2011 at 7:16 am #118119In reply to: how to remove a page from buddypress nav menu
porkchops1987
MemberThanks for your reply i started with a new theme and was able to just comment them out. I have now coded in one of the pages where i want it (in front of members) and i have used a plugin to remove the WordPress created page (of same name). However now when i select it it does not indicate on the menu as being the currently selected page.
( bp_is_page( BP_PROJECTS_SLUG ) ) : ?> //i think this statement is wrong because —->
THIS DIDNT WORK PROPERLY I HAD TO CODE IN LINK MANUALLY
<li class=”selected”>
<a href="//” title=””>MANUALLY
<li class=”selected”>
<a href="/projects/” title=””>( bp_is_page( ‘projects’ ) ) : ?>
( bp_is_active( ‘projects’ ) ) : ?>
i tried all these conditions but it still doesnt work.
i have also used this code in my functions.php (its from another forum post, maybe i havent used it right?) —->
<?php
/*Define slugs*/
define(‘BP_PROJECTS_SLUG’, ‘projects’); /* this will show up as http://yourdomain.com/projects *//*Add slug as a root component*/
function page_setup_root_component()
{
bp_core_add_root_component( BP_PROJECTS_SLUG );
}
add_action( ‘plugins_loaded’, ‘page_setup_root_component’, 2 );/*Show defined slug*/
function bp_show_page() {
global $bp, $current_blog;if ( $bp->current_component == BP_PROJECTS_SLUG && $bp->current_action == ” ) {
bp_core_load_template( ‘projects’, true ); /*replace example with the name that of the template you upload*/
}
}
add_action( ‘wp’, ‘bp_show_page’, 2 );/*For extra functionality you can add a title for that page*/
function page_titles( $title, $b ) {
global $bp;if ( $bp->current_component == BP_PROJECTS_SLUG && $bp->current_action == ” ) {
$title = __( ‘Projects’, ‘buddypress’ ); /*change Example with what you want the title of your page to be*/
}
return $title;
}
add_filter( ‘bp_page_title’, ‘page_titles’, 10, 2 );?>
August 10, 2011 at 6:54 am #118118Paul Wong-Gibbs
KeymasterIf BuddyPress is activated sitewide, I guess BuddyPress should prevent access to any non-root site’s registration page. If it doesn’t, please would you make a ticket on http://buddypress.trac.wordpress.org so we can get it looked at in a future release. Thanks
August 10, 2011 at 6:35 am #118116In reply to: how to remove a page from buddypress nav menu
@mercime
Participantdelete activity
`
<li class=”selected”>
<a href="//” title=””>`
and groups link
`<li class=”selected”>
<a href="//” title=””>
`Or, you might consider changing main navigation to a custom menu http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus
-
AuthorSearch Results