Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,226 through 6,250 (of 22,602 total)
  • Author
    Search Results
  • Hugo Ashmore
    Participant

    @studdlypig
    The admin user or primary user that is setup when a wordpress site installed is always able to login directly, and it’s initally only that user that can activate plugins i.e BuddyPress so I’m not sure why you are having trouble with activation requests. /wp-login.php should allow the admin to login regardless of whether BP is activated or not.

    What account are you trying to login with, the admin user ID 1 ?

    In the BP settings screen ‘Page’ tab what page have you associated to ‘Activation’ in the select box, as the redirect here appears to be the main issue and the WP link to login on the WP toolbar should redirect to the wp-login screen, which you can actually access directly by modifying your browser url so you can actually login as admin and manage your site.

    fyi you shouldn’t have to trouble your web hosts to deactivate BP, using a control panel or ftp you can rename the plugins folder which will force a deactivation of the plugin or any plugin if they give trouble.

    #235447
    danbp
    Participant
    #235446
    danbp
    Participant

    You have to learn how to find what you need for customizing your site. I allready answered. So again, for such things, you have WP Codex (as detailled previously)
    https://codex.wordpress.org/Class_Reference/WP_Admin_Bar/add_menu

    #235435
    rosyteddy
    Participant

    If you need features of BP then you need both, I think so.
    But before that you may ask here https://wordpress.org/support/plugin/paid-memberships-pro
    if you can exactly do what you are asking for.

    Thanks.

    danbp
    Participant

    hi @michaelhpdx,

    maybe these posts will help you ?

    https://buddypress.org/support/topic/my-conditional-tags-are-not-being-respected-in-genesis/
    https://yoast.com/wordpress/plugins/canonical/

    Or maybe this snippet (intended for WP SEO at least) which removes canonical

    function bpfr_wpseo_canonical_exclude( $canonical ) {
      global $bp;
      if ( function_exists( 'buddypress') && ( buddypress()->displayed_user->id || buddypress()->current_component ) ) {
        $canonical = false;
      }
      return $canonical;
    }
    add_filter( 'wpseo_canonical', 'bpfr_wpseo_canonical_exclude' );
    #235428

    In reply to: Users gallery

    Henry Wright
    Moderator

    Hi @mocmocmk

    A popular plugin to manage media seems to be rtMedia. I think you can display a gallery with the [rtmedia_gallery] shortcode

    #235425
    Michael Bryner
    Participant

    [quote]If you want a permanent notice to show without users being able to close it would it not be better to just add a text widget and add your own styling to make it stand out as a permanent reminder?[/quote]

    I rather do just install a widget, then go across google to find ways to do it in a text html styling. If there is a widget of plugin. I rather do that first.

    Thanks danbp, you are the man for showing something better than wasting time trying to code in a text widget.

    This is a widget that came with BuddyPress, and seems to me that with that comment up there, sounds like they rather have me do the work than just take a close button out of there own widget. Not like an adult way, sounds more like I am child and don’t want to do it attitude. Same as WordPress, when you request something. I mean they are developers, and all they want to do is say no for something they already created. Since, getting attitudes are the fondest things on BuddyPress, bbPress, and WordPress forums, then I will just stop asking for things that should be from them. I am not going to develop the software for them.

    For someone like me that rarely asks for anything. I got jumped on pretty fast there.

    Again thanks, danbp for the smarter reply.

    Hmm… just come across some other problems.

    1. The codex example still isn’t inserting the entry into the Show drop-down menu.

    2. I have a post type called “document” and that isn’t working at all, although my others are.

    Finally, and this is just an observation, but I wonder why all of this is necessary. The WordPress function register_post_type() already allows you to set singlular and plural labels for post types – surely it would be better for the bp_activity_set_post_type_tracking_args() function that we’re modifying here to use these labels by default?

    #235412
    Henry Wright
    Moderator

    Hi @sofijagb

    That particular email’s message isn’t filterable but the function which sends the email is pluggable, which means you can write your own function. For more info on pluggable function in WordPress, check out:

    https://codex.wordpress.org/Pluggable_Functions

    The function you’ll need to override is wp_new_user_notification()

    Hope this info helps!

    #235409

    In reply to: Google Indexing

    Henry Wright
    Moderator

    To resolve this, you’ll need to look at the member pages which aren’t being indexed (look at their templates, URLs, sitemap entries) and work out what is different to the pages that are being indexed. I think you mentioned there could be an issue with the sitemap, so that’s another avenue to investigate. Perhaps try installing a different XML sitemap. Personally, I’ve used XML Sitemap which has always been reliable (and support from the author is very good as you’ll be able to see from the resolved tickets I’ve opened on that support forum). Then there is Google XML Sitemaps which has 1m+ active installs, so that looks popular

    #235388
    danbp
    Participant

    Hi @verdon,

    Background

    consider this and this

    Can BuddyPress Profiles (Members) set-up and associate listings

    Read here

    Can BuddyPress have a professional look and feel?

    Visit biowebspin.com

    #235356
    rosyteddy
    Participant

    Is not Buddypress Registration same as WordPress Registration?
    Thanks.

    #235354
    rosyteddy
    Participant
    #235353
    rosyteddy
    Participant
    #235339
    danbp
    Participant

    Actually you have a single install with BuddyPress with N members and activities.

    Nothing will be deleted if you activate the site as network.

    That said it’s strongly recommended to dump your DB before doing this.

    For a better overview of the DB, see here
    The BP tables are the same on MS as on a single install, and WP adds only new tables for each blog and only if you create one at least.

    WP’s user table stays intact in any case, like bp activities and others related to members (profile, message and so on).

    This can help you too:
    https://codex.wordpress.org/Importing_Content
    https://wordpress.org/support/plugin/import-from-ning

    #235336
    danbp
    Participant

    Welcome to the buddypress debug club ! Please open a ticket and give details about your install and any step to reproduce the issue. Add also a link to this topic.

    Go here and use same login as on this forum.
    https://buddypress.trac.wordpress.org/newticket

    If you don’t know how to post a ticket on a wiki page, read here first.

    #235331
    danbp
    Participant

    Sorry but i’m unable to reproduce that. I don’t have notices or warning about this issue.

    Can’t you make a test with the trunk version ? (direct link to zip – BuddyPress is in the src folder)

    danbp
    Participant

    hi @daethian,

    if you’re using BP 2.2, don’t use the “old” bp-default theme.

    If you have FTP access, your wordpress should be at the site root if you want to use BuddyPress. If it’s you who created the /wp/ folder and if you haven’t any other site on the same account you don’t need it. Install wordpress directly at the root ! Mostly in a folder named www or htdocs (ie. htdocs/wp-admin, htdocs/wp-content/, htdocs/wp-include/)

    But let’s say it’s correct for now.

    Connect to your site and go to admin
    On WP dashboard> General ensure you entered WP URL and site URL correctly (hxxp://your-site.xxx) without trailing slash (normally the same URL)
    Then dashboard > Appearence>Theme and activate Twenty Fifteen
    Then dashboard > Settings > Permalinks > anything but default
    Then dashboard > plugins and deactivate/reactivate BuddyPress
    Then dashboard > Appearence > Menu > screen option (top right), check buddypress and add the BP menu to Twenty 15

    See if it works.

    If not, you’ll have to setup WP correctly at first.
    Return to FTP, move WP to the root, erase htaccess and wp-config and restart the installation

    your-site.xxx/install
    Re enter your DB name, psw and all other information needed for installing WP.
    Your DB and actual content won’t be erased (but you can make a dump before, in case of).

    5mn install later, you are invited to login. And you have to do what i’ve explained previously.

    #235328
    Travis
    Participant

    @danbp

    I just setup a fresh WordPress install and installed BuddyPress only on another operating system. Still getting the same errors.

    #235324
    danbp
    Participant

    Wow stunning ! Are you on a local server ? MS or single install ?

    Could be that something went wrong during upload.
    Erase the BP folder and add a new copy.

    And remove your theme from the theme directory while testing with Twenty.

    #235321
    Travis
    Participant

    @danbp

    I just setup a fresh new WordPress install and installed the BuddyPress plugin. The error is appearing here as well.

    #235312
    Jozef de Beer
    Participant

    I am having the same issue. The regular WordPress search box will not display any content from my Groups page. I think it is hilarious that when I go to create a group, under settings the public and private options say that group content will show up in search results. I have tried relevanssi and that didn’t help.

    #235298
    danbp
    Participant

    @rosyteddy,

    snippets published on the forum are generally related to a specific topic/question. And of course, dependant of theme and/or bp version, if not php or mysql or server settings. Over the time, they stop working or can’t be used anymore because the Core changed or because of other evolutions….

    Despite having a kind of snippet store accessible by forum menu seems to be a usefull idea, it is not. Each usage case is different and can not be extended to all case. FYI information, i had the same idea a few years back, and was quickly discouraged to do so by our Core dev. I was first disapointed, but i finally had to admit they where right. And today, i’m absolutely persuaded and on the same line.

    That’s why you have Codexes. For WP, BP or bbP with general explanation of default usage and more rarely, with usage examples. If you find a snippet example in Codex, in 95% of cases, you have to adapt it to your personnal usage.

    To answer your question, as you know, BuddyPress is (only) a WordPress plugin. When installed, the site continue to work with WordPress and WP dashboard. Nothing is modified in WP Core, only that BP was added to the site. As a plugin.

    How to handle WordPress is explained and widly documented in his Codex.
    Menu management, CPT management or how to modify menu items on Toolbar or Admin bar is also documented. And the’re so many sites giving WP tips (from excellent to awfull), you can read.

    Hugo Ashmore
    Participant

    What do your WP settings page ‘general’ show for urls, specifically ‘Site Address (url)’? Did you check the values here after the change over?

    WP codex guide on this aspect:
    https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    Did you also visit the permalinks page under ‘settings’, just to ensure permalinks are re-freshed?

    This is really a WP support issue as the problems rest with how WP is configured rather than issues specific to BuddyPress working.

    rosyteddy
    Participant
Viewing 25 results - 6,226 through 6,250 (of 22,602 total)
Skip to toolbar