Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 36,101 through 36,125 (of 68,918 total)
  • Author
    Search Results
  • #121354
    kenrichman
    Participant

    I am disappointed that BuddyPress does not simply use and extend the WP profile fields. It complicates things.
    And synching profiles with mailchimp plug-ins is now more complex – ok it doesn’t work – for me anyway.
    BuddyPress is a WP plug-in, not a standalone system so it should plug in to WP, including profiles. Bp says it offers extended profiles, not different profiles.
    Incidentally my users want Last name, First name, just to complicate things further.

    #121353
    kshirtcliffe
    Member

    That just prompted me to search my inbox for the problem so this is what I wrote a few months ago when I was having that problem :
    ====
    If you’re using pretty permalinks then you have to start it with a numeric identifier like %post_id% or %hour% anything with a number in.

    %postname% on its own is fine for small sites but wordpress has a bug which sends it into database mental town for big sites.

    Just putting %post_id% in and updating all the links has reduced me from 1300queries to 37.
    =====

    Maybe even WP3 has solved the problem, to be honest, I’m one of the people who forgets about things the minute they get sorted. :/

    #121352
    kshirtcliffe
    Member

    @echiomega My site has literally thousands of pages and the first time mine was eating memory it was due to a wordpress bug with the permalinks (various strange sql queries going into infinite loops) – try changing the format of your permalinks.

    I’m not sure it’ll make a difference but worth a go?

    #121351
    N3Xt88
    Member

    I tried turn off all plugins and BP works. Thanks

    #121350
    Tammie Lister
    Moderator

    If you can try 5 and find out 4 we may have some more information to judge with.

    #121349
    N3Xt88
    Member

    1) Single
    2) 3.2.1
    3) CPU: 2x QuadCore Xeon 2.5Ghz
    RAM: 12GB
    HDD: 4x300GB SATA2 10k v RAID10
    4) I dont know :D
    5) No

    #121347
    Tammie Lister
    Moderator

    Have you updated to the latest theme version along with updating to BuddyPress 1.5?

    #121344
    Tammie Lister
    Moderator

    Hmm first up a little more information about your set up would be good.

    Are you running single or multisite WordPress?
    Are you on the latest WordPress?
    Have you checked the minimal server requirements for WordPress and that your server meets these?
    Do you have a memory limit in your php.ini file (you may have to ask your host about this)?
    Have you tried deactivating all other plugins then just trying BuddyPress with the default theme?

    No need to link to your admin panel – make sure you don’t put private information also (just incase) on this forum as it’s a public forum.

    #121343
    N3Xt88
    Member
    #121338
    paparon
    Member

    O.K. I found the readme file, I’m embarrassed, and noticed you can theme and redirect. I’m not sure I want to redirect though because it defeats the BuddyPress feel. PostHaste seems to work with it if you don’t want to use the P2 theme. I guess I have to find a way to remove the two links that are showing up and include another link somewhere to the Blog Homepage for adding posts.

    Thanks for your plugin

    #121336

    In reply to: Upload of Avatar

    Paul Wong-Gibbs
    Keymaster

    You need to update your theme. The upload during registration option was removed in BuddyPress 1.5’s default theme.

    #121334
    PJ
    Participant

    Thank you. I’ll look into this. If I don’t know how this can be done, I have a developer in mind.

    #121330

    In reply to: Post rating plugin?

    José M. Villar
    Participant

    @dwenaus is building a comprehensive ratings plugin for everything BP related. So far has released the forum ratings part (called “BP rate forum posts”, find it here https://buddypress.org/community/groups/buddypress-rate-forum-posts/). And is looking for a patron.

    abutterworth
    Member

    @becskr – where should they go then? In a funtions.php file in my child theme? The answer will help me and anyone else trying to accomplish the above.
    Thanks for the tip.

    #121319

    I think i found it in “/buddypress/bp-activity/feeds/bp-activity-sitewide-feed.php”

    but when i edit it, it doesn’t do anything

    #121315
    Walid
    Participant

    / / /

    #121309

    I am aware of where the functions that actually do the saving are. That isn’t the issue. The issue is figuring HOW they do the saving…?

    #121308
    paparon
    Member

    Hi,

    I installed Groupblog on WordPress 3.2.1 & BuddyPress 1.5 using the BuddyPress default theme. It seems to be working except that I don’t see an easy way to post to it. I activated it network-wide then enabled the blog through the group admin. It created a Blog tab in the group page which displays posts. If I use the Dashboard -> New Post link in the BuddyPress admin bar, it takes me to the site blog rather than the group blog. There are two links on the Groupblog page; one is to the Sample page that WordPress comes with and the other to Events which is a page for the EventsManager plugin.

    Am I missing something?

    Thanks

    #121307
    Trilli
    Member

    Thanks for your reply, and here are the links below.

    http://christianhiphopspot.com/users-list/brent/

    All the wordpress pages look like the members page.

    #121305
    echiomega
    Participant

    @kshirtcliffe yes i’ve tried buddypress when it was at version 1.2 before and thought it was cause of a bug that it’s slow but even in 1.5 the plugin is still lagging up the whole site.

    #121302

    In reply to: customising main menu

    modemlooper
    Moderator

    Tomorrow I’ll post a plugin or code to allow admins to add user links to the BuddyPress nav menu.

    #121297
    awarton
    Member

    I am wondering about this same topic. I saw this related post: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forgot-password-link/ , but the answer is to go to the take you to the “lost password” section of wp-login.php. If my users are only logging into BP, they won’t have WP logins, correct? Can someone help?

    #121292
    r-a-y
    Keymaster

    First, if you want to customize the BuddyPress Default theme, please build a child theme so your customizations won’t be wiped out when you upgrade BuddyPress:
    https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    Secondly, once you’ve created your child theme, copy over /plugins/buddypress/bp-themes/bp-default/members/single/home.php to your theme’s folder.

    Make sure you preserve the folder structure:
    /wp-content/themes/MYCHILDTHEME/members/single/home.php

    Then, you can add a regular posts loop from WordPress in your /members/single/home.php:
    https://codex.wordpress.org/Function_Reference/query_posts

    #121287

    In reply to: Blog Avatar

    r-a-y
    Keymaster

    BuddyPress is a volunteer project; other than the lead developer who has a portion of his time dedicated to developing and managing BuddyPress, no one else is paid to code it. The project heavily relies on the contributions of others.

    That being said, it is not too hard to code a blog avatars plugin for BuddyPress, someone just needs to find the time out of their schedule to code it. Be it for a client or for free.

    #121286

    In reply to: Buddypress default.

    r-a-y
    Keymaster

    Just the delete the paragraph line:

    `

    <?php printf( __( 'Proudly powered by WordPress and BuddyPress.’, ‘buddypress’ ), ‘http://wordpress.org&#8217;, ‘http://buddypress.org&#039; ) ?>

    `

Viewing 25 results - 36,101 through 36,125 (of 68,918 total)
Skip to toolbar