Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,176 through 13,200 (of 32,678 total)
  • Author
    Search Results
  • #169896
    aces
    Participant
    #169895
    nicoblue
    Participant

    I’ve created a child theme following the instructions here. My style.css file looks like this:

    /*
    Theme Name: My community
    Theme URI: http://mycomm.com
    Description: bp child theme.
    Version: 1.0
    Author: Nicola
    Author URI: http://example.org/
    Template: bp-default
    Tags: buddypress
    */

    I take it there is no need for an import function here because buddypress does it automatically?

    The only template file overwritten is header.php, which I moved to the new theme folder then got rid of the search bar.

    The child theme works fine on the frontend and it inherits all the rest from the bp-default theme as it should.

    However, as soon as the theme is activated, wp-admin/themes.php displays the error below, and both bp-default and the child theme disappear from the page:

    Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    My community The parent theme is missing. Please install the “bp-default” parent theme.

    To make the bp-default theme or my child theme reappear in wp-admin/themes.php I have to deactivate buddypress and activate it again. But as soon as I switch to my theme, same issue.

    I’m on wp 3.5.2 and bp 1.7.3.

    What I’ve tried so far:
    – manual reinstall of wordpress via FTP
    – manual reinstall of buddypress via FTP

    What’s really strange is that the theme works ok, the error is just in the backend.

    Any idea?

    #169890

    In reply to: Members meta query

    shanebp
    Moderator
    #169882

    Topic: Custom hooks help

    in group forum Third Party Plugins
    tchburn
    Participant

    Hi all,

    I’m using buddypress along with a plugin called WP Favorite Posts (http://wordpress.org/plugins/wp-favorite-posts/) and trying to write a custom hook so that when a user clicks favourite it gets added to their BP Activity Stream.

    I’m getting nowhere though, has anyone tried this previously?

    #169872
    gswaim
    Participant

    UPDATE:

    This was not WordPress by SEO. And who knows what it is.

    If a user signs up, clicks the authorization in the email and then logs in they get the Authorization Page which is asking for an authorization key.

    If the user clicks the authorization link but closes the browser before relaunching the browser and logging in, no problem.

    #169871
    xKroniK13x
    Participant

    Hello, I’m new to BuddyPress, but not to WordPress…

    I’m having a problem with any page with pagination in it – but only if it calls for the wp-admin/admin-ajax.php script. I tested this on my mobile theme, since it calls for no ajax, and it worked flawlessly. On the desktop site, however, when I click on the pages, it simply does nothing. I’ve tried my basic understanding of coding to try to figure it out, but I’m not too familiar with ajax, so I didn’t get all too far. I’d appreciate some sort of point in the right direction. I’m using the most current versions of WP and BP. My website is http://yourstudentdiscount.com/ , and a specific page to see this on is http://yourstudentdiscount.com/locations/

    Thanks!

    #169869
    Rachel Biel
    Participant

    I had the same problem with one of my users and found that w3-total-cache was causing the problem.
    https://wordpress.org/plugins/w3-total-cache/

    I disabled it and she could post again.

    Check the support area of your hyper cache plugin and see if others are reporting stuff there. W3-Total-Cache was full of people reporting bad things happening…

    #169865
    gswaim
    Participant

    I can confirm this problem. After a user registered and clicked on the e-mail activation link, the activation page was displayed with an error message about an activation code.

    When I disabled WordPress SEO by Yoast, the problem went away.

    kagurarap
    Participant

    Hi everyone,

    I’m having this issue with Buddypress groups for one of my members where he created a group and has been regularly posting to this group. And suddenly, he can no longer post to his own created group.

    On the list of groups, there is no “leave group” option and it shows him on the list of members for that group. Inside the group, there is a “join group” button and there is no text editor or anything for him to post anymore. If he tries to “join group” it gives an error “There was an error joining group” which makes sense because why would he join a group that he created and is already a member? And since he is a member, why can he no longer make posts to this group?

    Here is the site if anyone is interested: http://fairytail-freecompany.com/

    I am experienced with WordPress but new to Buddypress, so does anyone have any ideas or suggestions to put me in the right direction for de-bugging this?

    These are the list of plugins I currently have running if it’s helpful:

    BP-Registration-Options
    BP-Profile-Search
    BuddyPress
    Buddypress Group Tiny Chat
    Buddypress Media
    Buddypress Site-wide Activity Widget
    DB Cache Reloaded Fix
    Hyper Cache
    Magic Fields 2.0
    Ninja Forms
    WP Image Size Limit

    Thanks.

    ~Kagurarap

    #169851
    Fee
    Participant

    same here with
    WordPress 3.6 (upgraded)
    BuddyPress 1.8.1 (upgraded)
    BP Default Theme

    I opened a ticket on this: https://buddypress.trac.wordpress.org/ticket/5140

    evanvolgas
    Participant

    Hey, your answer turned me onto bp-custom though and it was helpful to read what you’d originally shared too. WordPress to BuddyPress… a bit different, but very cool stuff.

    For those interested, the problem was that the nonprofit had several usernames/emails identical to each other. The default “add new user” search in the groups admin area was for user_name and user_email… not helpful in this client’s case. aces responded with https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/ which, while not the right solution for this specific problem, turned me onto this
    https://codex.buddypress.org/developer/customizing/bp-custom-php/, which is (or at least it works… is there ever the one right solution? not sure.”

    In any case, I created a bp-custom.php file and unhooked the original search function

    remove_action( ‘wp_ajax_bp_group_admin_member_autocomplete’, ‘bp_groups_admin_autocomplete_handler’ );

    Then I changed the autocomplete handler to show display_name and added the action back in

    add_action( ‘wp_ajax_bp_group_admin_member_autocomplete’, ‘mbb_groups_admin_autocomplete_handler’ );

    This one is solved. Turned out it was simple after all. @aces, thanks for sharing what you did. I read over the link you shared and saw the link to bp-custom, which somehow I didn’t find when I was looking into this earlier. I appreciate your help and it looks like the problem is solved 🙂

    #169831
    findlaw
    Participant

    I just installed Buddypress a couple of weeks ago, before then I have more than 14k members on my site but when I click on members page, it says I have about 300 members. I want it to display the exact amount of members I have on members page.

    I also noticed that since installing Buddypress there appear to large number of fake registration on my site. In fact it happens every few minutes. How can I stop this?

    my site is

    I’m using WordPress Version 3.6

    ScottCodes
    Participant

    Hi –

    I’m running WordPress Multisite and get this message:

    The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register — REPAIR

    But….

    1. Before installing Buddypress, I did select Network Settings >> User Accounts May Be Registered
    2. I have no other plugins installed besides Buddypress
    3. I have verified that the Buddypress Register.php and Activate.php files are inside the folder bp-themes >> bp-default >> registration
    4. In Dashboard I’ve “network enabled” BP Theme, and also activated it on my site
    5. The pages I see are: Activity, Members, Sample Page, Site Tracking
    5. I’ve uninstalled Buddypress and reinstalled, same result

    Help!

    mindcrime
    Participant

    Seems like buddypress are using a LOT of memory at my site, so I triued to disable it to compare memory use…. but that is impossible.
    I get a lot of error messages saying:
    Warning: ksort() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 167

    Warning: reset() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 172

    Warning: current() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 176

    Warning: next() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 182

    Warning: current() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 176

    Warning: next() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 182

    Warning: current() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 176

    Warning: next() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 182

    Warning: current() expects parameter 1 to be array, null given in /home/56/w192632/viproom/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 176

    Do anybody have any good ideas about how to solve this?
    I don’t even KNOW what these messages mean…. I’m sort of a plug ‘n play with wordpress guy…
    I’m using the jarida theme, I’ve tried to disable all other plug-ins first, but that doesn’t help either….
    Any good ideas?
    Running buddypress Versjon 1.8.1 and wordpress 3.6 (had the same problem with previous wordpress version)
    site is located at viproom.no

    Tobias Eigen
    Participant

    I’m curious about this functionality as well. I have an existing wordpress site with a bunch of content on it that I don’t want to delete but want to limit access to using groups, so that I can invite friends to still be able to access it. BuddyPress groups seems perfect for this.

    #169805

    In reply to: User profile

    bp-help
    Participant

    @cbedon
    I personally haven’t test it and it doesn’t appear to be updated for the latest versions of WP & BP. You can test it and if it doesn’t work then contact the author on the plugins support page.
    https://wordpress.org/plugins/bp-force-profile/

    #169804

    In reply to: User Registration

    bp-help
    Participant
    #169775
    JosiahW
    Participant

    For some reason the fancy editor is not displaying for me (the admin) or my users in bbpress. Also I would like to give my users the ability to use fancy editor in their posts on the activity stream.

    Yes I have “Use the fancy WordPress editor to create and edit topics and replies” selected.
    Could it be an issue with my using Ultimate TinyMCE?

    tchburn
    Participant

    Ok, bit of a weird one that I’ve found the cause of but no solution….

    Wordpress 3.6
    buddypress 1.81
    bbpress 2.3.2

    bbpress works perfectly on /forum/, but if I add forums to groups the forums display then a) posting a new topic or b) clicking to view a topic from *within* a group causes a redirect loop.

    Posting to the same forum from within the main bbpress /forum/ url works fine no problems.

    After much problem solving it looks to be causes by my permalink structure of /%category%/%postname%/ – if I disable this then posting/reading forums from within groups works fine.

    Is there any solution other than changing permalink structure?

    #169766
    Chicken07
    Participant

    I’m talking about the setup. So when I go to Buddypress settings I get:
    ” The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair”

    Then it looks like I am supposed to select a page for each of the following:

    Register >
    Activate>

    The pages that come up in the dropdown menu for me to choose from are:

    Activity
    Members
    Sample Page

    Which do I choose? There is also the option to create a new page but I don’t know if that is what I’m meant to do.

    Uncle Nerdicus
    Participant

    I have tried updating to the latest version (1.8.1) and it still didn’t solve the issue. I am running WordPress 1.5.2 and BuddyPress 1.8. When clicking on an Activity Update (URL: “http://yn.yazzietech.com/users/nerdicus99/activity/18/”) the following error occurs and displays on the user’s screen.

    Warning: require_once(/home/yaznetx1/public_html/wp-content/plugins/buddypress-wall/includes/templates/bp-default/members/single/activity/permalink.php): failed to open stream: No such file or directory in /home/yaznetx1/public_html/wp-includes/template.php on line 407
    
    Fatal error: require_once(): Failed opening required '/home/yaznetx1/public_html/wp-content/plugins/buddypress-wall/includes/templates/bp-default/members/single/activity/permalink.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yaznetx1/public_html/wp-includes/template.php on line 407

    How does one fix this?

    whitewolf1988
    Participant

    @bp-help WordPress is free and so’s buddypress. If you dont give me free then you suck!

    #169723
    user2165458
    Participant

    Hello,

    WP v. 3.6

    I have installed a theme from Themeforest (http://themeforest.net/item/fiction-flexible-and-responsive-wordpress-theme/5263035) and installed Buddypress.

    The problem is that the content from buddypress isn’t showed in the themes content area. The content is displayed in the header above the menu and logo.

    Please look at this: http://i.imgur.com/BWAlFVX.jpg

    Should I buy a theme build for Buddypress or could I just hire a programmer for a few hours to fixe the theme, so it is BP-friendly?

    Thanks 🙂

    #169712
    jorgebook1
    Participant

    Hi, I want to create a normal wordpress page on my site called “shortcuts” , so when a logged in user comes in, they can see on that page a link to new message, groups, friends ,etc.

    I see that link in buddypress are like http://site.com/members/USERNAME/activity/
    is there a way to replace the username part with something automatically puts the logged in user username,
    http://site.com/members/%USERNAME%/activity/

    Thanks a lot for your help

    #169702
    HorrorUK
    Participant

    I’ve just installed the plugin, but seem to have a problem with the like button not appearing in the activity stream.

    WordPress: 3.6
    BuddyPress: 1.8.1
    Website: http://www.writaz.com

    Thanks.

Viewing 25 results - 13,176 through 13,200 (of 32,678 total)
Skip to toolbar