Search Results for 'buddypress'
-
AuthorSearch Results
-
September 9, 2010 at 7:30 am #91948
In reply to: What is xprofile?
imjscn
Participant@hnla, Thanks! #3 already covered in your #1 & #2 answers.
For #2, is there any reference or links to learn more about this subject?September 9, 2010 at 5:58 am #91940igoddess
ParticipantOK… where do I find “admin > options”?
I’ve got the BuddyPress dashboard dropped down and “options” isn’t an option…
September 9, 2010 at 12:56 am #91928In reply to: Buddypress pages redirect to homepage
@mercime
ParticipantI just checked out your site with Avenue K9 (BuddyPress BuddyPack) Theme. You seemed to have fixed redirect to homepage issues because I’m not being redirected to homepage at all.
September 9, 2010 at 12:55 am #91927In reply to: Help with manually adding Twitter Button
lizy
Participanthow are you My name is Miss lizy
i saw your profile at (buddypress.org) today and
i become interested in you
so here is my e-mail
adderss (lizy_oti @yahoo.com)
Plz try to send me mail so I
can give you my picture.
Yours Miss lizy.September 9, 2010 at 12:53 am #91925In reply to: Admin Bar Disapears
@mercime
Participant“I still have the issue. I changed my theme to Jooc Buddypress Theme”
If you change theme to bp-default theme, is admin bar showing up in front end? If so and it’s not showing up in the Jooc theme, and you say wp_footer hook is in footer.php of theme, then I suggest you contact Jooc theme authors.September 9, 2010 at 12:48 am #91924In reply to: Can’t find Group admin
@mercime
Participant@fillsee226, the delete button is not in the admin dashboard, it’s in the front-end.
Assuming you’re the Site/Super Admin –
Go to home page,
select on groups tab in main navigation bar,
select group you want to delete,
in group page under group avatar, select on “Admin” link in bar, then select “Delete Group”September 9, 2010 at 12:38 am #91922In reply to: Adding topic tags after topic creation?
Pisanojm
ParticipantSeptember 9, 2010 at 12:38 am #91921In reply to: Image gallery and ..
@mercime
ParticipantSeptember 9, 2010 at 12:34 am #91920In reply to: *updated* BuddyPress Groupblog – update the plug-in
paulhastings0
Participant@Nit3watch Thanks for the heads-up.
September 9, 2010 at 12:29 am #91919In reply to: Problem with sidebar position in IE7 and Mozilla
@mercime
Participant@bondjamesbond007 shaken, not stirred?

Before anything else, I see that you’re using the bp-default theme and that you’re making revisions directly on that theme. If or when you upgrade BuddyPress, any revisions you made will be overwritten. I recommend you create a child theme of bp-default theme and make your revisions in the child theme.
As for the “sidebar overlaps part of the content at its left”, this is to be expected when content exceeds maximum or minimum width as indicated in style.css where
`body {
…
max-width:1250px;
min-width:960px;
…
}`
you can instead change body width to fixed width of e.g. 980px or 1000px in your child theme’s style.css so you have a more realistic palette to place your videos, slideshows, etc.September 8, 2010 at 11:59 pm #91916In reply to: Problem with sidebar position in IE7 and Mozilla
Bond James
ParticipantMercime: I´m using BuddyPress Default 1.2.5.2 Theme. My URL is: http://www.rumbar.co/
Tks in advance for your help!September 8, 2010 at 11:37 pm #91914In reply to: Buddypress defualt install theme
govpatel
ParticipantYou need to use a wordpress 3.0 compatible theme or create a child theme based on twentyten or buddypress and use that.
September 8, 2010 at 10:15 pm #91912In reply to: Buddypress defualt install theme
Cameron
ParticipantAnyone?
September 8, 2010 at 9:50 pm #91909In reply to: field autocomplete for messages?
September 8, 2010 at 6:42 pm #91899In reply to: Dashboard problem
govpatel
ParticipantI read somewhere that buddypress can only work if you have network enabled on your wordpress as buddypress plugins activates as network try that see if it solves your problem.
September 8, 2010 at 6:32 pm #91897Tosh
Participant@travel-junkie Great thanks for the tips. I’ll try some things this week on it. How would I turn off notifications for a specific event from a general user point of view? Via My account > settings > notifications ?
September 8, 2010 at 6:00 pm #91895In reply to: Live Video StreamingEmbed
videowhisper
ParticipantMaybe this could be of use https://buddypress.org/community/groups/videowhisper-live-streaming-integration/ . Screen sharing tools can also be used with this.
September 8, 2010 at 5:57 pm #91894In reply to: Problem with BuddyPress Album+
John
ParticipantThanks, here’s the code
how do I put the stripslashes ? I’ve tried with an echo but it didn’t work.
September 8, 2010 at 5:00 pm #91886In reply to: all links are broken
zookie_333
Memberi just installed buddypress 1.2.5.2. everything else seems to work. I can klick on about and it works….
only Activity Members Groups i cant click. Wrong links? i put the file structure to default and it is still the same.September 8, 2010 at 4:09 pm #91883Boone Gorges
KeymasterThanks for the example code, @mariochampion. Action order can be a bit mystifying. I assume that your action is working because it’s getting loaded after BP is, otherwise I don’t think it would work. In any case, it’s very helpful to have more data points.
September 8, 2010 at 4:00 pm #91882In reply to: Introducing JobBoardr
rossagrant
Participant@Travel-Junkie No problem! Keep me in the loop, it’ll be a big part of my current project so I’d be really happy to test it out for ya!
Cheers!September 8, 2010 at 3:58 pm #91881In reply to: Author's posts in his profile
Roger Coathup
Participantyou can do this with your own custom activity loop.
Filter on blog posts and user ID.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
September 8, 2010 at 3:51 pm #91880In reply to: BP Forums and LaTeX (using MathJax and JsMath)
September 8, 2010 at 3:12 pm #91877mariochampion
Participantjust to add to this discussion, concerning what hook to link it to…this is what works for me. i didnt have luck with bp_setup_nav for some reason. i dont recall where i got this example, but think its bp-xprofile.php itself. this worked in both theme>functions.php and in my own mmc_functions.php which i “require()” in functions.php
just to add a hint of background, we are moving these two items to the ‘settings’ tab from the profile tab. the removing is trivial, the adding is trivial, the getting all the right functions/themes/forms called, not so much. but its done and it works.
here is the code for removing sub-tabs — aka options:
`
//removes in a structural way.. no change to bp-xprofile.phpfunction mmc_bpsetupnav_removefromprofile(){
global $bp;if ( $bp->current_component == $bp->profile->slug ) {
bp_core_remove_subnav_item($bp->profile->slug, ‘edit’);
bp_core_remove_subnav_item($bp->profile->slug, ‘change-avatar’);}//end if
}//end function
add_action( ‘wp’, ‘mmc_bpsetupnav_removefromprofile’, 2 );
`here is my code for adding them to the settings tab
`
////////////////////////////////////////////////////////////
////// functions for moving to Settings tab the editprofile/change avatar sub-tabsfunction mmc_bpsetupnav_forsettings(){
global $bp;if ( $bp->current_component == $bp->settings->slug ) {
//define ( ‘BP_XPROFILE_SLUG’, ‘settings’ );//didnt have desirable effects. left her for documentation//this is essentially a clone of xprofile-settings.php, but with tweaks to change BP_XPROFILE_SLUG references tp BP_SETTINGS_SLUG
//that way didnt change any core files, and moved it out of the upgrade stream
require_once( WP_PLUGIN_DIR.’/mmc_misc/functions_xprof_settings_mmc.php’);$profile_link = $bp->loggedin_user->domain . $bp->profile->slug . ‘/’;
$settings_link = $bp->loggedin_user->domain . $bp->settings->slug . ‘/’;//EDIT PROFILE
bp_core_new_subnav_item( array(
‘name’ => __( ‘Edit Profile’, ‘buddypress’ ),
‘slug’ => ‘edit’,
‘parent_url’ => $settings_link,
//’parent_slug’ => $bp->profile->slug, //left for documentation
‘parent_slug’ => $bp->settings->slug,
‘screen_function’ => ‘xprofile_screen_edit_profile_mmc’,
‘position’ => 50, //magic number based on current items already there in SETTINGS tab
‘user_has_access’ => bp_is_my_profile() //ADDED, NOT IN ORIGINAL WHEN IN BP-XPROFILE.PHP
) );//CHANGE AVATAR
bp_core_new_subnav_item( array(
‘name’ => __( ‘Change Avatar’, ‘buddypress’ ),
‘slug’ => ‘change-avatar’,
‘parent_url’ => $settings_link,
//’parent_slug’ => $bp->profile->slug, //left for documentation
‘parent_slug’ => $bp->settings->slug,
‘screen_function’ => ‘xprofile_screen_change_avatar_mmc’,
‘position’ => 60, //magic number based on current items already there in SETTINGS tab
‘user_has_access’ => bp_is_my_profile() //ADDED, NOT IN ORIGINAL WHEN IN BP-XPROFILE.PHP
) );}//end if
}//end function
add_action( ‘wp’, ‘mmc_bpsetupnav_forsettings’, 2 );
add_action( ‘admin_menu’, ‘mmc_bpsetupnav_forsettings’, 2 );
`note the TWO add-actions at the end. also taken from example at bp-xprofile.php. why this and not bp_setup_nav.. i dont know!
ggod luck
marioSeptember 8, 2010 at 3:10 pm #91876In reply to: BP Group Tasks Management System – demo
-
AuthorSearch Results