Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 951 through 975 (of 22,680 total)
  • Author
    Search Results
  • #320869
    rfree190
    Participant

    When users attempt to upload a cover photo, they are greeted with an error;
    “BBM_7134.jpg exceeds the maximum upload size of 5MB for this site.”
    I can’t find a way to increase this value anywhere.

    My WordPress upload max is set to 512MB.

    I’d be ok with a functions.php edit, or a wp-config.php edit.

    I’d like to increase it to around 10MB.

    Thanks!

    #320838
    pm21
    Participant

    Hi!

    I have a question regarding the cooperation between BuddyPress ( https://pl.wordpress.org/plugins/buddypress/ ) and Events Manager ( https://pl.wordpress.org/plugins/events-manager/ ).
    From what I have checked, Events Manager does not have a function that allows a logged-in WordPress user to invite other logged-in WordPress users to an event. I assume that this event may or may not be created by the inviting user. Ideally, if someone could invite individual users from their BuddyPress circle of friends, or an entire circle of friends, as well as individual members of a BuddyPress group of which the inviting user is a member, or and entire this group.

    Do you know any ready-made solution that makes it possible?
    And if there isn’t, can you give me a hint, how I could do this with BuddyPress / Events Manager or another tools?

    I would be grateful for the information

    seregur
    Participant

    Wordpress 5.8
    BuddyPress 9.1.1
    Theme BuddyX
    Youzify 1.1.0

    Greyhelm – A Fantasy LARP in SC

    This is a new site with very little content at the moment.
    When attempting to post in the activity stream, any text appears without issue, but not images.

    During post creation, it allows me to add an image and it shows uploading and then the preview.

    I can see that the images are in fact uploading as they are in the WP media library. They just don’t show up along with their post.

    I have tried this with and without text. If no text, the post is just blank, but it is there.

    Any suggestions will be greatly appreciated.
    Thanks

    #320813
    daniel2023
    Participant

    Hello,

    I’m running into an error when attempting to upload a profile image. It states on the screen “An error occurred. Please try again later.”. This message appears below the upload box. A user with the administrator role can upload, however, those users without the admin role cannot.

    I’ve tried de-activating and re-activating BuddyPress but the issue persists.

    Any help would be greatly appreciated.

    WordPress Version: 5.8
    BuddyPress Version: 9.1.1

    tccdeveloper05
    Participant

    Wordpress Version: 5.8
    Buddypress Version: 9.1.1
    Link: no link because this is only from localhost.

    So i have these lines of code which displays all exisiting groups from the website and if i select one, it will link/integrate it to a course i selected (LMS).

    <?php
    $groups = groups_get_groups(array(‘show_hidden’ => true));
    $attached_group = (array) \TUTOR_BP\BuddyPressGroups::get_group_ids_by_course(get_the_ID());

    ?>
    <div class=”tutor-option-field-row”>
    <div class=”tutor-option-field-label”>
    <label for=””>
    <?php _e(‘BuddyPress Groups’, ‘tutor-pro’); ?>
    </label>
    </div>
    <div class=”tutor-option-field tutor-field-number”>
    <select name=”_tutor_bp_course_attached_groups[]” class=”tutor_select2″ multiple=”multiple”>
    <?php
    foreach ($groups[‘groups’] as $group){
    $selected = in_array($group->id, $attached_group) ? ‘selected=”selected”‘ : ”;
    echo “<option value='{$group->id}’ {$selected} > {$group->name} </option>”;
    }
    ?>
    </select>
    <p class=”desc”><?php _e(‘Assign this course to BuddyPress Groups’, ‘tutor-pro’); ?></p>
    </div>
    </div>

    However from the <select> options i only want to display the groups i have created. how to do this? any help will be appreciated!

    #320721
    avonrivercs
    Participant

    Wordpress version 5.8, Buddypress version 9.0. Theme is Sweetdate.
    URL https://ecupid.com.au
    I have an issue when a user signs up to create an account. When they select the dropdowns for the day, month and year of their birthday, the year options start from 2031 maximum and go to 1961 minimum. I have set the minimum age to join at 18 and I would like the maximum age to be 80 which is what I have set. I would have thought that the minimum date that could be entered via the dropdown would be the current year minus 18 to the maximum age of the current year minus 80. I can’t find anywhere I can adjust this apart from the minimum and maximum age setti8ngs which are not working. I would really appreciate it if you could point me in the right direction to resolve this.

    #320679
    xbladerunner
    Participant

    I have more than 10 subsites, with buddypress network activated. I recall at one point switching which site is considered the BP “main” site– such that the BP main site is one of the WordPress Multisite subsites. I was wondering if this was the historical event that created the duplication– that’s why I’m trying to figure out which db prefixes map to which subsites– I want to take a look at the original main site and the present main site. When I find these, what exactly am I looking for in the tables?

    maelscuttle
    Participant

    I’m trying to allow users to edit certain WordPress metadata fields on the frontend, namely contact and social information such as website, twitter link, etc. This functionality is outlined e.g. here https://bpdevel.wordpress.com/tag/wordpress/, however it only partially seems to work.

    I’ve added 4 custom fields to the profile:
    – Bio [type: Biography]
    – Website [type: WordPress Text Field: Website]
    – Twitter [type: WordPress Text Field: Twitter]
    – Twitter [type: WordPress Text Field: Instagram]

    When I fill them out on the frontend, only Bio and Website are correctly stored to the user-meta table, Twitter and Instagram content seems to be lost. I can however edit them in the WordPress backend and they get correctly displayed on the front-end profile.

    I’ve managed to synchronize them by updating them manually via code using update_user_meta() on save, but I feel like this defeats the point or shouldn’t be the way to go if the functionality is there on the admin menu.

    Or am I doing something wrong here?

    #320620
    bikkes69
    Participant

    Hi there, im having a big problem with the default required field in xprofile, and i already search for a lot of people having things similar and is all about the same but no solution. The “extended” profile of buddypress has a required field that is the same as the username in wordpress, so it has problems because if you change the username but leave the “name” of the xprofile empty automatically has an error. Why dont you you remove that unique field from de xprofile and let everyone make the fields they want, that thing is causing problems in every theme. i hope you understand , i can make a site for anyone to check this.

    BP : Last
    WP: Last
    Nothing else.

    xbladerunner
    Participant

    I have three signup fields that look identical. This phenomenon is displayed on the registration page, as well as in the signup fields tab from the admin side (users/profile fields).
    I can reorder them and edit them, but not delete them. Please help.

    Buddypress version 9.1.1
    Wordpress 5.8 multisite configuration (all the sites are displaying the error, example linked below)

    Register

    shanebp
    Moderator

    The devsite settings are indeed strange.
    I doubt anyone can diagnose the issue based on the info provided.
    You could try some standard debugging.
    You could try deactivating memberpress and / or switching momentarily to a WP theme like 202 and see if the issues persist – that will give you more info re possible causes.

    erinuia
    Participant

    I’m using buddy press with a memberpress integration and a memberoni child theme in wordpress 5.8 and the latest version of buddy press. local menu bars have suddenly disappeared from my group page and profile page. for example, on the group page I used to see Home/Forum/members/Invite/Email options/Manage. This whole menu is now missing. On the profile page, the menu bar listing profile/notifications/messages/etc/etc/etc is also missing. I compared the live site against our staging site and those menus are still present in the staging site. Buddy Press settings are the same in both environments, except there are some weird phantom checkmarks in the dev environment. I have checked every setting I can think of and have no idea where these menus have gone or where I should look. Am not a developer. Help?
    live site settings
    dev site settings

    crazydjp
    Participant

    How do I get both sidebars (left and right) on individual group pages (not groups directory)?

    E.g: I can set sidebars on https://something.something/groups/ on both sides from Appearance >> Customize >> Widgets >> Left Sidebar / Right Sidebar / Groups Directory Right Sidebar

    But I couldn’t set sidebars on https://something.something/groups/some-group/

    On the widgets section, I have an option of “Groups Single Group Sidebar”, but it shows only on the right side. I want on both sides.

    Website Link – https://www.whatarebonds.com/forum/
    Buddypress Version: 9.0.0
    Wordpress Version: 5.8

    #320583
    ramforth
    Participant

    Having the same issues.
    Fresh install on self hosted wordpress under Plesk.
    Version is 5.8, all components fresh and latest updates.
    Not able to get register or activate pages created.
    The pages Members, Activity and Groups are created, but doesn’t have any content – and thus does not work.
    Had high hopes for this plugin, but it turns out to be another dud.
    Sorry, there seems to be too much automation and no control over this to even bother with it.
    There are no good guides as to how one produces these pages manually after install.
    Buddypress just isn’t worth it.

    #320580
    benrobin
    Participant

    Since no one from the buddypress support staff answer my question. I have a solution if anyone encounter this problem. Just download the plugin called “BP Messages Tool”. That plugin let you manage Buddypress messages. After installing that plugin, go to “Tools”, then click “BP Messages”. Search a specific user, then just select all messages and delete them. That’s it. Problem solved.

    #320571
    djavco
    Participant

    WordPress 5.8
    BuddyPress 9.0.0

    I am trying to make the Group Description field a rich text field for Group admins so they can enter links and basic formatting.

    I have tried to achieve this with various methods including using BuddyPress Groups Extras but the option to enable ‘Rich Editor for Fields’ does not work – each time I enable this radio button and save the settings it reverts to being disabled.

    I have also looked into enabling the RichText editor for certain BuddyPress fields with a filter in bp-custom.php but it seems that WordPress has changed how it handles rich text fields and I cannot find any guidance on how to do this.

    Any help or pointers would be much appreciated.

    vitoanthony80
    Participant

    Hello guys.

    To test some plugins I thought of deleting the registered users (profiles that I had previously created some time ago).
    It happened that when I recreated the same profiles, the activation email did not arrive.
    Before it came with the wordpress email @ site name …. despite not having an active email sending plugin.
    In another case I tried to change the password and he returned the registration form (unregistered users are redirected to the registration form) but when I did to register with the email the message that the email comes out is in use (strange if it does not appear among registered users).

    I thought of going to the dashboard then customize to see if there was something out of place and I noticed that there is no longer the possibility to make any changes.

    Could you give me some advice on this?

    Thank you

    #320560
    mariaat
    Participant

    Trying for days now to find out why I can’t get certain words ytanslated into Dutch. I have used Locotranslate but I can’t translate the Directory-names and the meta “posted by”. U use stable.po- en -mo. files. Created a file content/languages/Buddypress/ but no changes.
    Anyone tips? thanks in advance!

    Screenshot: Screnshot

    wordpress 5.8
    BuddyPress 9.0.0
    Link to the site: https://xpartij.nl/

    #320559
    StudentFilmmakers
    Participant

    Hi Shane, thank you for your help. I have contacted that company several times and only got one response and after giving them the information they requested they never replied back. I just created another contact form submission on their site.

    I am also looking into exporting a CSV file and then importing it to WordPress with a member import plugin. I don’t know if it will get the images and profile information from socialengine or not but it might. I just have to fork out the $49 for the socialengine plugin. I wonder if anyone has tried something like this?

    #320558
    shanebp
    Moderator

    I’m not aware of any such converters.
    BP uses the same users as WP, so a SocialEngine to WordPress converter would get you started.
    And I don’t know of any converters that do that.
    There is this service which I know nothing about.

    #320531
    benrobin
    Participant

    Hi, I think it depends if what you’re goal is.

    1) If you want visitors interact with another visitor (like Facebook) or allow users to post content. Then read this link >> 8 Best BuddyPress Themes for WordPress <<. Buddypress works and functions with almost any WordPress theme though.

    2) If you want just a blog website like only you can post an article and just wait for another visitor to comment. Then you’ll just need to install WordPress. Any wordpress theme will do.

    Now, for the installation. There are various tutorials in Youtube on how to install wordpress, themes and plugins. Or if you’ll trust me, you can send me an email to “ben.dzn@gmail.com”. I’ll help you for free (it depends though if I’m not busy).

    #320505
    knowmates
    Participant

    Hello,

    in our registration form we have two areas with the following fields (all required):

    Account details (WordPress):
    – field “user name”
    – field “email”
    – field “choose a password”
    – field “repeat chosen password”

    Profile details (BuddyPress):
    – field “name”
    – field “first name”
    – field “last name”

    Actually we don’t need the fields “user name” (WordPress) and “name” (BuddyPress).

    We want to use only first name and last name (no user name, name, nickname, whatever). Is that possible?

    With that we want to make the registration easier to our users and we also want to sort the members directory according to the last name. Is that also possible?

    Best regards

    Earl_D
    Participant

    How to get the BP profile pic to be used as the wordpress avatar

    #320483
    Manoj Chacko
    Participant

    Hi
    I just updated or WordPress site and plugins and we have an error in uploading avatar, within the “change avatar” page. It gives me an HTTP ERROR. I tried temporarily removing all plugins, different themes still the error remains. This is a critical error since its a very heavily used feature within our community. Not sure what to do, Trying to look at temporary alternative while getting this to work.

    Also when I look at the web console, when I get an HTTP ERROR, it shows there was an internal error with wp-admin/admin.php. Trying to get it fixed ASAP any help is appreciated.

    #320464
    tarunweb1
    Participant

    Hello Guys,

    I am creating a post subscription. When any user subscribe to any post I want to send them notifications about comments and post activities. I am adding custom notifications to buddypress. Notifications are adding but in frontend the title of notification is not showing. I checked many forums but did not find any solution.

    Below is my code:

    
    public function __construct() {
          
          add_filter( 'bp_notifications_get_registered_components', array($this,'custom_filter_notifications_get_registered_components'),20 );
          add_filter( 'bp_notifications_get_notifications_for_user', array($this,'custom_format_buddypress_notifications'), 10, 7 );
          add_action( 'wp_insert_comment', array($this,'bp_custom_add_notification'), 99, 2 );
       }
    
    For custom component
    
    public function custom_filter_notifications_get_registered_components( $component_names = array() ) {
     
           // Force $component_names to be an array
           if ( ! is_array( $component_names ) ) {
               $component_names = array();
           }
        
           // Add 'custom' component to registered components array
           array_push( $component_names, 'custom' );
        
           // Return component's with 'custom' appended
           return $component_names;
       }
    
    For notification formatting
    
    public function custom_format_buddypress_notifications( $content, $item_id, $secondary_item_id, $total_items, $format = 'string', $action, $component ) {
         	   
             if ( 'custom_action' === $action ){
               $comment = get_comment( $item_id );
            
               $custom_title = $comment->comment_author . ' commented on the post ' . get_the_title( $comment->comment_post_ID );
               $custom_link  = get_comment_link( $comment );
               $custom_text = $comment->comment_author . ' commented on your post ' . get_the_title( $comment->comment_post_ID );
        
               // WordPress Toolbar
               if ( 'string' === $format ) {
                   $data_to_return = apply_filters_ref_array( 'custom_filter', '<a href="' . esc_url( $custom_link ) . '" title="' . esc_attr( $custom_title ) . '">' . esc_html( $custom_text ) . '</a>', $custom_text, $custom_link );
                   
        
               // Deprecated BuddyBar
               } else {
                   $data_to_return = apply_filters_ref_array( 'custom_filter', array(
                       'text' => $custom_text,
                       'link' => $custom_link
                   ), $custom_link, (int) $total_items, $item_id, $secondary_item_id );
               }
               
             return $data_to_return;     
          } else{
             return $action;
          } 
       }
    
    For adding notification
    
    public function bp_custom_add_notification( $comment_id, $comment_object ) {
     
          $subscribed_user =  get_post_meta( $comment_object->comment_post_ID , 'subscribed_user',true ); 
          
          if(!empty($subscribed_user) && is_array($subscribed_user)){
             for ($i=0; $i < count($subscribed_user); $i++) { 
          		 if ( bp_is_active( 'notifications' ) ) {
                      bp_notifications_add_notification( array(
                         'user_id'           => $subscribed_user[$i],
                         'item_id'           => $comment_id,
                         'component_name'    => 'custom',
                         'component_action'  => 'custom_action',
                         'date_notified'     => bp_core_current_time(),
                         'is_new'            => 1,
                       ) );
          		 }
             }
          }   
       }
    
    

    Please suggest best possible way to fix this issue.

    Thank You

Viewing 25 results - 951 through 975 (of 22,680 total)
Skip to toolbar