Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,201 through 3,225 (of 22,701 total)
  • Author
    Search Results
  • #270751
    Sebastien SERRE
    Participant

    Try this https://wordpress.org/plugins/bp-display-content/ for multiple reasons, I stopped working on BP.
    Hope it allways work

    #270744
    virajsonagra
    Participant

    I am running following plugins in my site.

    1. BuddyPress
    2. BuddyPress cover
    3. BuddyPress NoCaptcha Register Box
    4. Buddypress Xprofile Custom Fields Type
    5. BuddyPress xProfile Rich Text Field

    Wordpress version 4.5.1

    #270722
    Varun Dubey
    Participant

    @pmaheepala domain/members/username/ should link to the front page, which needs to be added inside BuddyPress Menus http://prntscr.com/icjcek for time being, you can use https://wordpress.org/plugins/bp-direct-menus/ it’s an outdated plugin but it will serve the purpose for now. http://prntscr.com/icjklb

    #270717
    Varun Dubey
    Participant

    @grounder BuddyPress use same user table to display users, it does not have its own instance to save the password. It might be possible you are using some custom approach to create an account, and it does not set the password, and WordPress is generating an auto-generated password for it.

    #270714
    Venutius
    Moderator

    There’s no plugin that allows you to do that, but if you’ve got FTP access to your WordPress directories, it’s actually quite a simple task.

    Firstly you need to find out the numeric user id for the person whose profile image you wish to change. I just looked them up in the bp_xprofile_data table using phpAdmin. however if that’s over your head you can go to Dashboard>>Users>>All Users and waive your mouse over that user, you will see the user id in the link address to edit that user, it will be something like …user-edit.php?user_id=17….

    Once you have the user id, go to the wp-content/uploads/avatars directory. If the user already has a profile image there will be a directory with the same number as that user id, if they don’t you can create one.

    Look inside the directories for one of the other users. Inside there you will find two files – ……bpfull.jpg and …….bpthumb.jpg. Download and find the size of these files, then you can create your new profile images, name them something similar (with the same length random string at the front, starting with a number, and that should be it.

    Sorry I don’t have a really simple answer.

    #270710
    Varun Dubey
    Participant

    @sandra17 Emails are more server-specific functionality; You can test using some plugins https://wordpress.org/plugins/check-email
    If the server is is not able to send emails, you can try SMTP configurations to send emails.

    #270707

    In reply to: Links

    zckoqlzc
    Participant

    Yes, I know HTML hahaha 😉

    but I would like to know the steps of WordPress to get the links …

    #270700
    Varun Dubey
    Participant

    @normancates that screenshot it not BuddyPress theme specific, it’s regular WordPress Profile screenshot.
    Bp-nouveau will be part of BuddyPress template files after BP-3.0 updates.

    #270699
    krioteh
    Participant

    Nobody knows how to run a massive update of user profiles in the WordPress?
    Sadness … 🙁

    #270681
    JC
    Participant

    You can find more info here:

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

    See last message:
    Outlook.com and Apple iOS Mail 10 does not support HTTP URLs for the List-Unsubscribe header (which is what we are using), so the “Unsubscribe” link will not show up in these clients.

    Now Outlook.com rejects those emails.

    #270669
    Venutius
    Moderator

    I the next release or so the BuddyPress team are planning to launch a new bp theme – nouveau –

    https://bpdevel.wordpress.com/tag/bp-nouveau/

    #270658
    David Cavins
    Keymaster

    Hi @mbv-

    The data should be slashed on the way into the database. When you call the activity content using bp_get_activity_content_body(), many filters are applied, including stripslashes_deep here: https://buddypress.trac.wordpress.org/browser/tags/2.9.3/src/bp-activity/bp-activity-filters.php#L82

    If you’re displaying activity using an activity loop (like BuddyPress does in its default theme parts), then the results are as expected. If you’re accessing the data some other way, you’re going to need to apply the needed filters to it. Check out the link above to see all the filters that applied to bp_get_activity_content_body.

    #270654

    In reply to: Translate Buddy press

    David Cavins
    Keymaster

    Hi @jungdchinese-

    In the short term, you can copy the .pot file out of the 2.9.2 release and replace the bad one in the 2.9.3 file. You can download the 2.9.2. .pot here: https://plugins.trac.wordpress.org/export/1817522/buddypress/tags/2.9.2/buddypress.pot

    #270649
    JC
    Participant

    Still not working, only when sending from BuddyPress to Hotmail, it DO works when sending from WordPress:

    1) Contacted Microsoft support, IP not blocked and everything is correct.
    2) Changed activation e-amil template: removed activation related words. I have sent emails with “test” subject and body and only are delivered to gmail, yahoo, etc NOT Hotmail accounts
    3) Sent from another IP, same issue.
    4) Changed “from” using the “bp_email” action.
    5) Done all the steps above again from a clean WP installation with only BuddyPress activated.

    It must be a BuddyPress issue. There are a few topics related, something is happening when sending to Outlook.com and no one seems to support.

    #270641
    amiya36
    Participant

    my error log?
    WordPress database error Unknown column ‘profile’ in ‘where clause’ for query SELECT a.* FROM wp_buddyboss_media_albums a WHERE a.user_id=886 AND ( a.group_id NOT IN ( SELECT id FROM wp_bp_groups WHERE status != ‘public’ )
    OR a.group_id IS NULL ) AND ( a.privacy IN ( ‘public’) ) AND a.id IN (profile) ORDER BY a.date_created DESC LIMIT 0, 20 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/woffice/buddypress.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, bp_replace_the_content, apply_filters(‘bp_replace_the_content’), WP_Hook->apply_filters, BP_Members_Theme_Compat->single_dummy_content, bp_buffer_template_part, bp_get_template_part, bp_locate_template, load_template, require(‘/themes/woffice/buddypress/members/single/home.php’), bp_get_template_part, bp_locate_template, load_template, require(‘/themes/woffice/buddypress/members/single/plugins.php’), do_action(‘bp_template_content’), WP_Hook->do_action, WP_Hook->apply_filters, buddyboss_media_template_albums, buddyboss_media_load_template, include_once(‘/plugins/buddyboss-media/templates/members/single/buddyboss-media-album.php’), buddyboss_media_has_albums, BuddyBoss_Media_Albums->__construct, BuddyBoss_Media_Albums->fetch_albums

    #270624
    otty-dev
    Participant

    @mastershas

    It might be difficult to get the follow button on the bottom of each blog post because it seems like the follow button on the profile page is only visible for logged in members

    But, the second part: making it so that when someone clicks “view all posts by author”, it goes to their buddypress members page not the author page would be really crucial because now I realized that many of the members don’t have an author page because they are not registered as a author on the wordpress backend.

    #270612
    Varun Dubey
    Participant

    @amiya36 try with default WordPress, Twenty Seventeen theme. You can also test in preview mode without activating it.

    #270607

    In reply to: Emails new tokens ?

    Varun Dubey
    Participant

    @aliceg There is a paid approach to it, you can take a look at it https://usersinsights.com/how-to-find-and-email-your-inactive-wordpress-users/

    #270601
    Abolfazl Ahani
    Participant

    Thanks Paul

    I hope you are doing well.

    There is still no sign of this long-awaited enhancement.

    Best Regards

    #270563
    David Cavins
    Keymaster

    Keep in mind that BuddyPress is developed and supported by an all-volunteer community.

    If you are in need of more specialized help or more immediate help than this forum can provide, I’d recommend that you develop a business relationship with a local WP developer. Any WP developer who understand the filters/actions approach of WordPress will be able to develop for BP.

    #270535
    otty-dev
    Participant

    @dcavins

    Correct, I added a plugin that replaces add friend with follow.
    I created a new directory of buddypress > members > single > cover-image.php and tried to add the following code but no luck:

    <div id="item-header-content">
                    
    <?php }else{?>
    <div class="follow_button">
    		<div class="follow_icon">
    		 			<?php
              $args = array('leader_id' => bp_displayed_user_id(), 'follower_id' => bp_loggedin_user_id(),);
              echo bp_follow_get_add_follow_button($args);
              ?>
    		</div>
    	</div><div class="clear_follow"></div>
    	<?php }?>
    #270533
    ryannnlewis
    Participant

    How do I get FTP access to my wordpress folders?

    #270532
    Venutius
    Moderator

    You need to get FTP access to your wordpress folders, go to wp-content/plugins and delete the buddypress directory, you should then be able to reinstall it.

    Scott Hartley
    Participant

    Did you install any sort of anti-spam plugin? Many of them tend to treat university email addresses as spam as it is a common tactic for email spam?

    Also, check with your host to see if they are running something like apache spamassassin and see if that’s preventing you from receiving the spam emails. (while typically its used for inbound emails its always good to see). Otherwise, you can also try using a plugin like.

    Easy WP SMTP

    And setting it up via SMTP to see if that helps any.

    #270519
    Scott Hartley
    Participant

    I don’t know what you mean by making the full WordPress backend come under BuddyPress, but with BuddyPress your front-end can be expanded to do a host of features that the back-end is typically used for. Even for adding posts?

    Of course the admin panel is meant for the administrator to manage their site not everyone should be accessing it.

Viewing 25 results - 3,201 through 3,225 (of 22,701 total)
Skip to toolbar