Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 3,201 through 3,225 (of 20,277 total)
  • Author
    Search Results
  • wbrown
    Participant

    I have updated the bottom portion of code the following:

    function my_bp_groups_forum_first_tab() {
    global $bp;

    $bp->bp_options_nav[$bp->groups->current_group->slug][‘admin’][‘position’] = 1;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘home’][‘position’] = 2;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘members’][‘position’] = 4;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘hierarchy’][‘position’] = 6;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘forum’][‘position’] = 8;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘send-invites’][‘position’] = 10;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘media’][‘position’] = 30;
    $bp->bp_options_nav[$bp->groups->current_group->slug][‘docs’][‘position’] = 90;

    }

    add_action(‘wp’, ‘my_bp_groups_forum_first_tab’);

    It seems to have worked, except for the “hierarchy’ tab. This is for subgroups and for some reason refuses to be anything but the last item in line.

    Squirrel
    Participant

    I found this code from http://www.tommywhite.com/resources/buddypress/change-buddypress-groups-starting-tab after some Google searching- does anyone know if this is a good way of doing this in the latest version of BuddyPress please?

    /* Redirect for group home tab */
    function redirect_group_home() {
    global $bp;
    $path = clean_url( $_SERVER['REQUEST_URI'] );
    $path = apply_filters( 'bp_uri', $path );
    if (bp_is_group_home() && strpos( $path, $bp->bp_options_nav[$bp->groups->current_group->slug]['home']['slug'] ) === false ) {
    if ($bp->groups->current_group->is_user_member || $bp->groups->current_group->status == 'public') {
    bp_core_redirect( $path . 'forum/' );
    }
    }
    }
    function move_group_activity_tab() {
    global $bp;
    if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) {
    unset($bp->bp_options_nav[$bp->groups->current_group->slug]['home']);
    }
    }
    //The following line redirects to a group forum page rather than a group activity page
    add_action('bp_init', 'redirect_group_home' );
    //The following line removes the group activity tab entirely
    //add_action('bp_init', 'move_group_activity_tab');
    #180932
    Henry Wright
    Moderator

    I used it on a site with BP 1.9 and it worked OK. What doesn’t work for you? Have you tried raising a support request on the plugin’s forum? https://wordpress.org/support/plugin/buddypress-like

    #180929
    David Bisset
    Participant

    Sorry, when i said “trying this one more time” I had difficulties posting this to the forum. Got white screen. So ignore that attitude.

    #180851
    Anonymous User 5853594
    Inactive

    Nope… What you’re referring to is the User Groups component, which can link groups to a specific bbPress (2.x) forum.
    Have you tried if it works with bbPress 2.5.3, with all other plugins disabled and using a default theme?

    #180842

    Do they show up for everyone, or just you when you’re logged in? Since you’re a Key Master you can always see hidden forums.

    #180832
    Renato Alves
    Moderator

    Hi @janiceandcompany, put your question also in the bbPress support forum. I think it’s more likely to find a person with the same problem, and solution, there rather than here.

    I tried changing here the forum status and it did stop showing to the general users. Are you logged in as an administrator? Or are you seeing this as a general user?

    #180812
    Halo Diehard
    Participant

    @tietoep the Group Forums I am speaking of *are* bbPress, as chosen by the BuddyPress Group in the Group’s settings. I explained this quite clearly in the first post 😉

    #180805
    Anonymous User 5853594
    Inactive

    @halo-diehard
    The Group Forums component in BuddyPress has been retired and it is indeed advised to use bbPress (version 2.x).

    #180802
    Hugo Ashmore
    Participant

    @barney92 Not really the best way of responding nor is having a ‘lousy week’ an excuse I’m afraid, lets just back off the forum until we are having a better week is generally the best approach.

    #180798
    Apokh
    Participant

    had taht issue before on BP but my actual Forum does not allow the manual UTC+x settings and I guess it is also not intended 🙂

    #180795
    Hugo Ashmore
    Participant

    @barney92 A final warning: Please do not resort to insulting forum members, it’s not to be tolerated.

    #180792
    Hugo Ashmore
    Participant

    @anna_tianna

    It is not a case of not being willing to help but as @shanebp pointed out how to help is the problem, generally on tech forums an idea of what has been attempted or what exactly is the issue run up against is looked for, you mention a link to the codex but state your skills are not sufficient thus the only advise that can really be given is that which shanebp did give.

    @barney92 A gentle warning with my mods hat on: Please tone it down a bit, if you have nothing constructive to offer that helps the OP’s question then it’s better not to post at all.

    #180771
    Lerroy
    Participant

    @chouf1

    Thanks for the code

    I added to my themes function.php but no luck members directory still shows by username 🙁

    This problem with username / full name seems to be all other these forums in various forms. i am setting up a conference website and users want to find each other buy real names, as usernames dont really identify the user 🙁

    #180755
    Halo Diehard
    Participant

    Found a reference to changing Permalinks in WordPress to “reset” them (then changing them back to your preferred), tried that, and then my group was redirecting to it’s forum instead of a post (progress!) went back to deactivating plugins again, and it turns out it was NextGen Gallery. No idea how, just thought I’d pass it on if it’s helpful to anyone.

    #180754
    Lerroy
    Participant

    Arguments aside.

    I actually need the same thing would like to show Users full name above his @username and show State field and About/ bio field

    Have been reading the buddypress documentation with no luck and searching forums.

    #180745
    Gem @White Rabit
    Participant

    @barney92 I’m not making any excuses and you should know better than to attack some one over a simple spelling mistake. However I must thank you as you have made this post more active than any of my others. Maybe I will get some help.


    @shanebp
    I know that it is a premium plugin. I know there for it costs money. However I have always been told even by the WordPress and Buddypress people that the forums are the best place to get help.

    I am very new to tweaking, modifying etc plugins. I normally find whats has already been done works and does the job I need it for. A friend told me that this community was very helpful so I though some one might be able to help.

    I must be mistaken in thinking that the World Wide Web was created in the spirit of sharing and helping people. Maybe I am a Hippie at hart but in the areas that I am strong if some one asks for help I help and I expect that in the areas I am weak and I ask for help people will do as I do and help.

    I wish you all well with the projects your running. Thank you and Good Night!

    #180743
    shanebp
    Moderator

    @anna_tianna

    >The plugin is currently not compatible with BuddyPress.

    So you talking about adapting a premium plugin.
    Is it reasonable to expect somebody to buy the plugin in order to help you?
    Perhaps you’re hoping somebody already has it; but even then they would have to be willing to do the work and deliver it to you.

    Therefore it’s unlikely that anyone here can help.
    If you get to the point where you can be specific about a code issue – iow. you’ve tried to extend the plugin and are struggling, you might want to use
    http://stackoverflow.com as it will reach a broader audience.

    Also – you could try to hire a developer thru

    BP Jobs Board

    #180739
    Gem @White Rabit
    Participant

    @barney92 I do beg your pardon however I am dyslexic and so spell checking and all that doesn’t work. I never thought in my wildest dreams that some one in the BuddyPress forum would be so pedantic.

    #180736

    If someone would be kind enough to detail precisely how to duplicate the bug you’re experiencing in a new ticket over at bbpress.trac.wordpress.org, I’ll be happy to look into this further.

    We’ve made great strides on the bbPress/forums integration in the past few years. If there are still lingering wrinkles, we’ll get them ironed out.

    #180731
    Ben Hansen
    Participant

    sorry i read the title of you post too quickly htaccess shouldn’t need anything special for buddypress the standard wordpress compatible htaccess is fine. group based forums are depreciated so i wouldn’t expect that work anymore anyway.

    #180679
    Renato Alves
    Moderator

    Thanks for sharing @webbmasterpianise. If possible, also share it in the bbPress forum, I think some folks could benefit from it over there. =)

    #180664
    aussiemike
    Participant

    That plugin works well throughout the site EXCEPT on the user profile where their real name appears. It would be good to be able to show just their username on the profile and not allow any editing.

    I have searched far and wide through the forum here and search engines and there does not appear to be a simple solution. If anyone knows of a solution could they please let me know.

    Regards
    Michael

    #180652
    Magic-Komplex
    Participant

    Actually I’m a total noob with programming, just trying around myself, so it’s just an idea. Maybe the font size is overwritten by another file, try to add !important; and see if it works:

    .bbp-forum-content{
    font-size:2em!important;
    color:red;
    } 
    #180568
    Hugo Ashmore
    Participant

    @inget Sound like issues probably better raised or made on the bbPress support forums.

Viewing 25 results - 3,201 through 3,225 (of 20,277 total)
Skip to toolbar