Search Results for 'buddypress'
-
AuthorSearch Results
-
July 30, 2013 at 6:09 am #169068
In reply to: Converting Buddypress 1.8 to Bootstrap
Hugo Ashmore
ParticipantWe ran through an exercise in unbinding many of the jQuery selectors from elements so that scripting was tied to classes rather than specific markup structure to allow for re-factoring of markup, so you ought to be able to structure markup as you wish but just pay close attention to IDs & Classes which must be preserved.
July 30, 2013 at 3:16 am #169065In reply to: Register Page Blank in Latest Version (1.8)
leonardlapena
Participanteven w/ the twenty twelve theme my register page is blank. I’m running wordpress 3.5.2 and buddypress 1.8. any suggestions? my site is mpowerlive.com
July 30, 2013 at 3:05 am #169064@mercime
Participant@whitewolf1988 unfortunately, we do not have access to the premium theme nor your site to check if BP JS is enqueued or not, among other things. There are just too many variables to keep guessing what’s wrong with your theme’s compatibility with BP. The best place to to ask is at theme author’s site. If the theme author cannot help you at this time, think what would happen if theme development stops and you’re stuck with the theme and WordPress version it’s compatible with. Know that some premium themes lock you in so much so that if you try to change themes in the future, some content won’t show up anymore.
July 30, 2013 at 2:22 am #169063In reply to: Notification Messages
martin@easywebsites.ky
ParticipantI was able to add notification message.
I added this code in bp-activity-functions.php
case ‘request_accepted’:
$activity_id = $item_id;
$poster_user_id = $secondary_item_id;
$at_mention_link = bp_loggedin_user_domain() . bp_get_activity_slug();
$at_mention_title = sprintf( __( ‘@%s Mentions’, ‘buddypress’ ), bp_get_loggedin_user_username() );if ( (int) $total_items > 1 ) {
$text = sprintf( __( ‘You have %1$d pet requests’, ‘buddypress’ ), (int) $total_items );
$filter = ‘bp_activity_multiple_at_mentions_notification’;
} else {
$user_fullname = bp_core_get_user_displayname( $poster_user_id );
$text = sprintf( __( ‘%1$s accepted your pet request’, ‘buddypress’ ), $user_fullname );
$filter = ‘bp_activity_single_at_mentions_notification’;
}
break;my problem is I need to remove the notification once clicked.
Do you know where it is triggered?
July 30, 2013 at 1:38 am #169061marcusyong
ParticipantI strongly suggest if buddypress can provide a function, which can help filter activity through itme_id or sencondary_item_id?
who can help me solve above problems?
your reply is highly highly highly appreciated.
thanks!!!!July 30, 2013 at 12:28 am #169059In reply to: WooCommerce and buddypress
joeyrudi
ParticipantThere is an extensive article on setting up BuddyPress and WooCommerce on xd3v. Might be helpful.
July 29, 2013 at 11:42 pm #169057In reply to: Buddypress User Comments
@mercime
Participant@rimoreno I suggest testing in development site before implementing in live/production site.
July 29, 2013 at 11:41 pm #169056In reply to: Converting Buddypress 1.8 to Bootstrap
@mercime
Participant@jtm21 check out how unsal did it this WP theme compatible with BP and built on Bootstrap https://wordpress.org/themes/firmasite
July 29, 2013 at 11:40 pm #169055In reply to: Buddypress User Comments
rimoreno
Participantwow thanks for this. I will go ahead and implement this.
thanks!
July 29, 2013 at 11:36 pm #169054In reply to: Buddypress User Comments
@mercime
Participantto allow users to comment on other userโs pages?
something like this http://buddydev.com/buddypress/buddypress-activity-as-wire-updated-for-buddypress-1-6-buddypress-1-7/
July 29, 2013 at 10:51 pm #169048In reply to: Converting Buddypress 1.8 to Bootstrap
r-a-y
KeymasterI would follow #2 – Only override the template files that you need.
Keep in mind that the markup in the template files are quite specific to the JS. So that’s something that you’ll have to consider when changing the markup.
July 29, 2013 at 10:44 pm #169046r-a-y
KeymasterHi Roger,
Yes, you should try and follow how the BP components do it.
View the BP_Activity_Theme_Compat class:
https://buddypress.trac.wordpress.org/browser/tags/1.8/bp-activity/bp-activity-screens.php#L317And try and emulate that in your plugin. This is only for theme compat. That does not handle bp-default.
If you want to support bp-default themes as well, let’s use the activity component again as an example.
Check out bp_activity_screen_index():
https://buddypress.trac.wordpress.org/browser/tags/1.8/bp-activity/bp-activity-screens.php#L13That adds support for bp-default. In that example, bp_core_load_template() tells BuddyPress to look for a template called ‘activity/index.php’ in your theme’s directory. If such a template exists, it will load it up the bp-default way.
If it doesn’t, then BuddyPress will try and fallback to theme compat, which is where the BP_Activity_Theme_Compat class comes in for the activity component.
Hope that clarifies things.
July 29, 2013 at 10:14 pm #169044In reply to: [Resolved] bp-default sidebar login not working
rishraj
ParticipantJuly 29, 2013 at 9:25 pm #169040whitewolf1988
Participant@jigesh Hi and thanks for your reply. The site is on my localhost not live so if you have links or other info that would help I will be gratefull. Thank you for your help!
July 29, 2013 at 9:21 pm #169039makbeta
Participant@joerob101 have you tried Genesis Connect for BuddyPress? https://wordpress.org/plugins/genesis-connect-for-buddypress/
It helped me get BP running on a Genesis subtheme.
July 29, 2013 at 6:09 pm #169032In reply to: No "buddypress" in Theme Options
junithorn
Participant@mercime Hey thanks a ton for the reply.
I haven’t hardcoded the link, do you think updating may fix this? I only hesitate because of changes i have made in the back end.
July 29, 2013 at 2:30 pm #169025In reply to: Best way to enable facebook login?
Tux Kapono
ParticipantAny update on what Facebook plugins work best? We never did install one because none seemed to cover Facebook/Twitter/Google at the same time, so we decided to just use Facebook.
Is it possible to have the plugin be compatible with a BuddyPress registration page where we have additional required questions, like zip code, etc for instance? Here’s what we have right now: destinationli.com/register.
July 29, 2013 at 2:04 pm #169024In reply to: [Resolved] Buddypress registration
Jigesh
ParticipantGreat! its my pleasure sir!. ๐
July 29, 2013 at 2:02 pm #169023In reply to: [Resolved] Buddypress registration
KenStanSmith
ParticipantYeee, it worked! I owe you mannn! God bless you!
July 29, 2013 at 1:58 pm #169022In reply to: [Resolved] Buddypress registration
Jigesh
ParticipantNo your permalinks structure is not updated , please choose POST NAME as your permalinks structure and than update.
July 29, 2013 at 1:52 pm #169021In reply to: [Resolved] Buddypress registration
KenStanSmith
ParticipantI updated permalinks structure and the same result ๐
July 29, 2013 at 1:43 pm #169020In reply to: [Resolved] Buddypress registration
Jigesh
ParticipantPlease go to settings –> permalinks & update permalinks structure again and than give a try will work 100% , thanks.
July 29, 2013 at 1:41 pm #169019In reply to: [Resolved] Buddypress registration
July 29, 2013 at 1:31 pm #169018In reply to: [Resolved] Buddypress registration
Jigesh
ParticipantPlease send me your site URL in message, thanks.
July 29, 2013 at 10:44 am #169013In reply to: How to make my theme work with buddypress 1.8
zerosit
ParticipantTks for taking the trouble to reply in such great details, hugo.
I’ve forwarded this to the developer for reference. I guess this issue is way beyond my limited knowledge to resolve; I’ll just have to wait for him to resolve it then.
Thanks again for your professionalism in handling this matter.
best regards,
eric -
AuthorSearch Results