Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,651 through 1,675 (of 22,644 total)
  • Author
    Search Results
  • #310693
    osmantarar
    Participant

    i have latest wordpress installed 5.3.2. when someone register on my site through buddypress registration form he receives activation email from “wordpress@mysite.com” i want to change it to “custom@mysite.com”. and title my site name with description. Optional: can i send users after activation a welcome mail?

    #310686
    peppo90
    Participant

    Hi, I have the problem with the registration page. I want to use the wordpress default page for the registration, but this page is not a really page and I can’t select this page in the buddypress settings. How can I do?

    dvlimbasiya
    Participant

    Hello Friends,

    All of the plugins are up to date and still there is conflict in jQuery and rtmedia.min.js files in buddypress-media plugin. Can anyone please help me on this.

    Wordpress version 5.3.2
    bbPress version 2.3.4
    BuddyPress version 5.1.2

    Thank you in advance.

    #310651

    In reply to: Deleted Message Issue

    David Cavins
    Keymaster

    It sounds like WordPress doesn’t think he’s logged in anymore. I’d start by ensuring that he is logged in.

    #310639
    kasperdalkarl
    Participant

    Hi!

    I was wondering if anyone else has this issue? My site runs with Buddypress and Bbpress. I haven’t done any changes but suddetly people appears logged out when visiting posts on the site. I have tried to check different settings but nothing helps, any suggestions would be helpful.

    I run on WordPress 5.2.5, and Buddypress Version 5.1.2.

    Thanks!

    shanebp
    Moderator

    The problem is in the theme.
    It is calling a function that was removed in BP 3.0
    Call to undefined function bp_is_user_forums() in /var/www/wordpress/wp-content/themes/moview/members/single/home.php
    You should contact the theme authors about this obvious issue with their theme.

    ken1100
    Participant

    Hi everyone when i access to https://vidtubeworld.com/members/test/ ,i get this message as following

    Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /var/www/wordpress/wp-content/themes/moview/members/single/home.php:85 Stack trace: #0 /var/www/wordpress/wp-includes/template.php(724): require() #1 /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/var/www/wordpr…’, false) #2 /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘members/single/…’, NULL) #4 /var/www/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part(‘members/single/…’, NULL, false) #5 /var/www/wordpress/wp-includes/class-wp-hook.php(288): BP_Members_Theme_Compat->single_dummy_content(”) #6 /var/www/wordpress/wp-includes/plugin.php(206): WP_Hook->apply_filters(”, Array) #7 /var/www/wordpress/wp-content/plu in /var/www/wordpress/wp-content/themes/moview/members/single/home.php on line 85
    There has been a critical error on your website.

    In addition when i signup new account then i login to account success,only homepage still show Guest Login, i access to another page then i can see the loged-in user and avatar on the page header(you can check it by register accounr on my site
    How can i resolve this problem. Thanks you

    #310558
    brunov99
    Participant

    Hi there,
    May be you can use a plugin that uses shortcodes to display BuddyPress page elements in elemntor Pro.
    This is the way I was doing for bbPress pages in elementor.

    https://wordpress.org/plugins/bp-profile-shortcodes-extra/

    #310556
    shanebp
    Moderator

    Did you try some basic debugging? Checking error logs etc?
    https://codex.wordpress.org/WP_DEBUG

    Did you try deactivating s2Member Pro and see if the issue persists on reg?
    Did you try deactivating BuddyPress Xprofile Custom Field Types and see if the issue persists?
    Did you try switching to a different theme and see if the issue persists?

    Your issue is almost certainly due to your setup or some combination of plugins and/or theme.
    It is highly unlikely that it is due to BP.

    pickleit
    Participant

    WordPress version: 5.3.2
    BuddyPress version: 5.1.2
    web server: nginx
    Also I am running wordpress in multisite mode.

    I am having problems creating buddypress groups:

    In wp-admin i can click on “Groups” on the menu. The “Groups” page shows no groups, which is correct. I can click on the “Add New” button which redirects me to “/groups/create/step/group-details/”.

    I can fill in step 1 ok, but when i click on the “Create Group and Continue”, it just results in a 404 error. The url doesn’t change either.

    If I enable WP_DEBUG, I get the following errors on the following urls:

    1) /wp-admin/admin.php?page=bp-groups
    Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/www/wordpress/public/wp-includes/functions.php on line 4655

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    2) /groups/create/step/group-details/
    Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/www/wordpress/public/wp-includes/functions.php on line 4655

    Please help.

    #310523
    olivier83
    Participant

    Hello,
    I’m using a plugin to create forms and registration forms on my WordPress website.
    It’s WP Fluent Form Pro.
    I want to fill the extended profile fields of buddypress from the registration forms I create with the plugin.
    The support of the plugin says that I can use the user meta for passing other inputs to BuddyPress fields. They don’t want to help me more claiming that I have to find the solution by myself…

    My issue is that I don’t find any User Meta in the extend profiles of buddypress. Where can I find them?

    Thank you for your help.

    a3132
    Participant

    I’m new to WordPress so I’m sure this is a basic thing. How can I see and manage all pictures that have been uploaded to my site, including those members upload from the front end? If I go to “media” on the WordPress dashboard it only show pictures that I uploaded from the back end.
    Also If a member adds a picture in a message by pasting a link to another site is that picture taking up space on my host’s server or is it just a link?
    I haven’t added any extra photo plugins – just BuddyPress.

    #310473
    writersabroad
    Participant

    Writers Abroad
    Wordpress version 5.3.2–en_GB

    Is there an option to archive sub forums, topics and replies in buddypress? Say posts older than three months and done automatically?
    Many thanks in advance…
    Jo

    stokim2012
    Participant

    Hi there.
    I have a question regarding Buddypress plugin.
    It seems that I can use Buddypress function such as bp_core_signup_user() without any declaration on other plugins. How does it possible?
    I’m newbie to WordPress so please help me to understand the basic concept.
    Thank you 🙂

    #310445
    lelegaia
    Participant

    Hi I’m working for a company and was hired update their website. They want to install buddypress on their site but there’s database issues. I think they previously had the plugin years ago but deleted it.

    How do I fix this?

    WordPress database error Table ‘cti_bp_invitations’ already exists for query CREATE TABLE cti_bp_invitations (
    id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    user_id bigint(20) NOT NULL,
    inviter_id bigint(20) NOT NULL,
    invitee_email varchar(100) DEFAULT NULL,
    class varchar(120) NOT NULL,
    item_id bigint(20) NOT NULL,
    secondary_item_id bigint(20) DEFAULT NULL,
    type varchar(12) NOT NULL DEFAULT ‘invite’,
    content longtext DEFAULT ”,
    date_modified datetime NOT NULL,
    invite_sent tinyint(1) NOT NULL DEFAULT ‘0’,
    accepted tinyint(1) NOT NULL DEFAULT ‘0’,
    KEY user_id (user_id),
    KEY inviter_id (inviter_id),
    KEY invitee_email (invitee_email),
    KEY class (class),
    KEY item_id (item_id),
    KEY secondary_item_id (secondary_item_id),
    KEY type (type),
    KEY invite_sent (invite_sent),
    KEY accepted (accepted)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_setup_updater, bp_version_updater, bp_core_install_invitations, dbDelta

    stokim2012
    Participant

    Hi there!
    I would like to use BP verification email system using bp_core_signup_user function on my sign-up widget plugin.
    It creates members on my db, but failed to add users on ‘signups’ table.
    I found the error log:

    Notice: Undefined property: BP_Members_Component::$table_name_signups in /wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php on line 323
    
    WordPress database error Incorrect table name '' for query SHOW FULL COLUMNS FROM <code></code> made by require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wsl_process_login, wsl_process_login_end, wsl_process_login_create_wp_user, bp_core_signup_user, BP_Signup::add

    I found the reason:
    1) bp_core_signup_user call the BP_Signup::add()
    2) BP_signup::add() call the buddypress()->members->table_name_signups for table name
    3) However, it cannot retrieve buddypress()->members->table_name_signups and shows error code like above.

    I’m sorry, but I’m newbie developer to WordPress and it’s kind of scope problem maybe. How can I solve this problem?

    Many thanks. Please help 🙂

    Sincerely,
    Jen

    wpthemes
    Participant

    BuddyPress is so much better than PMPRo, I have worked extensively on both Pmpro and BuddyPress. BuddyPress is hands down the best code written, better than WooCommerce and even WordPress itself. I litreally mean there is no competition here. I can show you code examples from BuddyPress vs other plugins to convincingly prove this as well.

    If you can share a link to your page, it would take 2 minutes to detect the issue.

    #310418
    chshaheryar
    Participant

    Hi Everyone,

    I am facing the same issue and cropping is not working.
    Once user uploads the picture it comes as a tiny block on the top left as highlighted in the below screenshot.

    Image Croping Issue Screenshot

    Did anyone found a fix for this issue?

    I am using…
    Wordpress Version: 5.3.2
    PHP: 7.1
    Buddy Press: 5.1.2

    #310414
    redbird16
    Participant

    I have an issue with the Navigation Bar. There are buttons and links still there even though I don’t have a custom menu. I have no menus at all, and yet there is still a menu. I have attached a couple of screenshots below because I have no idea what is going on. I’m willing to do code edit. I just want to remove all buttons and make my own with my own custom menu. Any and all help is appreciated!

    I’m using the latest version of WordPress and BuddyPress.

    Thank you in advanced!
    Red Prez

    Screenshots

    shanebp
    Moderator

    It’s just a notice, not an error. No need to worry.
    It’s a known issue and will be fixed in the 6.0 release of BP.
    More info: https://buddypress.trac.wordpress.org/ticket/8177

    coralbeauty
    Participant

    I’m experiencing this PHP error on my site: Trying to get property ‘show_avatars’ of non-object

    I am not a developer so I don’t have any idea on how to go about fixing anything. Can you advise how to fix it?

    WordPress version: 5.3.2
    BuddyPress version: 2.6.4

    My site is password protected and in maintenance mode so a link won’t help you see it.

    Carlen
    Participant

    I think the easiest way to do this would be to hide buddypress unless the user is in one of your courses.

    I would use a combination of:

    Memberpress (other membership plugins should work too)
    Learndash

    If Menu – Visibility control for Menu Items

    User Role Editor

    #310363
    Obito
    Participant

    To make the above two changes you will have to edit the wp-config.php and php.ini file respectively. In case you are not comfortable then I suggest you get in touch with the hosting company and they will make the changes for you.
    https://www.mediumtalk.net/increase-php-time-limit-wordpress/

    #310361
    Carlen
    Participant

    I personally haven’t seen anything with this specific functionality out of the box, but this is partially due to not knowing what plugin you are using for sending messages.

    I have done similar style restrictions with:

    WordPress Membership Plugin


    and

    User Role Editor

    You give someone a user type when they pay and this works well with many different plugins, though it is possible you may need to get in and do some custom code for the “x” amount of “actions” per day.

Viewing 25 results - 1,651 through 1,675 (of 22,644 total)
Skip to toolbar