Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,901 through 20,925 (of 22,658 total)
  • Author
    Search Results
  • #52462
    Paul Wong-Gibbs
    Keymaster

    Yes. But any wordpress theme used on a buddypress site will have to include extra files that come with the BP theme. I.e copy them.

    #52460

    In reply to: Localisation, per user

    kkarpieszuk
    Participant

    @John James Jacoby – is it ready what you described here 3 months ago?

    I am searching for solution to make buddypress multilingual, but only in interface: theme and admin area should has multi language texts. ost dont have to be translated.

    Just something like is at wordpress.com: user register and choose language. Then he see all interface in local language, write in any language he want.

    #52458
    grosbouff
    Participant

    Hi !

    Seems to have good new functionnalities !

    I have one problem though :

    I use a fresh install (WPMU 2.8.4 + BuddyPress 1.1 Beta); no plugins;

    I moved /bp-default and /bp-sn-parent to /themes;

    and I get

    Not Found

    The requested URL …./wordpress-mu/blog was not found on this server.

    Then I did copy my old .htaccess file to the fresh WPMU installation; and now I have

    Page Not Found

    The page you were looking for was not found.

    What is the problem ?

    microcomposing
    Participant

    Ok,

    but what do I need to ask exactly?

    Paul Wong-Gibbs
    Keymaster

    You need to talk to your web host and ask them.

    #52449
    darrent71
    Participant

    So if I’m understanding correctly, my members create blogs and they just use standard WordPress themes which I upload to wp-content/themes and activate via Site Admin?

    #52446
    Paul Wong-Gibbs
    Keymaster

    In one word: no.

    In BP 1.1, themes will work more like regular wordpress themes. I suggest you wait until then or develop your custom theme from a development version.

    #52428
    Paul Wong-Gibbs
    Keymaster

    Closing this thread as gerikg’s taken it off topic. :)

    #52423
    gerikg
    Participant

    I miss my nextgen plugin (doesn’t work well with MU)

    #52416
    Donnacha
    Participant

    I think Mark Jaquith recently said that the WP/MU convergence was expected to be completed by 3.0 or 3.1, so, that would be in either 3 or 6 months time.

    Not really so very far away, I think.

    #52411
    Andy Peatling
    Keymaster

    The situation can be summed up like this:

    The BuddyPress 1.0 theme structure made it easy for existing WordPress sites to use BuddyPress out of the box (but only with the default theme which was never ideal). However, it made life very difficult for anyone designing a site from scratch with BuddyPress, and for 3rd party theme designers.

    BuddyPress 1.1 makes it harder (but still very possible) for existing WordPress sites and themes to use BuddyPress, but makes it very easy for sites starting fresh and for 3rd party theme designers.

    The number of people starting sites fresh using BuddyPress significantly outweighs the number of people trying to use BuddyPress within an existing WordPress setup. It is only logical to make the lives of the majority easier.

    There will be more documentation on using BuddyPress with existing WordPress installations and themes once 1.1 is released. Let’s get it out there first.

    On a side note – I’d really love to see existing WordPress theme designers coming out with BuddyPress theme extensions for their WordPress themes. This for me is the ideal scenario, let the top theme designers provide support for BuddyPress, rather than the end users trying to force a square peg in a round hole.

    #52408
    muraii
    Participant

    I’d like to delve into this more deeply, but for now, even using the child themes there is an additional complication. It’s reasonable to expect someone to be integrating BP with an extant site using an advanced WP theme, and simply setting this theme to be a child of the bp-sn-framework doesn’t suffice. I’m working in one such setup, where a theme uses several include() statements in a functions.php file, and setting this as a child of the BP framework b0rks the whole deal. Now, I know what to do here, at least in the simplest case: just amend the functions.php calls. That won’t necessarily persist as the theme is updated, so maybe, instead, this can be done via a plugin.

    The point here is that there are easily found examples where existing WordPress installations aren’t set up to so trivially extend to include BP. This one has a straightforward solution, but some will not. And as WP theme developers continue to do ever-more-amazing things with WordPress, and as you and other developers continue to make WordPress and BuddyPress more powerful, this sort of nonlinear theme infrastructure will likely become the norm. I don’t think these are quite edge cases, either; the theme I’m testing with is a free Woo theme, so not quite off the beaten path.

    I don’t want to add to the confusion. Rather, I wonder if I could help flesh out some use cases, which might later get wrapped into the documentation (if it’s helpful). For instance, there is the site that purports only to offer social networking, without long-form blogging intentions. In that case, Using bp-default with customizations is pretty straightforward–well, as straightforward as the styling for the site needs to be.

    However, for folks who have an existing WP site to which the BP functionality will be at most equal in priority, their branding and existing structure may be complicated enough that simply setting their existing theme to be a child of the BP framework doesn’t work by itself (styling issues aside–there will always need to be style adjustments; this is about structure and objects). Again, as my example demonstrates, this complexity is closer to the norm than some might expect, especially among the crowd using WPMu and extending it with BP. In this case, there’s more to document.

    I don’t intend to suggest, as some have, that BP developers need to rethink or revise BP’s scope and structure. That’ll probably happen anyway, as things start merging more, but it’s not necessary. I only mean that the adaptation of BP to an extant site is a nontrivial use case, and while there is forthcoming documentation as to how best to manage this, maybe the forum users and devs can spec out some general use cases and work on how best to develop their solutions.

    catinw12, you shouldn’t need to create any new profiles anywhere. All of the .org sites should provide you a unified login/password combo to use on wordpress.org, bbpress.org, buddypress.org, and all of their respective trac’s.

    #52360
    Greg
    Participant

    This is really a WPMU issue, so I’ve posted it over there: https://mu.wordpress.org/forums/topic/14425?replies=1#post-83354

    I think this issue will stop Google (and other search engines) from indexing your forum pages. So if you are using deep integration it might be a good idea to watch for a patch.

    Use my little workaround at at your own risk.

    #52359
    Greg
    Participant

    I’ve also seen the blank pages.

    Returning to the 404 issue (and cross posting from https://bbpress.org/forums/topic/help-404-error-but-page-displays?replies=3#post-57822), it looks like WordPress is setting the 404 because it doesn’t recognize the bbPress page that is loading.

    When the global WP object is constructed, the function WP->handle_404 calls “status_header( 404 )”.

    As a workaround, I modified “handle_404” to lay off the 404 if “BB_PATH” is defined (i.e. when a bbPress page is loading). This seems to work ok.

    Here’s the new “handle_404” at around line 445 in “wp-includes/classes.php”.

    function handle_404() {
    global $wp_query;

    if ( !defined( 'BB_PATH' ) && (0 == count($wp_query->posts)) && !is_404() && !is_search() && ( $this->did_permalink || (!empty($_SERVER['QUERY_STRING']) && (false === strpos($_SERVER['REQUEST_URI'], '?'))) ) ) {

    // Don't 404 for these queries if they matched an object.
    if ( ( is_tag() || is_category() || is_author() ) && $wp_query->get_queried_object() ) {
    if ( !is_404() )
    status_header( 200 );
    return;
    }
    $wp_query->set_404();
    status_header( 404 );
    nocache_headers();
    } elseif ( !is_404() ) {
    status_header( 200 );
    }
    }

    #52341
    Paul Wong-Gibbs
    Keymaster

    wordpressfan: That’s nothing directly to do with the subject of this thread, which has been marked completed. Start a new thread.

    #52324
    deanm
    Participant

    Thanks. Missed that.

    Looks great. Definitely going to try it out:

    https://wordpress.org/extend/plugins/achievements/

    #52319
    Paul Wong-Gibbs
    Keymaster

    It sounds like you need to learn a bit about how WordPress child themes are implemented. I had a quick google and found http://op111.net/53.

    I’ve also removed the status from this thread as it isn’t a support issue.

    danf-1
    Participant

    Yep – I will ask on wpmu as well.

    But what about the buddybar question? I’ve read about how people implemented it in bbpress – but that still is in the same wordpress environment.

    What about getting the buddybar on an application external to wpmu?

    Can I set up a page template for a page that just spits out the buddybar html – then include that on my external subdomain either as a php include or as an iframe??

    Jeff Sayre
    Participant

    Tore, read this and see if that helps.

    I would first search the most recent file you modified, making sure that you did not add whitespace before or after the php tags. It appears that that would be new-user.php. If you cannot find the issue in that file, then move on to the the next file you modified, looking for the same issue.

    #52287
    wordpressfan
    Participant

    My thinking is to emulate the profile style of either buddypress.org or wordpress.org sites. My site will only provide the ability to create a profile or search a profile. Actions such as e-mailing profile owners would be available within the main profile section.

    Thanks for closing the other thread; I did not know the question had already been answered.

    #52284
    Brajesh Singh
    Participant

    hi dwpers

    are you using Limit blogs per user plugin.

    This is a known issue with that plugin.let me explain it.

    If s user does not selects a blog,he is added as a member of your main site(subscriber or what ever default signup role is,this is a wordpress Mu requirement).So the blog count for user becomes one even if he has not signed up for the blog.

    You can manually add the user to new blog.

    Please go to wpmu backend->Site Admin->Blogs

    In the add blog option,enter the users email address(the email address of existing user and create his blog).he will be automatically assigned the new blog(removed from the main blog) and can do the things as normal.

    hope it helps.I am working on the newer version of this plugin which will take into consideration the factor (when user has no self created blog,it should be considered as zero).

    Thanks

    Brajesh

    #52278
    Jeff Sayre
    Participant

    @wordpressfan

    I’m closing this thread as it deals with the exact same issue you posted several hours earlier. You can read my response in that thread.

    https://buddypress.org/forums/topic/member-theme-remove-me-and-my-profile-columns

    #52264
    matthijsv
    Participant

    Installed the plug-in, it’s looking good! I’ll post results after I’ve done some testing.

    Question: I want to create a widget just like the wordpress calender: http://www.sajidmc.net/wp-content/uploads/2009/04/screenshot-1.png

    but than for the events. Any idea’s how I can do this quickly?

    I know how to script, but don’t know where to start with this.

    #52258

    In reply to: Fighting Splogs

    r-a-y
    Keymaster

    You could also try some WP plugins that add additional hidden, input fields to the registration form:

    -Invisible Defender – https://wordpress.org/extend/plugins/invisible-defender/

    -NoSpamNX – https://wordpress.org/extend/plugins/nospamnx/

    Chances are a spam bot will fill these input fields in, and thus these plugins will block these submissions.

    I’ve been meaning to give this a shot, but I haven’t tried it yet because I don’t need the extra layer of protection (right now anyway)!

Viewing 25 results - 20,901 through 20,925 (of 22,658 total)
Skip to toolbar