Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 30,801 through 30,825 (of 32,678 total)
  • Author
    Search Results
  • #49496

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    @Mohit Kumar: you are missing the cookie hash, etc. in your wp-config.php in addition to the lines I told you to add to your bb-config.php. Install the plugin https://wordpress.org/extend/plugins/bbpress-integration/

    to wpmu and add the code it tells you to to your wp-config.

    @Nicholaszen: is your wpmu site disappearing or your bbpress site? or both?

    Paul Wong-Gibbs
    Keymaster

    This is also not a BuddyPress-related question and you’d have been better of taking it to the WordPress forum and searching for similar topics.

    jefflee
    Participant

    It was the memory limit. I set it to 96M, reinstalled buddypress and it now works fine. Thanks Burt. Will this also improve performance overall? Another thing…if I get mad traffic as I build my community will I need to continue to up this memory value? For the buddypress.org community or the upcoming wordpress.org migration to buddypress, will this be a huge number? Or is this just a memory value for the installation of plugins?

    What a great community of experts here!

    Thanks,

    Jeff Lee

    Burt Adsit
    Participant

    Jeff, others have had WSOD issues and in many cases they are related to the php memory limit set on your host. Check your error logs and if it’s running out of mem then check this codex article:

    https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    #49474
    Rohan Kapoor
    Participant

    This is the file you need to download and install.

    #49467

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    @Mohit Kumar: I know this has to do with cookie integration but I have found that sometimes the buddybar doesn’t work if this code isn’t in your bb-config.php file if you are using WPMU 2.7.1:

    //WordPress MU Cookie Integration
    define( 'WP_AUTH_COOKIE_VERSION', 1 );

    If you could also post you WPMU wp-config.php file without the passwords and usernames it would be helpful as well.

    @Nicholaszen: When I made that upgrade, I ended up having the same problem. I moved all of the plugins from /my-plugins/ to /bb-plugins/ and the themes from /my-themes/ to /bb-themes/. That managed to reset the site enough so that I could access the forum’s admin and from there I could re-activate the theme. Try that and let us know.

    #49457
    paulbk
    Participant

    you know what… you are exactly right… i went to https://mu.wordpress.org/download/ downloaded wordpress 2.8.1 but now when i go back the download file is wordpress mu 2.8.1 grr.

    #49455
    Andy Peatling
    Keymaster

    If you are getting that error then it seems very likely you are not running WordPress MU, and instead regular WordPress.

    #49436
    #49418

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    John James Jacoby wrote:
    I haven’t tried this with 1.0.3 yet myself, but I’ll be sure to give it a spin tomorrow.

    Just upgraded WPMU to 2.8.1 and also upgraded BP to 1.0.3 and applied the __init / __construct fix to wpmu-functions.php (https://trac.mu.wordpress.org/changeset/1875).

    And I’m up and running with the BuddyBar.

    Man upgrading isn’t fun!

    #5827
    connorg
    Participant

    My website, connorgrady.com, displays correctly in Internet Explorer but in FireFox everything is huge! I think there might be something wrong with the CSS because for recently created pages, when I try to put something into a heading tag it displays like a paragraph. But if you look at the source, it shows its in a h2 tag.

    I use WordPress 2.8.1 and BuddyPress 1.0.3

    #49401
    r-a-y
    Keymaster

    Mike, it’s a bug with WPMU 2.8.1.

    There’s a fix in the trac:

    https://trac.mu.wordpress.org/ticket/1037

    #5820
    thebloghouse
    Participant

    Hi all

    My new site has all of a sudden started to not like the WordPress Ajax functions and so currently I cannot browse the members or blogs area using the letters at the top :(

    As as soon as I click on a letter or the next (pages) navigation I get the little Ajax animation but then a blank area where my results should be…

    If I disable all javascript the members list paging works e.g. link to http://www.mysite.com/members?upage=2 opens up page 2 of my site’s members.

    I have been back through 10 dyas of both back up databases and files and can’t work out where it has all gone wrong!

    Lastly I have also tried to diagnose the issues myself using Fiebug but am not great with this tool but even I can see when I click the letters the Headers and post tabs are full wiht infomration but the Response tab is blank.

    Any help much appreciated.

    BTW Am using BuddyPress 1.01 and WordPress MU 2,7.1 although I did upgraded to 1.02 and that made no difference.

    Paul Wong-Gibbs
    Keymaster

    The template files for custom pages as per WordPress only work on the blog(s) on your WPMU site. If you want a custom page or area under the members page – i.e. http://myblog_url/members/y2khjh/something_here – then yes, you do need to create a custom component as the members page is part of BuddyPress.

    AccUser
    Participant

    You could probably get away with a single install of bbPress, but you would need a plugin or some theme work.

    After installing and integrating bbPress with WordPress MU, I installed BuddyPress and got the group forums working. I created a group and saw that the forum created for that group was a child of the forum that had been created during the install of bbPress. I changed that forum to be a category, so that no topics could be posted in it.

    It is entirely possible that you could filter out content that belongs to that category for the main forums. So when using BuddyPress groups, you can see group forums, but when viewing the bbPress forums, the BuddyPress forums are filtered out.

    I am also using the hidden and read-only plugins with the BuddyPress Groups for bbPress plugin, and that is working well. However, you could suppress the content rather than marking it up.

    Arx Poetica
    Participant

    So has anyone seen Gigya Socialize yet? http://www.gigya.com/public/Content/GS/Home.aspx

    Same idea/principle as RPX, only a little more integrated. They have a WordPress plugin, but I can’t seem to get it working on MU, at least not my local copy (which may be the problem).

    BuddyPress *really* ought to have the implementation of the “social stack” as high priority, even though much of the specs on what that all entails is still being ironed out.

    But with Facebook, Google, MySpace, Yahoo, etc. all embracing OpenID, you can see where this is all headed. (Joseph Smarr calls it a “sea change”: http://therealmccrea.com/2009/04/10/surviving-thriving-in-the-online-identity-wars-joseph-smarr-at-web-20-expo/

    Anyway, I’m going to be trying to implement one of these OpenID signin authenticators, and get it working from the main page. I’ll try and remember to report if I learn anything or get it working.

    tsalagi_red
    Participant

    The problem is, I want “Home” for the logged in user to be their personal chosen blog page, instead of the main blog. I don’t know how to do this except to call the url with a wordpress php function.

    I don’t see how Buddypress is using this field. When I change it to a different url in the backend, Buddypress member links still take me to their profile. Or, is it used in some other way?

    #49318

    In reply to: BuddyBar for bbPress

    @argyris, nope, haven’t even checked it out yet and probably won’t for a few days.

    My guess is that WordPress is overriding the language setting for bbPress in a way it doesn’t understand. Lots of times the filters don’t jive 100%, so I’ll need to see which setting gets flushed and rehook it.

    Probably not a big deal, just in the middle of two big projects this week. :/

    #49315

    In reply to: BuddyBar for bbPress

    Regarding the capabilities issue. please refer to this fix from donncha. It is an official changeset to WPMU, so using this method will be future safe and not involve editing the WordPress core files going forward.

    Thanks donncha for listening. :)

    3471451
    Inactive

    I am using wordpress mu 2.8.1 and buddypress 1.0.2 versions.

    When I try to create a new topic in the group I get following error

    Warning: parse_url() expects parameter 1 to be string, array given in C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php on line 509

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-core.php on line 924

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-core.php on line 925

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 865

    Kindly help me how do I fix this error.

    Also whn i create any new group I get following error message

    Warning: parse_url() expects parameter 1 to be string, array given in C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php on line 509

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-groups.php on line 393

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-groups.php on line 394

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-groups.php on line 397

    Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-includes\class-IXR.php:509) in C:\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-groups.php on line 398

    Kindly help me how do I fix this errors.

    Regards

    EssenzZo

    India

    #49305
    Paul Wong-Gibbs
    Keymaster

    See 1037.

    #49274
    Jeff Sayre
    Participant

    @kipperman

    I’m sorry that your having issues getting BuddyPress up and running.

    One request first: since this post is marked as resolved and is a month old, in general it is better to start a new thread as most people that can help you will often ignore posts marked resovlved, preferring to spending their time focusing on threads that still are unresolved. Please read this for more information.

    Concerning your issue, this is a known bug that has been discussed here. Basically, BuddyPress 1.0.3, the next release coming very soon, will take care of this issue. So, in the meantime, you may need to stick with WPMU 2.7.1 and BP 1.0.2.

    Also, before upgrading BuddyPress and WPMU, it is very important that you first deactivate all BuddyPress-dependent plugins. Then deactivate BuddyPress itself. Finally, it is recommended that you deactivate all other non-BP related sitewide plugins as well. Once finished upgrading WPMU, you then upgrade and reactivate BP. Then, you reactivate the other BP-dependent plugins.

    #49271
    grosbouff
    Participant

    i’m in the root (wordpress-mu/classifieds/classified1234)…

    #49269

    Using Comment Form Quicktags (which puts it for the blog), I was able to tweak a little and get it to work by manually editing files.

    For the Wire, I edited my theme’s membertheme/wire/post-forum.php from

    <textarea name="wire-post-textarea" id="wire-post-textarea"></textarea>

    to

    <script type="text/javascript">edToolbar();</script>
    <textarea name="wire-post-textarea" id="wire-post-textarea"></textarea>
    <script type="text/javascript">var edCanvas = document.getElementById('wire-post-textarea');</script>

    In theory the plugin should be hackable, but adding this:

    add_action('wire-post-textarea', array(&$this, 'detect_end'));

    to

    /**
    * Start to detect <textarea>.
    */
    function detect_start($file) {
    ob_start(array(&$this, 'add_tags'));
    $this->ended = false;
    add_action('comment_form', array(&$this, 'detect_end'));
    add_action('wp_footer', array(&$this, 'detect_end'));

    return $file;
    }

    didn’t work so I’ll have to keep poking around.

    #5805
    Tmort
    Participant

    I’m running WP MU 2.7.1 and Buddypress 1.0.1.

    I’ve imported my posts from a previous wordpress blog. When I navigate to the page “mysite.com/blog/”, I see my blog posts. Then, scrolling down to the bottom, I click on the “Previous Entries” link. This takes me to “mysite.com/blog/page/2”, but I then get a broken page with an error.

    Going to the archives, when I navigate to “mysite.com/2009/02/” then click the previous posts link, it works fine.

    I thought that it was something I did in my coding, but then I visited the buddypress blog, and when I scroll to the bottom I encounter the same error!

    http://buddypress.org/blog/page/2/

    This is a huge issue, really need help. Thanks!

Viewing 25 results - 30,801 through 30,825 (of 32,678 total)
Skip to toolbar