Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 1,601 through 1,625 (of 20,260 total)
  • Author
    Search Results
  • #255759
    danbp
    Participant

    Hi @alessandrat,

    that’s a question for bbPress. Please read here:

    Post by Email & Social Media Integration

    #255640
    David Cavins
    Keymaster

    Menus aren’t very php-friendly, usually, but you could do something like this:

    
    <?php
    if ( groups_is_user_member( bp_loggedin_user_id(), $group_id_of_group_A ) ) {
    	$group = groups_get_group( array( 'group_id' => $group_id_of_group_A ) );
    	?>
    	<li><a href="<?php echo bp_get_group_permalink( $group ) . 'forum/'; ?>"><?php bp_group_name( $group ) ?> Forum</a></li>
    	<?php
    }
    

    You may have to hook onto wp_nav_menu_items or similar to inject the link. It depends on your theme. That would look like:

    add_filter( 'wp_nav_menu_items', 'my_inject_group_forum_link_into_menu' );
    my_inject_group_forum_link_into_menu( $items ) {
    	if ( groups_is_user_member( bp_loggedin_user_id(), $group_id_of_group_A ) ) {
    		$group = groups_get_group( array( 'group_id' => $group_id_of_group_A ) );
    		$items .= '<li><a href="' . bp_get_group_permalink( $group ) . 'forum/">' . bp_get_group_name( $group ) . 'Forum</a></li>';
    		<?php
    	}
    	return $items;
    }
    #255633
    hisselfandco
    Participant

    What do you mean by “theme language maps”?

    General settings are DK
    Cleared all cache (several times…)
    I was told by forum moderator “danbp” to disable loco translate…

    jangolin: your version is now in Swedish – correct?

    #255630
    rda5009
    Participant

    @sharmavishal

    Thanks for the quick reply. I understand that the bbpress forums are associated with the group from Groups and then associating the group with the forum on under Discussion Forum on the right. The part after this is the part I’m stuck at. I want to display that forum in the menu if and only if the user is a member of that group.

    So if User A is a member of Group A, I want a way to display Group A’s forum in the nav menu. Hopefully this makes sense.

    #255621
    sharmavishal
    Participant

    “bbpress group forums associated with the user” this is not possible. you can associate bbpress forums to a specific group only

    Installing Group and Sitewide Forums

    #255575

    In reply to: Crop cover photo

    danbp
    Participant

    Please check the forum before asking for a same question posted a few hours before yours!

    How do you setup the crop tool on the Cover Image upload?

    Closing this topic as duplicate.

    #255534
    sharmavishal
    Participant

    Installing Group and Sitewide Forums

    read the above carefully

    #255531
    Gnostic_Thought
    Participant

    Usually forums are listed in alphabetical order using an order of 99 will make sure the forum will go at the bottom of the list.

    #255528
    Gnostic_Thought
    Participant

    They will go there, they just won’t be visible on the main forum page. They’ll just be visible in groups.

    #255524
    AlessandraT
    Participant

    Thank you. I hope that users will continue to create groups and group forums when the site is launched. Is there a way so that newly created group forums will automatically go into this category?

    #255518
    r-a-y
    Keymaster

    I think your question would be better suited on the bbPress forums since bbPress provides forum functionality for BuddyPress groups:
    https://bbpress.org/forums

    #255517
    magicvish
    Participant

    i am not a coder, so i have basic knowledge,

    i would rather stop access of creation of new topics in forum, but have replys available,

    ?

    #255506
    danbp
    Participant

    Hi,

    may sound stupid, but why not simply add some conditionnals for – or completely remove – the Add New Topic button from the template of that forum ?

    #255488
    bogski
    Participant

    Thanks for that. Im still trying to work out where it is breaking so im just asking the same question on all support forums for the plugins that i use.

    A shot in the dark, but can you think of anything that could cause the EE and BuddyPress to stop working? I know that they are both popular plugins and people do use them in conjunction with each other.

    Phil

    #255459
    knownocode
    Participant

    Have you tried editing the Forum / Topic from the admin backend?

    I believe you can edit the “Status” from “Open” to “Closed” which could help you resolve this.

    #255457
    Gnostic_Thought
    Participant

    Create a forum call it anything really “Group Forums” for example and under the Visibility option set it too hidden also it will be a good idea to put an order of 99 on it.

    #255386
    danbp
    Participant

    Hi @iamsickofusernames

    Check first WordPress Settings: Dashboard > Settings > Comments
    then BuddyPress Settings. Dashboard > Settings > BuddyPress > Options tab > Activity Option

    If you need more specific settings, you could add more conditionnals to this snippet. Eg.
    if( !is_user_logged_in() ) | if($can_comment == true) etc

    https://buddypress.org/support/topic/blog-forum-comments/

    #255382
    danbp
    Participant

    Hi @simonmnt,

    you should create a correct child-theme to get BP templates customization to work.

    First, you need to declare the child via /your-child/style.css with the correct header information.
    Eg. for a twenty fourteen child

    
    /*
    Theme Name: Fourteen-Child
    Description: My child theme for Twenty Fourteen
    Version: 1.0
    Author: simon
    Template: twentyfourteen
    */
    
    @import url("../twentyfourteen/style.css");

    Once done, you can select this child as site theme.

    Now you can add a /buddypress/ folder to /your-child/

    Inside this folder, you copy any file you need to modify from /bp-legacy/buddypress/

    You copy only the file(not the whole /bp-legacy/buddypress/ folder) you want to change, by respecting eventually the original path. Eg
    .
    /your-child/buddypress/members/single/profile/profile-loop.php

    If you need custom functions for the theme, you add a file called functions.php inside /your-child/functions.php

    If you need custom functions for BuddyPress (like most of the snippets you can find on this forum), you add them to wp-content/plugins/bp-custom.php

    #255352
    danbp
    Participant

    Hi @tammy1999,

    just posting this for mentioning the plugin author and forum moderator, mister @slaffik 🙂

    #255329
    oddreal
    Participant

    @r-a-y, it’s a premium theme. Please see the link on it:
    http://themeforest.net/item/lms-responsive-learning-management-system-wordpress-theme/7867581/support

    Here can also be requested a backend demo.

    LMS, WordPress Responsive Theme

    Thank you for a prompt reply.

    #255312
    shanebp
    Moderator

    You can open a ticket here. Use the same user name and password that you use for this forum.

    #255295
    sharmavishal
    Participant

    have u created a master group category? i mean all your bp group forums reside separately or under a group category?

    knownocode
    Participant

    Really I’m not wasting time, my site’s down awaiting maintenance and I’m awaiting other code as well. The only reason I want to change is because it looks tacky. I just don’t see why it can’t say “Groups” instead of “Home” …there must be some sort of solution to people who can’t code? I don’t really understand the snippet you referred to or coding too much. But I’ve got through 100 other problems all on my own, I was just hoping forums might help me figure this out since I haven’t gotten it yet.

    #255255
    danbp
    Participant

    Nav items names can be changed via the language file.

    Which language do you use on your site ?
    Which language is used with BuddyPress ? (if turkish, get in touch with one of the editors here and ask for update)
    Is your theme fully translated to that language ?

    To move the User Menu sub-menu, read here.

    Check also your theme support forum, perhaps you’ll find some related topics to this WP core menu.

    #255234
    sharmavishal
    Participant

    are u on bp 2.6? if yes the solution has been mentioned in the forums couple of days back…search for it

Viewing 25 results - 1,601 through 1,625 (of 20,260 total)
Skip to toolbar