Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,276 through 14,300 (of 32,678 total)
  • Author
    Search Results
  • #162487
    terraling
    Participant

    Hi

    still get an error with the post, wherever I try to post it.

    ERROR: Your topic cannot be created at this time.

    Not obvious why it’s failing as it’s just plain text, and it posted at jobs.wordpress.net just fine.

    Ah, well. Anyone looking for a fab BuddyPress challenge head over there and check out the “PHP fiend wanted…” post.

    #162486

    In reply to: Best image sizes

    Paul Wong-Gibbs
    Keymaster

    Generally, use whatever size images you want. Any slowdown is unlikely to be caused by images.

    For more advice or help investigating why you feel your site’s performance is slow, pop over to the WordPress.org forums as this isn’t a BuddyPress-specific question. Thanks!

    #162485
    Kiran@Caret
    Participant

    Hi i have installed plugin, Mymoods on buddypress how can i show the statics of no of smiley used mostly, i have written small query to retrieve the data which i needed, how i can i write in buddypress or wordpress to convert what i want,
    Here is the query
    “SELECT `meta_value` , COUNT( * ) AS count
    FROM `wp_bp_activity_meta`
    WHERE `meta_key` = ‘mymood_mood’
    GROUP BY `meta_value`
    ORDER BY `count` DESC
    LIMIT 0 , 30
    ”
    I have red through the wordpress site http://codex.wordpress.org/Class_Reference/wpdb but not able to show any results, sorry for my english, any pointer how to start would be very helpful

    #162478
    dhruwal
    Participant

    @gabequer this is what you need:
    https://wordpress.org/extend/plugins/avh-first-defense-against-spam/

    i had no spam issues at all.

    #162473

    In reply to: BuddyPress Broken

    shanebp
    Moderator

    >Some plugins doesnt show up on register page

    BP 1.7 is not broken – Your install of BP 1.7 has problems.

    The first steps to take to diagnose your problems are:

    1. Deactivate every plugin except WordPress and BuddyPress

    2. Switch to the WordPress 2012 theme

    3. Go to Settings -> BuddyPress and review all your settings

    Your problems are probably due to conflicts between BP and your theme or other plugins.

    #162463
    shanebp
    Moderator

    Try a simple echo in your display function.

    If you think it is a 1.7 bug, submit a report on trac:
    https://buddypress.trac.wordpress.org/

    Use the same login you use here.

    #162459
    jdhall1972
    Participant

    WordPress 3.5.1
    BuddyPress 1.7

    BuddyPress is automatically turning custom field results into links on my profile pages. I’ve tried turning off this feature with the code below, but it doesn’t work. Any suggestions?

    `
    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );
    `

    Thanks,
    John

    http://missionsfund.org/missions/john-hall/profile/

    #162453
    climaxx
    Participant

    p to now unable to get connected

    i have 405 errors with standar users (which semms to be a wrong configuation of acces from the xml wordpress plugin)

    and with admin account i have a 500 error from server.

    what acces level shall be configured to allow a standard buddypress user to be connected ?

    lradden
    Participant

    I have upgraded to wordpress 3.5.1 and Buddypress 1.7.1 and all of my plugins are updated. But the posts (called lessons) on the site are not showing their content still.

    This happened a while ago and this was my original bug report which is not being responded to anymore:

    http://buddypress.org/support/topic/no-posts-showing-and-repair-alert-shows/

    please help!

    #162427

    In reply to: Howdy, community!

    bp-help
    Participant
    #162422
    #162399
    Ben Hansen
    Participant

    gs is a shared environment as such it is not recommended for anything but private buddypress sites (maybe not even then). unlike other shared environments gs will not throttle you but instead they will bill you for overage the thing to really watch for is the GPU. WP+BP will use something like 100x the GPU of a typical static site when i used them on a BP site with about 2000 visitors a day about 2 years ago we were looking at about 200 in overage in the first month alone.

    #1 some media temple term that doesn’t mean much just think of it as total bandwidth cause thats probably what it is.

    #2 yes.

    #3 1

    #4 probably not but i’m sure you can buy extras. email accounts are totally separate from wordpress/buddypress accounts.

    #162381
    whughes
    Participant

    Hello I am trying to get buddypress 1.7 working on wordpress 3.5.1 but seem to be stuck, when a new user tries to sign up they do not receive an email with the activation code. I have followed some suggested steps and got the configure smtp plugin working but still dont get email when someone tries to sign up. Any help would be greatly appreciated.

    #162378
    r-a-y
    Keymaster

    @twistyfarmy – To disable notices, on your profile, navigate to “Messages > Notices” and disable them that way.

    BP 1.7 introduced universal theme compatibility, but it appears your theme already has BP support, but did not tell BP this.ย  This is a possible reason why you see the sitewide notice at the top.

    Follow the recommendation in this article:
    BP Theme Authors: make sure your theme registers 'buddypress' support

    #162369
    modemlooper
    Moderator

    you can post here as well http://jobs.wordpress.net

    sleevan
    Participant

    Hi,

    I have seen the other threads on this topic, but none of the suggestions has worked for me:

    – ADD ‘remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );’ to functions.php
    – DELETE registration directory from theme
    – CREATE bp-custom.php file with custom code (the custom code suggested crashed my entire site)

    Are there any other options/suggestions? I have a lot of custom settings already set up on the regular WordPress registration, so I’m not interested in modifying the BP registration page.

    Cheers,

    Steven

    #162364
    David Cavins
    Keymaster

    Hi Patty-

    Have you tried using `home_url()` instead of `site_url()` like the example on the Codex: https://codex.wordpress.org/Function_Reference/wp_logout_url#Logout_and_Redirect_to_Homepage

    I use this on my site and it redirects to the home page:
    `<a href="” title=”Log out”>`

    -David

    #162356

    In reply to: Howdy, community!

    bp-help
    Participant

    @giannisff
    I am a big fan of cool landing pages. This is just my opinion but I would add a few thumbnail screenshots above the features on your landing page. That will show potential members what they are missing out on if they do not join. I would also get rid of the wordpress logo menu item in your toolbar because its a red flag for hackers.

    David Cavins
    Keymaster

    Hi Hugo-

    I came across this comment on trac that appeared to be in the wrong place but sounded similar to my problem: https://buddypress.trac.wordpress.org/ticket/4869#comment:17

    I’ve found that if I install Boone’s GitHub version of the template pack and only enable the JS file portion of it, it works (if my buddypress templates are back at the root of the theme, not in a buddypress folder).

    Is there a better way? (I’m also concerned that 1.7 is going to unexpectedly break a number of customized themes like mine.) What’s funny about this is that with 1.6 I used the template pack, then deactivated it while working with 1.7-beta, but it appears that I need it again.

    Thanks for your help,

    -David

    #162352
    WayneM1
    Participant

    I absolutely love the potential of WordPress / BuddyPress / bbpress ! ๐Ÿ™‚

    However, it seems I am continually frustrated by not being able to get the control and results that I want for my website. The core functions of all of these great products always need the use of another added plugin to accomplish this, or do that.

    But, you say “Plugins and modularity are awesome and flexible – we don’t want to bloat the core” etc. That’s all been debated to death.

    However, guess what happens when a great plugin that is necessary to the features that a website wants/needs no longer works? You know the answer to that… and it sucks.

    Seems like every time WP, BP, or bbpress has a core change, something breaks in a plugin somewhere, or the interaction between these products gets screwy.

    Just today I found a great plugin that I “need” to provide additional features to my site. It looks like it’s just the perfect plugin for my needs – but the developer has not updated it or responded to support topics in over 6 months – and so has issues that make impossible to use at this time.

    I’ve been biding my time for a couple years, waiting to move from a clunky old e107 website to a full on WP/BP/bbpress for my very busy website. I’m pretty damn good at WordPress now, and so when I go to do something that I think is going to work out to be great, and then run into a stumbling block at nearly every turn, it’s very frustrating ๐Ÿ™

    I don’t expect any of this to be perfect and easy out of the box. But…. this is just starting to feel pointless. I am seriously considering a more forum centric solution (SMF, phpBB, etc).

    What a shame.

    #162351
    ggsalas
    Participant

    Hi, I like see wordpress posts together with BP-activity. There is a way to do this?

    The option to show new posts notification in activity is not what I like, because it uses another format to show posts and another system of comments.

    Thanks.

    Scott
    Participant

    I have the GroupBlogs plugin installed and have edited bp-core-avatars.php per the notes in order to get the avatar to display across blogs.
    http://wordpress.org/extend/plugins/bp-groupblog/other_notes/

    With the edit the avatars do show across blogs but also makes to so I cannot upload avatars anymore. I get to the change avatar screen, click browse, click upload image and it gives a document expired, no longer exists error.

    With the original code I am able to upload avatars but then they are broke across blogs. Anyone have any ideas? Thanks in advance.

    #162344
    Deadartcore
    Participant

    Hello im using wordpress 3.5.1 and buddypress, im using wp favorites for my user profiles i have created a favorite box in each user’s profile to display their favorite posts around the website, but i cant seem to display each user’s total favorite posts i set the following

    but this seems to loop in each profile i mean for example in my profile it displays my fav posts fine but once i see the other user profile it shows my fav posts instead of his posts.

    so i hope someone can help me out ..

    #162343
    #162335
    danbpfr
    Participant

    Hi all,

    i’m proud to announce that a new version ofย  bp-fr.net is out since a few hours.

    With the help of @imath (devs) and @mechanographik (design), we build a new theme to fit with some of the innovation introduced by BP 1.7

    • use of the WP Toolbar for main navigation
    • use of a sidebar widget for members and groups nav items from within “single item” page
    • google pretiffy integration into bbPress 2.3 for syntax highlighting when users publish code snippets
    • a members directory leading to some social profiles (Twitter, WordPress.org, BuddyPress.org, Github andFacebook

    Our new theme is based on BootstrapWP by Rachel Backer with a very original design and (hopefully) fully responsive fot the most popular mobile device of (things go so fast !) … the moment. ๐Ÿ˜‰

    After over 4 years of support in french language and BP Default demo, we want to go further with BP itself by building a french community of BP users, devs and designers.

    Questions and suggestions are welcome.

    Have fun by discovering our BPย  french touch !

Viewing 25 results - 14,276 through 14,300 (of 32,678 total)
Skip to toolbar