Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 18,551 through 18,575 (of 22,650 total)
  • Author
    Search Results
  • gerikg
    Participant

    open your .htaccess file in the root wordpress folder and put this on the top

    AddHandler x-httpd-php5 .php

    AddHandler x-httpd-php .php4

    then try again. If you don’t have .htaccess file create one.

    #74777

    In reply to: 404 error on bp links

    claud925
    Participant

    Well… it almost worked. The main links were working ok, but in the admin bar, the links were still the old ones like wordpress/members/, and also in the members page, the users urls to their profile were having the same problems.

    r-a-y
    Keymaster

    Try the automatic install from the WordPress admin plugins page:

    http://yourdomain.com/wp-admin/plugin-install.php

    Search for BuddyPress, then install and activate.

    #74766

    What size image are you uploading? I have this weird thing where if I upload a square image, and it’s less than 150 px on any side, it gets all stupid and weird on me.

    Also which WP 3.0 are you running? I have last night’s nightly and it’s working fine when I tried to use an image that was 284px by 240px and cropped it down.

    The other thought is you may not have the image processing apps on your server (I don’t know if they use GD Image or whatever…)

    #74764
    Chad Holden
    Participant

    That got me one step further, but then i got the RSOD -> There was a problem cropping your avatar, please try uploading it again

    #74763
    Chad Holden
    Participant

    That got me one step further, but then i got the RSOD -> There was a problem cropping your avatar, please try uploading it again

    #74757

    In reply to: change e-mail text ?

    r-a-y
    Keymaster

    Ahh okay, Erich! Thanks for the extra details.

    It could be an issue with the email address that the activation email is sending from.

    By default, the activation email tries to use the admin email option in WPMU.

    If that isn’t set, it uses something like:

    noreply@domain.com.

    Which could be causing the activation email to go to the spam folder.

    Try using the following plugin to set the email address:

    https://wordpress.org/extend/plugins/mail-from/

    #74752
    #74751

    I too am running WP3 B1 with BP 123 and no issues at all. Avatar issues were solved by this change https://trac.buddypress.org/ticket/2317 (and by only uploading images that AREN’T square and are larger than 150px on their shortest side … Go figure)

    #74749
    hotforwords
    Participant

    I LOVE this plugin but I have to deactivate it because I cannot limit the size of the embedded YouTube videos without changing my defaults for my entire website.

    I embed YouTube videos as my main posts and they are 620px wide (as set by Media Embed Setting in WordPress).. I can’t let people embed 620px wide Youtube videos in the activity stream as that is too big. If I decrease the Media Embed setting in WordPress, it decreases the size of my videos in my Posts.. which is not good.

    I noticed some code in your config.php at the bottom that says:

    “WORDPRESS SPECIFIC VARS

    allows you to hardcode certain WordPress-only variables”

    How can I hard-code these variables? Would this be how I could make the embeds smaller for the activity stream vs. the site defaults?

    #74747
    Chad Holden
    Participant

    I am running WP3 B1 with Buddypress 1.2.3, no 1.3 that I’ve seen yet. Works well besides Avatar issues.

    #74745
    Chad Holden
    Participant

    I think I am having the EXACT same issue as ajohnson.

    I upload the avatars just fine. I am not using the network enabled code in WP3 and my avatars are not showing to crop. they begin at the custom directory files/avatars/1 … etc.

    It was a fresh WP3-b1 install

    Fresh Buddypress 1.2.3 install on top of it.

    #74741
    r-a-y
    Keymaster

    Try putting the code in wp-content/plugins/bp-custom.php.

    I should add that this code is kind of a hack until BP adds some functionality to detect WP setups in subdirectories.

    Also just wanted to add that this issue could already be fixed in BP 1.3 trunk due to the way BP now uses actual wordpress pages instead of a catch URI check.

    #74740

    In reply to: Custom register.php

    r-a-y
    Keymaster

    If you’re using Thesis as the parent theme, you’ll have to enable BP support for your theme.

    Two options:

    1) Use the BP Template Pack plugin:

    https://wordpress.org/extend/plugins/bp-template-pack/

    2) Manually add BP support to your theme.

    thekmen has added BP support to a child theme of the Hybrid framework:

    https://buddypress.org/forums/topic/testing-new-theme-hybrid-as-a-parent#post-40217

    You can check out what he did as a guide.

    #74732
    dblast
    Participant

    Odd.. My posts are not getting posted!

    I’m trying again.

    Yessssh. I was looking at a cached version of the site and the one you were looking at was horrible. I’m not sure what happened to that theme, but I switched it to the one I was looking at.

    http://www.longislandmartialarts.org/wsblog/

    Take a look when you get the chance, I’d appreciate any feedback and help.

    BTW I just bought wordpress and buddypress for dummies.

    #74699
    foxly
    Participant

    From our mailbox…

    Not a big deal as this is a dev env but I thought I’d show you something I am observing in case it happens to others.

    bp-album v 0.1.9, bp v 1.2.3, wpmu 2.9.2

    You can see it in action at http://[redacted]

    You’ll notice my test user ‘Sam Witwicky’ uploaded a pic yesterday (note time since) but somehow the action grabbed a reply from last week. If the streams got crossed and I have a corrupt activity table that’s fine. It keeps happening as I load test images though. Happy to delete entries in tables but i can’t figure out why this is occurring. Just started with 0.1.9.

    Also notice that the urls for the images and title in the activity stream are wrong.

    for ex http://[redacted]/members/test19/photos/single-media/7/ instead of

    http://[redacted]/members/test19/photos/single-album/3/single-media/7/O/

    so clicking does a redirect back to the root

    I’m guessing it’s all related.

    On a side note, I really appreciate your work on this and willingness to work with everyone. I’m pretty much ready to release my site to prod once bp-album is ready for prime time. I have held off doing any major styling to bp-album areas until you give the go ahead that core html tags and arrangements are all set.

    ===========================

    You are experiencing two known defects in the BP Album+ 0.1.9.2 beta.

    The first problem is happening because the “Album Item” and the “Media Item” classes do not yet generate globally unique ID’s for activity stream posts, so occasionally they collide, causing the plugin to retrieve the wrong media item.

    The second problem is happening because we haven’t finished updating the URL generation code that creates the thumbnail link to activity stream items. WordPress then catches the resulting 404 error and throws the browser back to the home page.

    Fear not!

    All of this will be fixed in the next beta. We thought it was more important to demonstrate albums capability than to have everything working perfectly. You should NEVER install one of these “community feedback” betas on a live site. They are only intended to get the community’s feedback on how we are implementing features.

    Thanks!

    ^F^

    #74674

    In reply to: BuddyPress Spam

    Eric
    Participant

    captcha and math tools do not really help fighting spam.

    spammer register manually and then feed your blog automatically remote via xmlrpc.

    i am running a wordpress mu + buddypress site and had about 40 spammer-registrations a day with lots of spam. then i deactivated xmlrpc via renaming xmlrpc.php in wp-root, result was only user registrations (without content spam). about four days later spammer registrations were reduced from 40 to about three a day (easy to delete), seems that the spam-apps noticed that the rpc doesn´t work and deleted my site from their targetlists, entering their messages manually is to complicated for them….

    #74672
    r-a-y
    Keymaster

    Looks like you’re attempting to use a BP 1.1 theme with BP 1.2.

    You might have some luck with using the BP Backwards Compatibility plugin:

    https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    But I’m not sure.

    If that doesn’t work, you might want to develop a new child theme off the new BP default theme.

    #74669
    r-a-y
    Keymaster

    FYI – Buddypress Template Pack plugin:

    https://wordpress.org/extend/plugins/bp-template-pack/

    techguy’s got the right idea.

    #74662

    In reply to: BuddyPress Spam

    vast76
    Member

    I havent had a spammer registration since i used the “WMPU block spam by math” plug-in. i was getting 20 a day, and now absolutely zero.

    https://wordpress.org/extend/plugins/wpmu-block-spam-by-math/

    #74654
    widgetlaboratory
    Participant

    We’ve just finished converting the WooThemes “Headlines” template, and it is well suited for Buddypress. You can see it at http://LabSecrets.com

    We found that this template required us to modify the structure and add some new css. Once we did this, it was easy-enough (though just required the time to copy/paste) to replicate across the rest of the theme.

    Probably going to try this next on the “Canvas” theme. This time might try to see if there is a way to do it without changing the id labels or adding extra div-tags (but not likely given the fact that the “container” and “content” div’s are used 2x, thereby necessitating the name changes for the inner (they’re used once by woo and then once again in the bp default template….which makes the css problematic….sigh…)

    Here are the structures we modified (using group folder as the example):

    TOP OF THE PAGE:

    <?php get_header() ?>

    <div id=”container2″ class=”col-full”>

    <div id=”content2″ class=”col-left”>

    BODY OF PAGE….CONTENT HERE… OMITTED….

    BOTTOM OF THE PAGE:

    </div><!– #content2 –>

    <?php do_action( ‘bp_after_directory_groups_content’ ) ?>

    <div id=”sidebar” class=”col-right”>

    <?php locate_template( array( ‘sidebar.php’ ), true ) ?>

    </div><!– #sidebar –>

    </div><!– #container2 –>

    <?php get_footer() ?>

    Jeff Sayre
    Participant

    As r-a-y just pointed out, it is called an external install of bbPress because it is external to BuddyPress. So, there is no secret BP code to make it work. You need to integrate bbPress into WordPress.

    Once that is successfully accomplished, you then place a link to your separate, external forums within your BuddyPress site. Now, if you want to make your bbPress site look as if it is part of BP, then you have to theme your bbPress to look like the BuddyPress theme you are using.

    That is all that was done on the BP.org site–an external install of bbPress with a theme that matches that of the current site theme so that the two appear integrated. In reality, bbPress is not integrated with BuddyPress at all. The bbPress theme does need a function call or two to make the BP menus work within bbPress, but that is covered in a number of other threads.

    Have you seen this thread? Perhaps this will provide more insight on how to integrate bbPress into WordPress: http://www.wpmods.com/integrate-wordpress-bbpress

    r-a-y
    Keymaster

    It’s not a code thing, Dainismichel.

    If it was a code thing I would have posted it.

    I’ve said this before and I’ll say it again… an external install of bbPress (which is what you want) has absolutely nothing to do with the BuddyPress admin area. It’s between WordPress and bbPress.

    Numerous others (me included) have given you the correct procedural steps to integrate an external install of bbPress. Furthermore, lots of people have come into these forums and have successfully integrated an external bbPress install properly. You’re basically looking at the instructions and interpreting them differently.

    Granted, as we’re not all technical writers like you are, our instructions might not be as clear as you want them to be, however we are trying our best!

    Without hand-holding, we can’t physically do this for you.

    #74641
    netingenuity
    Member

    I have the same problem but a different setup. The site is hosted by hostmonster.com, so I can edit the .htaccess file (or create one if necessary)–if I could learn what the .htaccess file should say. In my root directory is an installation of WordPress MU. The domain does not yet point to hostmonster.com’s name servers so I must access the WP installation and the wp-admin files via the IP address. This works fine and I don’t want to mess what I have there. In a subdirectory off the root, I did an installation of BuddyPress. http://[ipaddress]/~username/subdir shows me the front page of Buddypress the default theme. But all of the links result in 404 errors. They are looking for http://[ipaddress]/~username/subdir/activity or http://[ipaddress]/~username/subdir/members, etc. and those directories don’t exist. What am I doing wrong? TIA!

    #74637
    Tosh
    Participant

    Ok, guys. I requested for it to be added to the WordPress.org Plugin Directory. Wish me luck! How long does it take to get accepted for the first time?

    BTW, where should I add this chunk of code so when admins delete a update they don’t get points taken away.

    global $bp;

    if ( !$bp->loggedin_user->is_site_admin )

    return false;

Viewing 25 results - 18,551 through 18,575 (of 22,650 total)
Skip to toolbar