This topic has 2 replies, 2 voices, and was last updated 8 years by Camyen.

  • Author
  • #70706
     Camyen
    Participant

    Hello there,

    May I request a plugins.php (/wp-content/themes/kleo/buddypress/members/single/plugins.php) file from yours? I modified the file by accident.

    Thanks in advance.

    #70713
     sharmstr
    Moderator
    COPY CODE
    
    <?php
    /**
     * BuddyPress - Users Plugins Template
     *
     * 3rd-party plugins should use this template to easily add template
     * support to their plugins for the members component.
     *
     * @package BuddyPress
     * @subpackage bp-legacy
     */
    ?>
    
    		<?php do_action( 'bp_before_member_plugin_template' ); ?>
    
    		<?php if ( ! bp_is_current_component_core() ) : ?>
    
    		<div class="item-list-tabs no-ajax" id="subnav">
    			<ul>
    				<?php bp_get_options_nav(); ?>
    
    				<?php do_action( 'bp_member_plugin_options_nav' ); ?>
    			</ul>
    		</div><!-- .item-list-tabs -->
    
    		<?php endif; ?>
    
    		<h3><?php do_action( 'bp_template_title' ); ?></h3>
    
    		<?php do_action( 'bp_template_content' ); ?>
    
    		<?php do_action( 'bp_after_member_plugin_template' ); ?>
    

    You can always redownload from themeforest as well.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #70729
     Camyen
    Participant

    Great!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?