Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,676 through 3,700 (of 22,650 total)
  • Author
    Search Results
  • #263145
    shanebp
    Moderator

    Did you try using the meta function?
    https://codex.wordpress.org/Function_Reference/get_user_meta

    And you don’t need user_can.
    Just request the meta and show if it exists.

    #263142
    danbp
    Participant

    I have looked everywhere and tried everything!

    If so, what could we do more for you ? You’re asking for help for a page question. Pages are part of WordPress and fortunately, WordPress has a codex, where “page” is a well documented department.

    https://codex.wordpress.org/Pages

    Page Templates

    Concerning BP pages, that documentation is much shorter, because BP doesn’t use page like WP and when it use a page it is internally only, and only for one of his component, not to allow users to write a page.

    #263141

    In reply to: Bug after install

    danbp
    Participant

    Deactivate all plugins before activating BP.
    Activate a Twenty theme.
    Then activate BP. If your admin remains blank again, remove BP from the server – there may be corrupted files – and upload a fresh copy by FTP.

    If still trouble, contact your host and see if you have minimum requirements to install BP (including enough php memory (at least 64 mo)

    As apparently you never have to debug your install, read here for more recommendation (to follow if possible).

    #263137
    danbp
    Participant

    [Topic moved and closed by MOD]
    Please don’t jump into topics who aren’t related to your question and don’t double post.

    BuddyPress use WordPress tinymce editor. See WP codex:
    https://codex.wordpress.org/Function_Reference/wp_editor
    https://codex.wordpress.org/TinyMCE

    #263118
    manishn
    Participant

    Hello there..

    I am newbie in buddypress, can anyone help me in this:

    I am using this plugin for hashtagin https://rup.wordpress.org/plugins-wp/buddypress-activity-stream-hashtags/

    Its working fine, but I want to show #hashtag filter on site. So when anyone can search particular #hashtag it will display the result for that #hashtag only. I know there must be a way which I can’t find.

    Thanks you in advance.

    #263079
    danbp
    Participant

    Hi,

    sidebar is part of your theme. The edit.php (members/single/profile/edit.php) template file doesn’t contain a sidebar, but a form. And this form goes into any theme who has a place for “content” (usually it is the main content).

    If you don’t want a sidebar on the member page or on the profile, you can add a conditionnal on your (child)theme sidebar.php or around the call to sidebar you can find in almost all your theme files.

    The thing to search is get_sidebar which calls the sidebar template.

    Note that BP use mostly to “page.php”, so if your theme has such a file, it is where to start. You already know the way to BP’s template doc. More about this on WP codex:

    get_sidebar()


    https://codex.wordpress.org/Function_Reference/dynamic_sidebar

    #263072
    danbp
    Participant

    Hi,

    seems you’re in wp-admin media library when you get that error. The message comes from WordPress. BuddyPress doesn’t use backend editing and doesn’t use edit tools on front-end like “mirror” or “rotate” when he handles pictures.

    With BP, a user can handle his avatar picture and the cover header for profile and groups, and all that from front-end.

    Where is the image in BuddyPress that you try to edit ?
    Please give details, so your issue could evtl. be reproduced.

    #263062
    danbp
    Participant

    Hi,

    BuddyPress hasn’t a video player. By default, BP use WordPress embeds. Read attentively this document, to understand how embeding videos is working and how READING videos is automatted.

    If you want thumbnails in place of the default wrapper, you could use some plugin like this one (untested). And they’re many other on the plugin repo. Only thing you have to take attention with such a plugin, is his compatibility with BP. For ex. wall activities are not exactly blog posts.

    If you’re comfortable with CSS, you can even try to modify the existing wrapper size.

    Note also that all of these tips have not very much to do with BuddyPress, but with theming.

    #263045

    In reply to: Email notification

    Henry Wright
    Moderator

    Crowdmentions will web notify members of a group if a @ keyword is used in the update’s text. However, emails aren’t sent for various reasons.

    Disclaimer: I’m the plugin author.

    #263039
    danbp
    Participant

    Thank you for the report. Devs are aware of the problem. You can also participate or follow this on Trac.
    Read from #7406

    #263038
    danbp
    Participant

    Hi and sorry for your issue. Could be a lot of things. From php version to file access rules… Best to do is to verify you have the minimum requirements needed by WP and BP on your host plan and to contact your host support.

    #263020
    Henry Wright
    Moderator

    This isn’t ideal. Can you open a ticket on Trac explaining the issue?

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

    #263014

    In reply to: Spam via messages.

    danbp
    Participant
    #262994

    In reply to: [Resolved] My Profile

    Humiges
    Participant

    Thank you @danbp,

    I saw those and others.
    What I can’t figure out is how to add the for example: bp_core_get_user_domain( $user_id ) . 'activity' to the existing nav-menu in wordpress 🙁

    Thanks

    #262974
    danbp
    Participant

    You simply use one of the 6 action hook available on the group member template.
    The file to check is buddypress/bp-templates/bp-legacy/buddypress/groups/single/members.php

    The hook to use, for example bp_group_members_list_item.

    WP hook reference.

    #262949
    gprovostjr
    Participant

    1. Which version of WordPress are you running? 4.7.1

    2. Did you install WordPress as a directory or subdomain install? Directory

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? no

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 2.7.4

    7. Did you upgraded from a previous version of BP? If so, from which version? no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? YES
    Analytics Cat 1.0.1
    bbPress 2.5.12
    Photo Gallery 1.3.26
    Ultimate Social Media PLUS 2.5.1
    User Role Editor 4.31.1
    WP Discord 0.2.3

    9. Are you using the standard WordPress theme or customized theme? Standard

    10. Which theme do you use ? 2017

    11. Have you modified the core files in any way? no

    12. Do you have any custom functions in bp-custom.php? no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? listed earlier

    14. Please provide a list of any errors in your server’s log files.

    15. Which company provides your hosting? ipage

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    #262852
    danbp
    Participant

    The toolbar is part of WordPress, not BuddyPress.
    BP offers in his Main Settings to show the Toolbar for logged out users (default: enabled).

    Removing WP’s toolbar is a very common task, widely commented and explained over the web and on WP’s codex. Read here.

    #262825
    Luisa Oreglia
    Participant

    thanks, for now I resolved using wordpress function get_avatar( $id)

    #262802
    djsteveb
    Participant

    I am guessing an installer from a web host likely includes some plugins and different themes.
    I suggest deactivating or deleting all plugins, and switch to default theme in wordpress before you try to install buddypress. then follow the prompts from there.

    #262791
    Luisa Oreglia
    Participant

    Solved!! 🙂

    I view this post https://buddypress.trac.wordpress.org/ticket/5373
    and I changed database field value.

    #262766
    Lars Henriksen
    Participant

    Hi

    #2, Buddypress Registration Options is doing the job for me.

    shanebp
    Moderator

    afaik, bp_friends_prime_mentions_results is called by the Activity component.
    So why is it being called by comments on a WP post?

    The default avatars are coming from gravatar.com.
    You can turn off gravatars – google it.
    Or this might help: https://wordpress.org/plugins/bp-local-avatars/

    #262761
    djsteveb
    Participant

    ip geo block plugin best dam thing ever.

    shield firewall plugin just to disable xmlrpc or a disable xmlrpc plugin

    “good question” (https://wordpress.org/plugins/good-question/) or similar – adds a question that must be answered to finish registering

    wp spmashield

    limit login attempts

    sucuri hardening

    audit log and multisite register ips (for the manual dedicated spammers)

    this mix seems to make like tough for them – especially the ip geo block stopping several countries from abusing the site..

    ymmv
    dj Steve

    ps


    @redsand
    – good to see you active in bp threads! your plugin is a miracle, especially since akismet changed – one on bp site I did have to fiddle with the settings for forms or something recently – vaguely remember users having trouble sending pms were getting the you cant do that permissions thing until I messed with it a bet.. just like 2 weeks ago.

    #262756
    medicinalplantclub
    Participant

    Wordpress 4.7.1
    Buddypress 2.7.4
    http://www.medicinalplantclub.com

    Hi, I am hoping someone can help. I just got buddypress set up on my site and there is a quote under my admin profile page that I apparently do not have access to change?? I cannot find it anywhere. I want to remove or change it but don’t know how. Sorry if this is extremely basic, but I am new to buddypress and there is no field within the profile or settings page. Thanks!

    #262740
    djsteveb
    Participant

    I would change permalinks, save, then change back and save..

    then – make a list of other plugins you are using, and which theme – try with all other plugins disabled.. and the 2014 (or 15 – default) theme.

    does it work?

    if not delete bp – and get your regular wordpress to work. remove any pages you don’t need – change permalinks.. basically getting a fresh install that works just as wordpress.. change permalinks twice.

    then install bp – and run through the process of assigning pages, and all that – and check permalinks twice..

    I would be it’s a theme or other plugin causing the conflict at this point.. if your htaccess is fresh anyhow..

Viewing 25 results - 3,676 through 3,700 (of 22,650 total)
Skip to toolbar