Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,351 through 5,375 (of 32,678 total)
  • Author
    Search Results
  • #261627
    thiantpro
    Participant

    Hello, i have few questions

    1)-I want synchronize PMP membership package with User members type of buddypress

    2)-I want synchronize PMP register with User register of buddypress

    3)-Your plugin have a login page but it go in wp-login page and let user access to wordpress back-up, i need a front end login page

    4)-I bought wp job manager with buddy press job manager it create 2 members types (employer and candidate)
    In buddypress Profile, it create job manager and resume manager tab, for Candidate how i can remove the job manager tab and for employer how i can remove the resume manager tab?

    5) i can’t manage member type because buddypress job manager create member type without the buddypress member type plugin, when i install the buddypress member type plugin, it don’t fit with the member type of buddypress job manager.

    6) How can i shaw in one page only the list of employer member and in one other page the liste of candidate member in buddypress member ?

    http://workistcompagnie.agthiantservices.com

    Thanks

    #261620
    jackoneill87
    Participant

    Ah, OK, I think it makes sense now.

    I’ve taken a look at the Register Page in the pages menu and can see that it does in fact permalink to “register” with a lower-case “r”.

    It appears WordPress pretty permalinks aren’t case sensitive, so WordPress will take me to the Register page regardless of whether I visit /Register or /register. It seems BuddyPress only picks up the hook if the URLs are a case-sensitive match. This is why “/Register” is blank, but “/register” shows the BP content.

    I just got confused because I had to test the register page from a different browser and manually entered the URL for the register page. Thanks for clearing that up!

    Not sure if it’s really much of a deal, but is it worth me making a feature request for BuddyPress to use case-insensitive URL matching to match up with how WordPress does it?

    Thanks again for all your help!

    Jack

    #261610
    danbp
    Participant

    Perhaps you can spare time and use https://wordpress.org/plugins/buddy-progress-bar/ ?

    #261609
    danbp
    Participant

    hi @robcnz,

    not tested, but sounds doable

    How to Automate Website Screenshots in WordPress

    #261605
    #261602
    kaosone1975
    Participant

    Hi guys,
    Hi need to set the registration page of BuddyPress to default WordPress registration page.
    BuddyPress registration page ==> WordPress registration page (wp-login.php? Action = register)
    I tried several plugins (obsolete), and various snippets (non-functioning).
    There is some redirect code, snippets, or plug in make this?
    Someone can tell me how to make the current version of BuddyPress?
    Thanks!

    #261601
    mrpennington
    Participant

    The pre-configured emails in the Emails section of the dashboard were removed from my WordPress page. Is there any way to upload them back as opposed to manually creating each one?

    #261596
    jackoneill87
    Participant

    Hi,

    I’m new to BuddyPress and I’m having problems setting up the BuddyPress registration page. I’m hoping someone can help. When I installed BuddyPress it automatically created pages for me to link to the registration and activation components. However, when I go to the registration page http://slipbuddy.codeprimer.net/Register all I see is a page with the title “Register” and no other content. The default wordpress registration page (/register with a lower-case ‘r’) appears to work as expected, but there is no option in the admin menu to link BuddyPress to that page.

    I’ve searched the forums and have come across users having similar problems, but the fix seems to have been to disable plugins / use default themes etc. I’ve just created a new site to try to isolate the issue using a vanilla WordPress 4.6.1 with only the BuddyPress 2.7.2 plugin installed. (The default Hello Dolly and Akismet plugins are showing up in the plugin list but not activated).

    The steps I have taken are as follows

    1. Install WordPress via FTP (no site scripts)
    2. Ensure Pretty Permalinks are enabled (Day and Name)
    3. Enable Registration in Settings->General->Anyone Can Register
    4. Install BuddyPress plugin from plugins page
    5. Return to BuddyPress admin page and checked that all components are mapped to default WP pages created by BuddyPress

    Expected Outcome: http://slipbuddy.codeprimer.net/Register displays registration form
    Actual Outcome: http://slipbuddy.codeprimer.net/Register displays a blank page with the heading Register

    Thank you for your time!

    Jack

    #261594
    Venutius
    Moderator

    I actually think that’s a WordPress issue, however, I can’t replicate your fault, so it must be a plugin conflict or similar that is causing this.

    #261591
    shanebp
    Moderator

    Just guessing…

    Try using the bp_ready hook instead of bp_init.

    Try adding the priority to the call:
    remove_filter( 'bp_get_the_profile_field_description', 'wp_filter_kses', 1 );

    Try adding your attributes to the $allowedtags global.
    https://ben.lobaugh.net/blog/201762/add-html-tags-to-the-allowed-tags-list-in-wordpress

    Mwiinga
    Participant

    Hello,
    I’m running a multisite.
    My WordPress version is 4.6.1 and BuddyPress is version is 2.7.2.

    I would like to change the custom profile menu item names. I have searched around google, wordpress, stack-exchange for days now, and I’m only finding solutions on how to “edit actual BuddyPress menu items” like ‘activity,’ ‘profile,’ and all..

    Because my installation is multisite, I have a menu item “sites” which I would like to have changed to something like “Schools”

    I’ve tried the below code but, it’s working only on default buddypress menu item.

    //***************************************************************************************//
    function bpcodex_rename_profile_tabs() {
      
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'Support', 'textdomain' ) ), 'forums' );
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'Study Groups', 'textdomain' ) ), 'groups' );
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'Schools', 'textdomain' ) ), 'site' );  
    }
    add_action( 'bp_actions', 'bpcodex_rename_profile_tabs' );

    Please help..

    #261581
    wordpressrene
    Participant

    In the function bp_get_member_last_active() the activity is got from $members_template->member->last_activity, but it seems that this is always empty, even if i know that this member was active in the last few hours. I’m not sure, but i didn’t found the code, where last_activity is set, so maybe it has to be updated?
    In some other locations (for example in the member-header) the last activity is set by the function bp_get_last_activity() and there it works

    BuddyPress-Version: 2.7.2
    WordPress-Version: 4.6.1

    #261577
    Henry Wright
    Moderator

    You can request one be added here

    https://buddypress.trac.wordpress.org

    #261568

    In reply to: No Buddypress database

    becorath
    Participant

    Excuse me. I meant that it did not create the tables in the existing database. I use shared hosting from Hostgator and installed the plugin from the wordpress plugins page. I installed it to another site the same way and it created the tables with no problem.

    #261565

    In reply to: No Buddypress database

    danbp
    Participant

    BuddyPress doesn’t create a database. It only add it’s own tables to the existing WordPress db.

    Why are these tables not created ? Impossible to say without more details about your server configuration and more information about how, what and where you tried to install the plugin.

    #261563
    becorath
    Participant

    I have installed buddy press on a couple of my wordpress sites. However, on one, it did not create a database for it. What did I do wrong?

    #261554
    melodies
    Participant

    Yes, I have tried to create an error, and the code is not even appearing in the page source. What could be causing it not to appear there?

    I have deactivated all plugins, and I also tried to get the “success/error” message to show up on some of the popular themes (Twenty Sixteen and Twenty Fifteen). It is still not working, and I have no idea why.

    Since this issue started when I updated BuddyPress and WordPress, I think the problem is rooted in one of the two.

    Can you please tell me which file is responsible for the “bp-template-notice” functionality?
    & Where can I find it?

    Thank you.

    To: @djpaul @danbp

    jscmal
    Participant

    Hi,
    I would out the Private Message Button in a WordPress Page that I use as Dashboard for the members of my website.

    I would be able to create a Shortcode to Add the “Private Message” Button to the make to make any member able to send me a Private Message directly to me (only to me from the Dashboard).

    1 – The first problem that I have is that I don’t know how to make the button to make eveyrbody able to contact me.

    2 – I would use it like a shortcode to insert it everywhere it is necessary.

    Please, how can I do it?

    I really need support to do it.

    Kind regards

    G. Aloe

    #261548
    danbp
    Participant

    Hi @mthant,

    sorry for your menu trouble, but it seems to me, after visiting your site, that you omitted some important settings steps. So let’s try to set up properly your site menu before adding BP related conditionnals.

    1) Each active BP component should have his unique page.
    2) Site should have pretty permalinks activated (whatever option but default)

    For example step 1 indicate that your register page is at /site/register-2. This could be correct, but tells that you created a page called register first, than removed it, and finally recreated a second “register” page. This explains why you have “-2” in the URL and probably a page in the trash. You have to clear it definetly. And you have to ensure that the slug is /register/. Go to dashboard > Pages > Quick edit and correct it.

    As BP is active, you should also have a page called by default “members”. His default url should be http://7fc.d70.myftpupload.com/members/.
    I assume you renamed it to “directory”. Problemen is that “directory” doesn’t show the member directory, or no message telling visitors they have to log in to see this page…

    And as you use a lot of different directories, it is confusing, even for you when you try to build a menu.

    But you’re using Salutation, which is a premium theme and i can’t help you further to set it up correctly.
    But you could activate a Twenty theme for the time you need to create and test how WP menus are created and displayed. And perhaps read through Salutation documentation too. 😉

    Here’s BP guide about the BP menu you can add aside the site main menu.

    And here, the access to any menu related codex articles.

    #261542
    Venutius
    Moderator

    If you are a newbie you might like to check out my website – http//:buddyuser.com, it’s aimed at getting newbies up to speed.

    Regarding your issue with menus, is this not a more general WordPress/Theme issue? What happens when you replace those BuddyPress Options with other options, do you still get the same behaviour?

    #261532
    danbp
    Participant

    thank you for sharing @peterspliid, but it would also be usefull for the devs that you add your fix to this ticket: https://buddypress.trac.wordpress.org/ticket/7349

    so at least it will be taken in consideration.

    #261520
    danbp
    Participant

    It’s related to your theme. Test it is the case by activating a Twenty theme. Once you have found that it is indeed this, go to your theme documentation or support and see how to remove the comment template in your-theme/page.php or how to deactivate that if you use a framework or a very customizable theme.

    This should normally be done via a child theme.

    #261519

    In reply to: Filter gifts by user

    danbp
    Participant

    You’re wrong and it is not a BP question.
    If you’re not comfortable with coding, i would at your place use a working plugin instead of trying to customize something i don’t completely understand.

    There is a similar one called Compliments (and up to date). Will be easier (perhaps) to adapt or even use as is for your needs ? 😉

    #261516
    navyspitfire
    Participant

    I’m using an older gifts plugin with buddypress to allow users to send gifts to each other. I’m currently trying to make it so if you’re logged in, you can see all the gifts you’ve been gifted, while if I go to someone’s page, I will only see the gifts I gifted them.

    I’ve pasted my code below. Logically to me this makes sense; each <li> is a different gift from a user. I am trying to make it so if the returned result has the same id as the current user, display that <li>. I am beginning to think I am on the wrong file (before anyone says not to edit plugin files, this plugin has deprecated 2 years already).

    Any idea?

    <?php
    global $wpdb;
    global $bp;
    
    $cur_user = $bp->loggedin_user->id;
    $profile_user = $bp->displayed_user->id;
    
    $result = $wpdb->get_results("SELECT * FROM wp_bp_activity WHERE item_id=" . $profile_user . " AND component='gifts'");
    ?>
    <ul id="activity-stream" class="activity-list item-list" style="list-style-type: none;">
    	<?php //loop through ID's
    	foreach ($result as $results) {	?>
    
    		<?php while ( bp_activities() ) : bp_the_activity(); ?>
    
    		<?php if ( $results->user_id == $cur_user ) { ?>
    
    			<li class="<?php bp_activity_css_class(); ?> message" id="activity-<?php bp_activity_id(); ?>">...</li>
    
    		<?php } //end if
    
    		endwhile;
    
    	} //end foreach
    	?>
    </ul>
    #261477
    ggf7tcm
    Participant

    Running WordPress 4.6.1
    Running BuddyPress 2.7.2

    I have inherited the site byoguild.com

    I am having trouble editing the pages in it. I am not sure of how to edit the [bbp-register] element.

    View post on imgur.com


    That is the register page

    View post on imgur.com


    That is how it looks.

    I have found in the database the names of the races in the drop down box but have yet to find somewhere where it has the actual pagelayout

    Any help would be greatly appreciated

Viewing 25 results - 5,351 through 5,375 (of 32,678 total)
Skip to toolbar