-
Author
-
October 9, 2015 at 15:58 #81606ncpmtParticipant
Hello,
I have two questions:
1.:Why i don’t see created groups in admin panel? All plugins are updated and i create 2 diferent types of group (private and public group).
2.: I’m trying reorder and rename profile links in user profile page. I create bp-custom.php in wp-content/plugins/ …, and i don’t see any changes, example code is:
<?php
COPY CODEdefine(‘BP_DEFAULT_COMPONENT’,’groups’); global $bp; $bp->bp_nav[‘profile’][‘position’] = 70; $bp->bp_nav[‘forum’][‘position’] = 80; $bp->bp_nav[‘posts’][‘position’] = 40; $bp->bp_nav[‘activity’][‘position’] = 50; $bp->bp_nav[‘blogs’][‘position’] = 60; $bp->bp_nav[‘friends’][‘position’] = 30; $bp->bp_nav[‘messages’][‘position’] = 80; $bp->bp_nav[‘groups’][‘position’] = 10; $bp->bp_nav[‘settings’][‘position’] = 90; } add_action( ‘bp_init’, ‘tricks_change_bp_tag_position’, 999 ); add_action( ‘wp_head’, ‘tricks_change_bp_tag_position’,9 );
?>
Help was: http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
Can you help me?
Thanks for the answer,
Alen
Attachments:
You must be logged in to view attached files.October 11, 2015 at 05:21 #81768LauraModeratorHello, can you share admin credentials in a private reply so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 15, 2015 at 18:58 #82445LauraModeratorHello, deleting the code doesnt solve the issue? Maybe we can find another way of doing this.
Please let me know so i can do a research for you 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.