BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: voting / polling plugin #46286

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Pro – Custom field types #46285

    Hi Nik,
    Thank you.

    We will be able to look at it after the release of the BuddyBlog Groups adodn.

    If you want to create a field yourself, Please take a look at our implementation in buddyblog-pro/core/fields.

    You can create a cusotm field type and register them using the filter ‘bblpro_registered_field_type_classes’

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Gallery Counter in Groups Tab Bar #46284

    Hi Maurice,
    Please open mediapress/modules/buddypress/groups/mpp-bp-groups-group-extension.php

    In that file, on line 29, just before args, please add the following code

    
    			if ( bp_is_group() ) {
    				$count = mpp_get_gallery_count( array(
    					'component'    => 'groups',
    					'component_id' => groups_get_current_group()->id,
    				) );
    			} else {
    				$count = 0;
    			}
    
    

    and then in the args, on line 29, Please change this

    
    'nav_item_name'     => __( 'Gallery', 'mediapress' ),
    

    to

    
    'nav_item_name'                => sprintf( __( 'Gallery <span>%d</span>', 'mediapress' ), $count ) ,
    

    That would do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Thank you Cristi.

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: BuddyPress Group Tabs- Nesting existing tabs? #46281

    Hi Michael,
    Thank you for being a valuable member.

    This is a limitation of BuddyPress/BuddyBoss. Their url is bound with callback and if we try to change that It does not work.

    The reason is BuddyPress/BuddyBoss uses the slug part in the url for action/componets instead of having something else to deremine the current state.

    I am very sorry about this but this is currently a limitation imposed by the base plugin and there is not much we can do.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: voting / polling plugin #46280
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: voting / polling plugin #46278

    Hi,
    Thank you for the question.

    At the moment, I am not aware of a good plugin that meets all your needs.
    We don’t have any plan for something like this in next couple of months as our timeline is filled with a lot of projects.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Fain,
    Thank you for checking out. It will be available in next 2 weeks. It is coming within the schedule I specified previously.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Tosin,
    The hook you are using is no longer available in the plugin. I will have another look next week before publishing and will add the hook back and update you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Cristi,
    We will be looking at the attachment issue in general(BuddyBlog Pro) next week. It seems to have no co-relation with the Pay Per Post.

    Regards
    Brajesh