Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 16 replies - 1 through 16 (of 16 total)

  • nylarosie
    Participant

    @nylarosie

    Diondeville/Chouf1…The file I amended WAS bp-custom.php…just a typo on my post (did not work).

    Resigned to leaving as it is!

    Any idea how to add a specific page (called ‘Groups’) to the ‘Groups’ sub nav – placed 1st. This is so users can join groups from the sub nav…

    Nyla


    nylarosie
    Participant

    @nylarosie

    I also made a new bp-custom-php file and tried that (in plugins- buddypress) – that did not work either! nyla


    nylarosie
    Participant

    @nylarosie

    Chouf1 – I know you tried the solution and it worked – don’t doubt you…that is why it is so frustrating! Nyla


    nylarosie
    Participant

    @nylarosie

    Hi Chouf1 and shanebp, I know that this generally involves changes to child theme function.php..however..

    I am using the frisco theme which has a functions-custom.php that I have out all other changes in.

    “DO NOT EDIT THIS FILE. You could edit this file, but any changes you make will be lost when you upgrade the theme in the future.
    * Intead of editing this file, create a file called functions-custom.php in the Frisco theme folder and go to Frisco theme ptions in your dashboard to load the functions-custom.php file. See frisco_add_custom_functions() function down below.” …tried this no effect.

    I did add to functions.php and it still had no effect.I then tried the bp-default themes function.php – gain no effect!

    thanks for trying guys!
    Nyla


    nylarosie
    Participant

    @nylarosie

    Still not working…!!


    nylarosie
    Participant

    @nylarosie

    where would you add this to…i have added to functions-custom.php? Is that correct?
    Thanks

    Nyla


    nylarosie
    Participant

    @nylarosie

    Hi – manged to hide the ‘favorite topics’…now need to :

    1.Add the ‘groups’ main page from wp menu to the groups bp toolbar and

    2. Reorder the main nav on the toolbar

    ! Any suggestions?

    Nyla


    nylarosie
    Participant

    @nylarosie

    Hi…I tried the following to re-order my navigation and remove the ‘favorite topics’ under forums..It did not work! Any ideas??..Nyla

    function tricks_change_bp_tag_position()
    {
    global $bp;

    $bp->bp_nav[‘profile’][‘position’] = 10;
    $bp->bp_nav[‘friends’][‘position’] = 20;
    $bp->bp_nav[‘messages’][‘position’] = 30;
    $bp->bp_nav[‘groups’][‘position’] = 40;
    $bp->bp_nav[‘forum’][‘position’] = 50;
    $bp->bp_nav[‘settings’][‘position’] = 60;
    }
    add_action( ‘bp_init’, ‘tricks_change_bp_tag_position’, 999 );
    add_action( ‘wp_head’, ‘tricks_change_bp_tag_position’,9 );

    function bbg_remove_favorite_topics_from_forum() { bp_core_remove_sub_nav_item(
    bp_get_current_forum_slug(), ‘favorite-topics’ ); }
    add_action( ‘bp_setup_nav’, ‘bbg_remove_favorite_topics_from_forum’ );
    ?>


    nylarosie
    Participant

    @nylarosie

    Hello again,

    Under ‘forums’ the ‘favorite topics’ tab does not seem to work. I would like to remove/hide it. What is the CSS code as it is a sub item of forums’

    I also want to ADD an item to the ‘Groups’ subnav which is ‘Join Groups’ which takes the user to the main Groups page which is on the wp navigation primary menu.

    Cheers – Nyla


    nylarosie
    Participant

    @nylarosie

    Hi valuser…That worked! Thank you. (just removed edit profile and left the rest)

    I also want to re-order the items so that ‘profile’ comes first (currently forums, friends, groups, messages, settinge , profile) to profile, friends, messages, groups, forums, settings.

    I’m putting in a new topic…I know that this has been raised before bu nothing seemed to work! If you have any idea please let me know…Nyla


    nylarosie
    Participant

    @nylarosie

    Shanebpx…Thank you, it worked.

    You have inspired me to delve a bit deeper into php!

    Nyla


    nylarosie
    Participant

    @nylarosie

    sorry…did not remove the whole div…!

    Think it is resolved…testing..nyla


    nylarosie
    Participant

    @nylarosie

    Hi…has removed the tabs and still delivers the results.

    However still has links to ‘all members’ and ‘my friends’ on the left of the screen (lonks via the words themselves in the margin) any ideas? Have a feeling its to do with this:

    • <a href="”><?php printf( __( 'All Members %s’, ‘buddypress’ ), bp_get_total_member_count() ); ?>
    • <a href="”><?php printf( __( 'My Friends %s’, ‘buddypress’ ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?>

    Thanks…Nyla


    nylarosie
    Participant

    @nylarosie

    Sorry about double posting. I am very new but no excuse!

    Will try your suggestion a bit later.

    Thank you again…Nyla


    nylarosie
    Participant

    @nylarosie

    Hi all,

    Anyone got any ideas as to how I can prevent showing the full members directory, whilst still enabling profile search to search the directory and deliver results?

    Thank you again – Nyla


    nylarosie
    Participant

    @nylarosie

    Hi Shane, thanks for your reply. I don’t have the members page visible as I don’t want all the members to see it. The shortcode is in its own page but clearly calls up the members directory. This is then triggered to in the results.
    You are right there are two tabs – one has the full directory accessibility.

    I have written to the plugin developer. Is there anything that you ( or anyone) could suggest? I still want to be able to search the entire directory and display ( just the) results…

    Thank you again! Nyla

Viewing 16 replies - 1 through 16 (of 16 total)
Skip to toolbar