Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,051 through 3,075 (of 22,614 total)
  • Author
    Search Results
  • Venutius
    Moderator
    #271581
    Slava Abakumov
    Moderator

    @meganelford

    Make sure, that you are looking in a correct place for a registered user.
    In case of WordPress Multisite – user can be listed in Network admin area, but NOT listed in individual sites Users.

    #271576
    Graham
    Participant

    Found the solution in this post:

    https://buddypress.trac.wordpress.org/ticket/7704

    Go to:

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php

    Around line 807, Find:

    	// The template part can be overridden by the calling JS function.
    	if ( ! empty( $_POST['template'] ) && 'groups/single/members' === $_POST['template'] && 'group_members' === $object ) {

    Change “group_members” to just “members”:

    	// The template part can be overridden by the calling JS function.
    	if ( ! empty( $_POST['template'] ) && 'groups/single/members' === $_POST['template'] && 'members' === $object ) {

    Fixed.

    #271504
    Venutius
    Moderator

    I still think it’s the database that is dishing out the unique keys so it is what’s controlling the user id’s not WordPress itself. BuddyPress just uses the WordPress User Id.

    #271485
    Venutius
    Moderator

    during initial registration, WordPress has yet to create a user_id for the member, so can not save the avatar, only after the user has confirmed their email address will WordPress be able to save the avatar and reference it to that user.

    #271478
    Venutius
    Moderator

    I mean the debug log in WordPress.

    https://codex.wordpress.org/Debugging_in_WordPress

    jonleesky
    Participant

    Thanks for your help. but it didn’t work, the screen prompt: ERR_TOO_MANY_REDIRECTS

    I’m using the wordpress 4.9.4 and buddypress 2.9.3, don’t know what to do…o(╥﹏╥)o


    @mcpeanut

    #271474
    Steve
    Participant

    Thanks, I did do a quick search at WordPress.org. But thought BuddyPress would have some already built within their own system.

    Nothing inherent within BuddyPress?

    #271469
    Venutius
    Moderator

    There’s a few plugins that provide shortcodes, take a look at the BP Activity Shortcode and also Shortcodes for BuddyPress in wordpress.org.

    mcpeanut
    Participant

    @jonleesky I posted the solution to this nearly two years ago, I have not tested this code recently but you can try it out.

    function my_disable_bp_registration() {
      remove_action( 'bp_init',    'bp_core_wpsignup_redirect' );
      remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
    add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page");
        function firmasite_redirect_bp_signup_page($page ){
            return bp_get_root_domain() . '/wp-signup.php'; 
        }

    What you will need to do is first create a bp-custom.php file (make sure you add the opening and closing tags at the top and bottom ) and put it in your plugins folder, then paste the code between the PHP opening and closing tags and save.

    This should disable BuddyPress registration and let you use WordPress registration as default, hope this helps.

    #271441

    In reply to: Creating Tutor website

    owen2
    Participant

    A good example of a WordPress based “Tutor website” is the mgrmusic.com Music Teacher Database.

    Using the Geo My WordPress plugin users can search the database for music teachers local to them. The can also filter the teachers dependant on instrument or level, so this achieves two of the aims you mentioned in terms of the “search page”.

    As for sign-ups; tutors submit information via a Contact Form 7 plugin form on a Sign-Up page and receive enquiries in a “Community” area of the website where enquiries are send to teachers, enabling them to respond to the students. I am not sure about how this website facilitates payment from either the teachers or students, however, I am sure you could add some type of Paypal payment facilitation that creates the release of a download file upon payment, in the file a student could find a teacher’s contact details. The whole website is ran on WordPress so it is certainly achievable to create a tutor website based only on WordPress achieving the aims that you set up above.

    Hope this helps, I would research the plugins and theme options out there.

    jonleesky
    Participant

    I just want the original wordpress registration page. After I installed buddypress, It becomes a new registration page. is there any way to stop it? ((o(^_^)o))

    #271431

    In reply to: Embed Groups

    Venutius
    Moderator

    Hold the presses! I’ve found a plugin that promises to deliver what you need!

    Shortcodes for BuddyPress

    If you install this one, it seems to have a group list shortcode where you can specify the id of the user that each group will belong to.

    For example [groups-listing user_id=1]

    I think this should in the least show all the groups you are a member of, WBCOM, the plugin author are also quite active and may add a feature for an admin= option.

    #271423

    In reply to: Link is not embedding

    Jonas
    Participant

    You could give Iframely a shot, it should convert any useful link into a rich snippet embedded post.

    #271410

    In reply to: Link is not embedding

    Venutius
    Moderator

    Is the link one that is supported by embed? my understanding is that only links with supported URL’s will embed, one such link would be https://wordpress.org/plugins/buddypress/

    #271403
    Venutius
    Moderator

    That’s great, thinking about it this should go in your bp-custom.php, then you won’t need to remember to transfer it if you ever change your theme. Or as a rather nifty way of managing code snippets you could use:

    Code Snippets

    #271397
    Venutius
    Moderator

    There’s a plugin for that – BP Auto Group Join:

    BP Auto Group Join

    pedger
    Participant

    @dro-i-de aparently this is a feature not a bug. If the user editing the fields has a bp_moderate capability, it is allowed to save empty fields. Your regular users will not.

    Found it here: https://buddypress.trac.wordpress.org/ticket/7483#comment:6

    I tested and it works as expecteded.

    Cheers

    #271373

    In reply to: BuddyPress Moderator

    Venutius
    Moderator

    Looks like this plugin is just about the last remaining moderation plugin:

    WordPress Moderation Plugin

    Venutius
    Moderator

    No the comments are WordPress Territory, not BuddyPress, BuddyPress is extremely light in it’s handling of posts and comments and it does not have any moderation, WordPress handles that for comments.

    lorndal
    Participant

    Hi,
    in my private, user-login BuddyPress Community with groups, forums, activity-stream, I´m just integrating a blog, in which everyone should be able to create posts and comments, without having to wait for approvement!

    Here is my first problem:
    A participant can´t comment on an post, created by admin:
    “Your comment is awaiting moderation.”
    Even in the settings/discussion, “Allow people to post comments on new articles” is set!
    I also can´t find any other option, which could feed to this problem!

    Second:
    People should be able to create posts in the frontend, that it is not necessary, that they logg in into the wordpress-backend.
    Can anyone suggested a plugin for that?

    nice greetings and thousand thanks
    Sandra

    #271347
    Venutius
    Moderator

    Ok I’m in.

    You should change that password now I’ve had access.

    I can see what the problem is, your Base Profile field looks to be corrupt. It’s duplicated and does not have the required Name field. I added this field to one of the profile fields and it still did not show up.

    So basically your profile field settings are corrupt in your database. As I see it there are two ways forward:
    1. Delete wordpress entirely including the Database and start again.
    2. Try to recover your Database by manually editing it.

    Given it’s a test site and you are not experienced I suggest option 1 is the best way forward.

    It would be good to know exactly what happened to get this error, technically it should not happen.

    #271330
    Venutius
    Moderator

    I notice the registration form does not ask for the BuddyPress username, only the WordPress username. have you changed anything from the default to make it this way? That login does not seem to work.

    #271316

    In reply to: Embed Groups

    David Cavins
    Keymaster

    I don’t know of a shortcode for listing out groups. However, you could use the code in buddypress/bp-templates/bp-legacy/buddypress/groups/groups-loop.php as a starter. The loop is powered by bp_has_groups() which is template loop like the WordPress posts loop. You could add a template to your child theme, like page-group-list.php and copy that groups loop into it and start tinkering. you can read more about the parameters you can pass into bp_has_groups() here: https://buddypress.trac.wordpress.org/browser/branches/2.9/src/bp-groups/bp-groups-template.php#L290

    I do want to make sure that you know there’s a group directory built by default, right?

    shabbelle
    Participant

    WordPress 4.9.4
    Theme: Community Builder 1.1.0 by BuddyDev https://buddydev.com/
    BuddPress 2.9.3
    A2 Hosting

Viewing 25 results - 3,051 through 3,075 (of 22,614 total)
Skip to toolbar