Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 9,801 through 9,825 (of 73,928 total)
  • Author
    Search Results
  • #269465
    peter-hamilton
    Participant

    there is a plugin called “BuddyPress Activity Stream Bump to Top”.
    I use it and does exactly that.

    #269464
    peter-hamilton
    Participant

    Not done it, can not help, but applaud your choice to change vbulletin for buddypress.

    #269461
    bb3000
    Participant

    Has anyone done it and can describe the process?

    Are there any plugins to do the job?

    Thanks for your help, guys!

    Trying to add tab not only under Buddypress>Group>Manage BUT also so that visitors can see the tabs and fields readonly on Buddypress Main Tab

    I managed to get the tab added and it to load a blank page with the tab group headers but cannot seem to be able to losd the field. I also tried to include the other-fields.php under bp-extend-groups-fields/templates/groups/single/admin but no go…

    Any ideas? I added the code below to my theme functions.php file to add a tab and page called Info under the main BP nav

    function my_new_groups_info_page() {
    global $bp;
    if (isset($bp->groups->current_group->slug)) {
    		bp_core_new_subnav_item(array(
    		'name' => 'Info',
    		'slug' => 'Info',
    		'parent_slug' => $bp->groups->current_group->slug,
    		'parent_url' => bp_get_group_permalink($bp->groups->current_group),
    		'screen_function' => 'my_new_group_show_screen',
    		'position' => 10));
    		}
    }
    add_action('wp', 'my_new_groups_info_page');
    
    function my_new_group_show_screen() {
    add_action('bp_template_title', 'my_new_group_show_screen_title');
    add_action('bp_template_content', 'my_new_group_show_screen_content');
    		$templates = array('templates/groups/single/plugins.php', 'other-fields.php');
    		if (strstr(locate_template($templates), 'templates/groups/single/plugins.php')) {
    		bp_core_load_template(apply_filters('bp_core_template_plugin', 'templates/groups/single/plugins'));
    		} else {
    		bp_core_load_template(apply_filters('bp_core_template_plugin', 'plugin-template'));
    		}
    	}
    function my_new_group_show_screen_title() {
    		echo 'New Tab Title';
    		}
    
    function my_new_group_show_screen_content() {
    
    echo '<div class="clear"></br></div>';		
    echo '<ul class="button-nav" role="navigation">';
    echo bp_extend_fields_group_tabs( );
    echo '<ul>';
    
    echo '<div class="clear"></div>';
    
    include 'templates/groups/single/other-fields.php';
    
    	
    	}
    #269456
    darren1985
    Participant

    ive just noticed the same thing, its defo something with the theme inspirebook.

    if i switch to a different theme it works, i can upload cover images to profile and group.

    if i enable the theme again, i cant.

    i have deleted the theme and uploaded it again and still nothing.

    i have disabled all plugins except buddypress and still the same, so wondering what it could be

    adminontown
    Participant

    Hi,

    I’m new to buddypress and have had a good experience until spam hit me.

    Every day i log in and some spam accounts have set up accounts and user groups. Trust is a key issue within my community and this breach has left my users walking away.

    are you able to please recommend how i solve this issue?

    thank you

    #269448
    darren1985
    Participant

    sorry please delete, found the answer by changing the wording in google.

    in case others needed the answer is found here:
    https://buddypress.org/support/topic/need-to-disable-the-user-access-to-wordpress-admin-panel/

    #269446
    darren1985
    Participant

    Hi,

    I have a site and on the sidebar i have buddypress login widget, if the user enters nothing and clicks login their directed to a custom version of wp-login and asked to log in.

    before when the user then logged in from here it would redirect them to the main page of the buddypress site.

    but i then wanted to hide the fact that it is a wpsite by using a plugin to edit wp-admin.php to login.php.

    upon installing this plugin, when you login from what was wp login form it then directs you the the wp-admin page.

    i didnt want this so i deleted the plugin, but it didnt revert back as such, the link now says wp-login but they users dont redirected to the site, they redirect to wp-admin.

    how can i redirect users when using this form to go direct to the site and not wp-admin.

    thanks

    #269444

    In reply to: New user welcome email

    terabyten
    Participant

    Worked for me:

    Tools –> BuddyPress –> Reinstall emails (delete and restore from defaults).

    #269443

    In reply to: No emails working

    terabyten
    Participant

    Worked for me:

    Tools –> BuddyPress –> Reinstall emails (delete and restore from defaults).

    #269441

    In reply to: Email activation

    terabyten
    Participant

    Could be the same issue as here:

    New user welcome email

    #269440

    In reply to: No emails working

    terabyten
    Participant

    Same issue here:

    New user welcome email

    #269439

    In reply to: New user welcome email

    terabyten
    Participant

    One more person having the same issue:

    No emails working

    #269438

    In reply to: New user welcome email

    terabyten
    Participant

    When I go into Users -> Manage Signups and resend email to users under the tab Pending, it is sent and delivered, so it seems like WP core is sending it out as normal.

    Sorry to say, once again, Everything is pointing to Buddypress.

    #269436

    In reply to: New user welcome email

    terabyten
    Participant

    Same here. Have tried everything.

    Seems Buddypress have have a bug somewhere …

    I hope somebody can check it soon, since there is no way to have new registrations.

    #269435
    terabyten
    Participant

    Tried also to install WP Mail SMTP that was suggested here in the forum somewhere. Same problem. Seems a problem with Buddypress 2.9.2 – when Active no emails are going out …

    #269434
    terabyten
    Participant

    Having 2.9.2 installed and multisite. No other plugins exept Easy WP SMTP. Also tried without the SMTP plugin.

    When Buddypress inactive mails are sent out if users sígnup for account/website. Wih Buddypress Active, Thos mails are not sent out. …

    Help?

    #269425
    @mercime
    Participant

    @britur1345 Since you were able to install bbPress, could be a server time-out or something else. First, go to your wp-admin dashboard and click on “Plugins” on the left panel. If BuddyPress is in the list of installed plugins, click Delete. Then try installing BuddyPress again using Plugins > Add New. If that fails, you can try to install BuddyPress manually via FTP.

    #269424
    @mercime
    Participant

    @ademelo You mean BuddyPress was bundled as a premium package? As to the Keymaster role, that is controlled by the bbPress plugin (which might have been bundled as well).

    Normally to remove a person as Keymaster (with bbPress), you would go to wp-admin (backend) and click on the Users link on the left panel. Check the box beside the name of the user you would like to demote and then at the top of the table, on the second select box, change from Keymaster to Subscriber or whatever role you want. Same goes for the person you would like to promote, check the name of user in the table, then change to Keymaster in the second select box. By the way, you can have more than one Keymaster on bbPress forums.

    ademelo
    Participant

    Hi, we purchased buddpress as part of the Woffice bundle.

    Wordpress: 4.8
    Buddypress: 2.9.2

    When first installed, we assigned a member to the role of Keymaster. However, that person has left the company and we would like to switch the keymaster role to another member. Unfortunately, we are having issues with buddpress on the back end cannot assign the second person the role then delete the first Keymaster user.

    Is there a simple way to switch the keymaster role over to another user? How would we go about it?

    #269414
    #269412
    bcanr2d2
    Participant

    I am using WP Mail SMTP to get the mail to send without issues. But it seems to affect this particular email only, I am getting everything else as far as I am aware.

    Here are my current active plugins – There is quite a long list.
    I do use Autoptimize, so not sure if it’s affecting anything.
    One of note, is Social Login, which when logging directs to their site, and redirects back to my site to log the user in via their social network, this is where it falls over and does not send this one email. It manages to send other emails related to the login, but it now gives me an idea to look into the code that sends this social email sign up notification.

    (BuddyDev) BP Auto Login on Activation (1.0.3)
    Advanced Custom Fields (4.4.11)
    Allow Multiple Accounts (3.0.4)
    Autoptimize (2.2.2)
    BP Profile Message UX Free (1.5)
    BP xProfile Location (1.2)
    BP XProfile WordPress User Sync (0.6.4)
    BuddyDev Username Availability Checker (1.1.1)
    BuddyExtender (1.0.1)
    BuddyPress (2.7.4)
    BuddyPress Member Type Generator (1.0.3)
    BuddyPress Security Check (2.1.2)
    BuddyPress Simple Terms And Conditions (1.3)
    BuddyPress Xprofile Custom Fields Type (2.6.3)
    BuddyPress Xprofile Member Type Field (1.0.4)
    BuddyPress XProfile Validate with RegEx (0.1.2)
    Cherry Parallax Plugin (1.1.0)
    Cherry Plugin (1.2.8.1)
    Child Theme Configurator (2.1.2)
    Conditional Profile Fields for BuddyPress (1.1.9)
    Contact Form 7 (4.6)
    Contact Form 7 – Dynamic Text Extension (2.0.1)
    Contact Form 7 Conditional Fields (1.0)
    Contact Form 7 Get and Show Parameter from URL (0.9.7)
    Contact Form 7 Honeypot (1.10)
    Contact Form 7 Modules: Hidden Fields (2.0)
    Contact Form 7 Shortcode Enabler (1.1)
    Custom Hooks (1.0)
    Custom Post Template By Templatic (1.0)
    Custom Post Type UI (1.4.3)
    Disable Comments (1.6)
    Display Posts Shortcode (2.7.0)
    FacetWP (2.7.4)
    FacetWP – Map (1.0.5)
    Flamingo (1.5)
    GeoIP Detection (2.7.0)
    GEO my WP (2.7)
    Google Analytics Dashboard for WP (4.9.6.2)
    List Plugins (1.4.4)
    Meta Slider (3.4)
    Optimize Database after Deleting Revisions (4.2.1)
    Page-list (5.1)
    PHP Compatibility Checker (1.4.0)
    Popup Maker (1.4.20)
    Shortcodes in Menus (3.2)
    Social Login (5.2)
    Stream (3.2.0)
    String Locator (2.2.0)
    Sucuri Security – Auditing, Malware Scanner and Hardening (1.8.3)
    SuitePlugins – Advanced XProfile Fields for BuddyPress (1.0.3)
    Theme Check (20160523.1)
    Visual Builder for Contact Form 7 (2.0)
    WPFront User Role Editor (2.13)
    WP Mail SMTP (0.11.1)
    WP Private Content Plus (1.13.1)
    WP Smush (2.6.1)
    Yoast SEO (4.3)

    #269410
    britur1345
    Participant

    WordPress 4.9.1 running Divi theme. Site is https://gobaug.org

    Have installed BBPRESS 2.5.14, now trying to install BuddyPress, receiving error below. Reason for installing BuddyPress is I believe it will through more flexible sidebar functions enable better management of the BBPRESS forum.

    Error received:
    “Could not copy file. buddypress/bp-templates/bp-legacy/css/twentyfourteen.scss”

    As newbie don’t know how to correct this error. Anyone who can help will receive my undying gratitude.

    Many thanks for newbie help.
    Brian Turner (Sweden)

    #269409
    madebyhuddy
    Participant

    I had the same problem. Resolved it by going to Tools > Buddypress > Reinstall emails

Viewing 25 results - 9,801 through 9,825 (of 73,928 total)
Skip to toolbar