Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 22,076 through 22,100 (of 22,626 total)
  • Author
    Search Results
  • #40021

    In reply to: nginx re-write rules

    Per Søderlind
    Participant

    I’m using this one (found it on mu.wordpress.org/forums). I’m having problems creating new blogs, but I’m not sure if it’s nginx causing the problem (it works fine with wpmu):

    server
    {

    listen 80;
    server_name DOMAIN.COM *.DOMAIN.COM;

    access_log /usr/local/nginx/logs/DOMAIN.COM.access.log;
    error_log /usr/local/nginx/logs/DOMAIN.COM.error.log;

    # rewrite rule for files

    location ~* ^.+.(xml|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js|swf)$
    {
    root /home/web/DOMAIN.COM/www;
    rewrite ^/files(/.*)$ /wp-content/blogs.php?file=$1 last;
    expires 10d;
    break;
    }

    # rewrite rule for sitemap under the lines that handles upload files

    rewrite ^(.*/)?sitemap.xml wp-content/sitemap.php;

    # rewrite errors

    location /
    {
    #auth_basic "Restricted";
    #auth_basic_user_file /etc/nginx/htpasswd;
    root /home/web/DOMAIN.COM/www;
    index index.php;
    error_page 404 = /index.php?q=$uri;
    }

    #send php requests to fast cgi

    location ~ .php$
    {
    fastcgi_pass 127.0.0.1:9000;
    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME /home/web/DOMAIN.COM/www$fastcgi_script_name;
    include /usr/local/nginx/conf/fastcgi_params;
    }

    }

    #40018
    sha_munira
    Participant

    thanks, its because im not using wordpress MU…silly mistake..haha

    #40010
    nicolagreco
    Participant

    if you add bp tables in the new db it’s not a problem :D

    #40008
    Ekine
    Participant

    Thanks for replying.

    Maybe I should try exporting from wp+mu and importing to wp without buddypress first and see where I am getting to.

    #40007

    In theory the idea is to be able to export from MU and import to .org, but I’ve personally never had much success with the import/export proceedure.

    #40004
    Andy Peatling
    Keymaster

    You should think of a home theme as just a standard WordPress blog theme. It is no different other than a few new files to handle directories.

    A member theme is a “BuddyPress” theme, and should probably be called that.

    You should treat them as two entirely different themes, your WordPress theme should have the styles and images for just the WordPress parts and your BuddyPress theme should have the styles and images for just the BuddyPress parts.

    You could of course still provide the two themes in one download package, but they should still work independently. It’s not a good idea at all to make the themes dependent on one another. Someone may want to use your member theme but keep their own blog theme.

    I’ll be writing more docs on this soon.

    #39968
    Jeff
    Participant

    Why does wordpress mu add “?ver=1.2.6” to jquery.js?

    I’m getting a 404 when clicking the ajax widgets (with permalinks on) … could the ?ver= cause this?

    #39939
    Sgrunt
    Participant

    hi john…no, any demo for now sorry: i’ve included a lot of screenshots for helping. BuddyDress is wordpress and not wordpressmu for now.

    #39934
    pietro28
    Participant

    johnjamesjacoby

    the problem is that if you install buddypress plugin automatly transform the permalink structure

    OLD STRUCTURE OF WORDPRESS MU (BlogID=1)

    mydomain.com/2009/03/13/hello-world/

    NEW Structure

    mydomain.com/blog/2009/03/13/hello-world/

    I want to mantain the OLD structure and when you install buddypress, if you go to SETTINGS -> PERMALINK SETTING is impossible to delete /blog/ for custom permalink Structure.

    ¿how can I change this for the old structure?

    #39927

    WordPress has always allowed for multiple ways to access a specific post, even if your permalink structure is setup in a specific way.

    Categories

    http://www.thelifeofjohn.com/rants/

    http://www.thelifeofjohn.com/category/rants/

    Posts

    http://www.thelifeofjohn.com/2009/03/the-web-world-has-gone-unordered-list-crazy/

    http://www.thelifeofjohn.com/rants/the-web-world-has-gone-unordered-list-crazy/

    More than one way to get to the same link, and both are valid, and both could lead Google down different paths to the same destination. Granted, this is on a non-MU install, but MU suffers the same fate, only with multiple blogs.

    Without having /blog or /news or /something there, now you’re opening up the risk of having overlapping post/page slugs. If you write a blog entry named “members” what would you want to happen? Goto the blog post, or BuddyPress’s members page? Multiple that times 100 individual minds blogging outside of your control, and you see how that can be dangerous.

    Trust me when I say that I understand what you’re saying, I do, and I can see how this could be something to consider when making the move to use MU and/or BuddyPress, but Google can recover quickly and so can your 5000 posts if they’re important and relevant. :)

    Also, just for fun, lets goto…

    http://delsolownersclub.com/blog/2009/02/09/del-sol-mugen-side-steps/

    and then…

    http://delsolownersclub.com/2009/02/09/del-sol-mugen-side-steps/

    Looks like both take you where you need to be?

    Not quite ready to mark this one green, but it looks like a correctly installed BuddyPress/MU won’t give you this problem…

    #39899
    gpo1
    Participant

    I want this done,Kaltura to port over to BP : https://wordpress.org/extend/plugins/all-in-one-video-pack/

    Would be a good answer to server loads because users can upload videos to 3rd party host and not yours that would save you server performance and storage issues!

    #39875

    In reply to: Blogs Using BP Theme

    sebastianmacias
    Participant

    Does anyone know what would be the best way to get this level of integration of blogs and buddy press?

    https://apeatling.files.wordpress.com/2008/06/blog.jpg

    I found that screenshot here: http://apeatling.wordpress.com/2008/06/12/new-buddypress-theme/

    Thanks,

    Sebastian

    #39846
    oldskoo1
    Participant

    +1 – Great read.

    Often i have moments of reflection on just how incredible software is becoming these days.

    I’m amazed at the collective effort that is put by people that usually just get involved because it makes them tick.

    I’m sure most of them / us have families and do a lot of this in spare time. That is impressive.

    The best software is always produced out of communities or dev teams that place their trust in a community to help out. Most of the time the people involved are the community which is great compared to what was happening 20 years ago.

    Well, if I understand correctly it certainly seems possible, considering its pretty much the way that WordPress installation goes.

    You install WordPress and are provided a login (“admin”) and a randomized password.

    If you’re looking for code to try to tap into, or an example of how to go about it, that would be where I would look first?

    The next step in your theory would be to consider how to handle spam registrations in the event that user never sees the pw and never logs in to your website. Maybe take a look at the Register Plus plugin for WordPress.org to get some ideas also?

    #39790
    Andy Peatling
    Keymaster

    Make sure you submit this to the WP plugin repo and tag it with “BuddyPress” in your readme file.

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

    #39773
    FetchFlow
    Participant

    http://webomania.wordpress.com/2006/10/01/out-of-range-value-adjusted-for-column-error/ <- this is actually the solution right here. I dont know how it works, but it fixed my problem completely.

    #39766

    In reply to: Hooks and things …

    Erwin Gerrits
    Participant

    First, read this webpage:

    https://codex.wordpress.org/Plugin_API#Actions

    That’ll explain the basics of hooks and filters. If you want to know which hooks are in BuddyPress, scan through the source code and look for do_action() functions as well as apply_filter() functions, those are your hooks, and you can “hook” into them using the functions add_action() and add_filter() respectively. I don’t think there’s too much documentation around for BuddyPress hooks, so it’s best to look into the file/function you want to extend and find your hooks.

    #39738
    Ezd
    Participant

    Okay thanks, that clears it up a bit. Im not that strong in php but I still managed to build a custom theme in WordPress using the inbuilt template tags.

    burtadsit > Do you know if there’s a similar page with template tags and a description for each tag for BuddyPress / The skeleton theme.

    Like an “Overview” page that maybe looks like this: https://codex.wordpress.org/Template_Tags

    That page helped me so much delveloping my own theme and understanding the function of each tag. :)

    #39735
    rusted
    Member

    hmm… i’m not sure how to explain this. I only want to but post’s into left colum area in buddypress themes. Not user’s post only mine. You know, like those are in default template in wordpress.

    Now i can but widgets into left colum ( post’s and blog’s ) but if i do that theres no “comment” link.So i suppose that i have to modify widgets code?

    Now even im confused :D

    #39724

    Fix for bb-config.php when using “deep integration”

    How to currently, correctly include WordPress within bbPress and NOT throw a 404 in IE.

    Add to beginning of bb-config.php:

    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
    define('WP_USE_THEMES', false);
    include_once( '/absolute/path/to/yourdomain.com/wp-blog-header.php' );
    header("HTTP/1.1 200 OK");
    header("Status: 200 All rosy");
    }

    @Matt, I think that if it’s partially working, than chances are something is amiss somewhere. Are you using deep integration or no?

    #39722
    FetchFlow
    Participant

    I am supposed to NOT CHECK >>

    Add cookie integration settings

    If you want to allow shared logins with an existing WordPress installation.

    >> right?

    #39719

    In reply to: Multi-language edition

    21green
    Participant

    I gave some thoughts to this topic and my conclusion so far is, that it would be the best solution to set up a WPMU + Buddypress System for each language. The only thing that would be needed is a Plugin that shares the Userdata between these systems. A user who signed up on your swedish installation of WPMU + Buddypress should be able to use this account for your english version too and so on.

    One could do it as on wordpress.com, where wordpress.com is the main website. If You choose a different language, say german (.de) you get redirected to de.wordpress.com and only german content will appear.

    #39686
    jeff-sayre
    Participant

    devweb, sorry about the little thread jacking :(

    There is a plugin on WPMU Dev ( http://wpmudev.org/project/default-user-role ) that allows admins to set the default user role on signup. There’s also this plugin ( http://agapetry.net/news/introducing-role-scoper/ ) that seems to offer significant role customization in WP. However, I cannot find this particular plugin in the WP repositry so beware.

    You may also get some useful ideas from this thread on the Mu forums: https://mu.wordpress.org/forums/topic.php?id=8217

    Granted, these are all WPMU-specific ideas, not BuddyPress. But Mu is the platform on which BP sits, so this may be of some use if you’re planning to code your own solution.

    #39685

    In reply to: BP-FBConnect Plugin

    Sgrunt
    Participant

    (i use wordpressmu 2.65, buddypress svn version more recent than RC1, italian localization)

    hi Andy, i’m trying the facebook connect locally.I’ve copie the bp-fbconnect.php file and the bp-fbconnect folder in my plugins folder but after inserting the api key and updating options i receive this error:

    Fatal error: Uncaught exception ‘FacebookRestClientException’ with message ‘Template bundles must include at least one one line story template.’ in C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php:1857 Stack trace: #0 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php(414): FacebookRestClient->call_method(‘facebook.feed.r…’, Array) #1 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfbconnect.php(567): FacebookRestClient->feed_registerTemplateBundle(NULL, NULL, NULL, NULL) #2 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfbconnect.php(262): fbc_register_templates(false) #3 C:xampphtdocswordpressmuwp-includesplugin.php(311): fbc_admin_options(”) #4 C:xampphtdocswordpressmuwp-adminadmin.php(56): do_action(‘fbc_admin_optio…’, Array) #5 C:xampphtdocswordpressmuwp-adminoptions-general.php(2): require in C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php on line 1857

    #39681
    gpo1
    Participant

    Maybe adapting Amazon s3 or Cloud Front,so that users can store their images/video in one amazon s3 account?

    FYI

    https://buddypress.org/forums/topic.php?id=1533#post-7696

    https://mu.wordpress.org/forums/topic.php?id=6351

    This could save load balancing. What do you think?

Viewing 25 results - 22,076 through 22,100 (of 22,626 total)
Skip to toolbar