Search Results for 'wordpress'
-
AuthorSearch Results
-
March 14, 2009 at 10:48 pm #40021
In reply to: nginx re-write rules
Per Søderlind
ParticipantI’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;
}
}March 14, 2009 at 10:36 pm #40018In reply to: Fatal error: installling buddypress problem
sha_munira
Participantthanks, its because im not using wordpress MU…silly mistake..haha
March 14, 2009 at 6:46 pm #40010In reply to: switching from wordpress+mu to wordpress with bp
nicolagreco
Participantif you add bp tables in the new db it’s not a problem
March 14, 2009 at 5:57 pm #40008In reply to: switching from wordpress+mu to wordpress with bp
Ekine
ParticipantThanks for replying.
Maybe I should try exporting from wp+mu and importing to wp without buddypress first and see where I am getting to.
March 14, 2009 at 5:34 pm #40007In reply to: switching from wordpress+mu to wordpress with bp
John James Jacoby
KeymasterIn 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.
March 14, 2009 at 4:13 pm #40004In reply to: Conceptual problem about themes
Andy Peatling
KeymasterYou 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.
March 13, 2009 at 11:21 pm #39968In reply to: Widget Ajax Members Group Problem
Jeff
ParticipantWhy 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?
March 13, 2009 at 3:45 pm #39939In reply to: FaceBuddy free theme for BuddyPress
Sgrunt
Participanthi john…no, any demo for now sorry: i’ve included a lot of screenshots for helping. BuddyDress is wordpress and not wordpressmu for now.
March 13, 2009 at 3:31 pm #39934In reply to: SEO problem in BuddyPress
pietro28
Participantjohnjamesjacoby
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?
March 13, 2009 at 2:55 pm #39927In reply to: SEO problem in BuddyPress
John James Jacoby
KeymasterWordPress 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
/blogor/newsor/somethingthere, 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…
March 13, 2009 at 10:02 am #39899In reply to: Theme and plugin requests
gpo1
ParticipantI 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!
March 13, 2009 at 12:33 am #39875In reply to: Blogs Using BP Theme
sebastianmacias
ParticipantDoes 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
March 12, 2009 at 7:40 pm #39846In reply to: Excellent Read at WordPress.org Blog
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.
March 12, 2009 at 2:25 pm #39825John James Jacoby
KeymasterWell, 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?
March 11, 2009 at 10:50 pm #39790In reply to: BP-MarkItUp 0.1 enables markItup! in your buddypress
Andy Peatling
KeymasterMake sure you submit this to the WP plugin repo and tag it with “BuddyPress” in your readme file.
March 11, 2009 at 7:30 pm #39773In reply to: Group forums not working? On a DV?
FetchFlow
Participanthttp://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.
March 11, 2009 at 3:45 pm #39766In reply to: Hooks and things …
Erwin Gerrits
ParticipantFirst, 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.
March 11, 2009 at 9:43 am #39738In reply to: Login page before home theme
Ezd
ParticipantOkay 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.
March 11, 2009 at 6:33 am #39735In reply to: I’m ignorant and i need help :) ( Post related )
rusted
Memberhmm… 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
March 11, 2009 at 3:08 am #39724In reply to: Forum Integration: HELPING HINTS
John James Jacoby
KeymasterFix 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?
March 10, 2009 at 11:30 pm #39722In reply to: Group forums not working? On a DV?
FetchFlow
ParticipantI am supposed to NOT CHECK >>
Add cookie integration settings
If you want to allow shared logins with an existing WordPress installation.
>> right?
March 10, 2009 at 10:53 pm #39719In reply to: Multi-language edition
21green
ParticipantI 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.
March 10, 2009 at 3:43 pm #39686In reply to: Multiple user types – possible?
jeff-sayre
Participantdevweb, 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.
March 10, 2009 at 3:34 pm #39685In 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
March 10, 2009 at 2:36 pm #39681In reply to: Integrate DivShare to buddypress
gpo1
ParticipantMaybe 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?
-
AuthorSearch Results