Search Results for 'wordpress'
-
AuthorSearch Results
-
September 16, 2009 at 7:07 pm #52590
In reply to: Upgrading to 1.1-rc/1.1-beta
Andy Peatling
KeymasterIf you are running WordPress MU outside of the root, for example: http://example.org/wordpressmu/ then you are going to experience problems with the 1.1 beta. I am fixing right now.
September 16, 2009 at 7:06 pm #52589Andy Peatling
KeymasterIf you are running WordPress MU outside of the root, for example: http://example.org/wordpressmu/ then you are going to experience problems with the 1.1 beta. I am fixing right now.
September 16, 2009 at 5:32 pm #52580In reply to: Adding Pages
John James Jacoby
KeymasterNever edit the parent theme unless you copy the files out of it and create your own. By editing the parent theme directly you’re risking it not working correctly in future versions.
Copy the header.php out of the parent theme folder, and into your current active theme folder. bp-default, or whatever else you might be using.
WordPress will automatically override the parent header.php because files in child themes have a higher priority over parent themes. You won’t need to do anything additional to tell it what to do.
September 16, 2009 at 5:08 pm #52570In reply to: Adding Pages
Paul Wong-Gibbs
KeymasterIf you haven’t already, make a child theme. Copy in header.php and edit it.
If you want to manually add a link to your specific page, do that, otherwise look into adding this: https://codex.wordpress.org/Template_Tags/wp_list_pages
September 16, 2009 at 5:07 pm #52569In reply to: give each blog their own buddypress?
Anointed
ParticipantI believe that the first huge step towards each buddypress install having it’s ‘own’ members is now complete. In order to accomplish this, we needed to start out where each blog can have it’s own members.
I just uploaded a new plugin to wpmudev.org that may be useful to you. I know many have complained about this.
It allows people to register for an individual blog using the normal registration process. In WPMU all registrations are forwarded to wp-signup.php, so it is impossible for a visitor to register for only a sub-blog. This plugin overrides WPMU and restores the default WordPress registration page for sub-blogs (sub-blog.domain.com/wp-login.php?action=register).
Features:
* Compatible with plugins like Register Plus to control registrations.
* You can edit the default user role sitewide (subscriber, author, etc.).
* You can also control whether users can adjust their own blog registration settings.
* If users can control their own registration settings, a menu with that option appears under Users->User Registrations.
* Does not affect main blog. Registrations there are maintained at wp-signup.php.
Check it out: http://wpmudev.org/project/wpmu-blog-registrations
I would be curious to hear from the bp devs if this is the right plan of attack for laying the groundwork for individual blogs to have their own buddypress.
My idea being that once we have ‘separated’ the wpmu members so each member actually registers and belongs to an individual blog, we can then start filtering the bp widgets to only show activity/members/groups/etc.. that belong to the blog which is displayed.
September 16, 2009 at 2:21 pm #52548Jeff Sayre
ParticipantAs moderators, we cannot recommend hosting providers–at least I will not!
Here’s a thread that may help you better understand the requirements of WPMU. I would suggest searching the Mu forums for hosting suggestions.
September 16, 2009 at 1:31 pm #52545microcomposing
ParticipantCan you recommend me a host? Thanks.
September 16, 2009 at 12:57 pm #52543microcomposing
ParticipantOk, their max is 32MB
. Is there a way to run it like that?
September 16, 2009 at 11:31 am #52541microcomposing
ParticipantSo it won’t help. Alright
, then I’ll ask for a 64 MB server.
September 16, 2009 at 9:05 am #52539Paul Wong-Gibbs
KeymasterIt will help but I think you will still have the same problem. This is the problem with hosting WPMU on a shared/virtual server.
September 16, 2009 at 8:41 am #52538microcomposing
ParticipantMy host says: “We’re sorry, we can’t up the memory limit. What we can do is move you to a 32MB server”
The WP MU default seems to be 64MB, looking at the wp-settings.php. Will it work if I move to a 32MB server and change the wp-settings.php to: define(‘WP_MEMORY_LIMIT’, ’32MB’); ?
September 16, 2009 at 12:28 am #52518In reply to: Details About the New Theme Architecture
realistdreamer
ParticipantOK, I almost understand. I want to use Theme Hybrid Framework and BP Framework to create a custom Parent or should that be, custom Child?
From @Detective, it sounds like I need to integrate the functionality of both frameworks and build the child(ren) off that functionality. Is that right or am I missing something?
Will that method allow the benefits of upgrades to both Frameworks?
I’ve been looking at TastyKitchen.com and VW Tankwars both on the WP.org showcase https://wordpress.org/showcase/flavor/buddypress/ for ideas for 1 blog implementations of WPMU and BP.
September 15, 2009 at 7:42 pm #52497In reply to: Beta – bb-press one click install issue
diegorodrigues
ParticipantThank you I am looking into that now.
Okay…I don’t see anything in there that is going to help me.
Can you please point it out?
“@wordpressfan, you will want to make sure that wp-contents/plugins/buddypress/bp-forums/bbpress/ contains all of the files that come with bbPress.
When you use the auto-install functionality of BuddyPress forums, it will create a bb-config.php file at the root of your WordPress MU installation.”
I see the above but the auto install is not creating a bb-config.
September 15, 2009 at 6:22 pm #52491Jeff Sayre
Participant@ John
I know Burt hasn’t updated the group blogs plugin in a while…
I believe that jeff is talking about this plugin and not Burt’s Community Blogs plugin.
September 15, 2009 at 6:17 pm #52490In reply to: One blog for one user (bp 1.1)
jefflee
ParticipantHere is a plugin that should do what you want. Although I don’t know if it is tested on 1.1
September 15, 2009 at 5:50 pm #52487In reply to: Forums in v1.1
John James Jacoby
Keymaster@wordpressfan, you will want to make sure that wp-contents/plugins/buddypress/bp-forums/bbpress/ contains all of the files that come with bbPress.
When you use the auto-install functionality of BuddyPress forums, it will create a bb-config.php file at the root of your WordPress MU installation.
September 15, 2009 at 5:33 pm #52485In reply to: Forums in v1.1
wordpressfan
ParticipantThere appears to be some confusion (at least in my mind) on the steps needed to enable forums in the beta.
1. Do I place the bbpress files in bp-forums or not?
2. The forums “one-click” setup mentions placing the generated code in the “root WordPress directory.” Is that domain.com, bp-forums, or where?
Thanks.
September 15, 2009 at 2:48 pm #52469In reply to: Child Themes Working?
Jeff Sayre
ParticipantYou have several threads with various issues floating around the forums so I cannot possibly remember all the answers that you’ve already provided to our questions.
So, more questions/suggestions:
- Do you have any plugins other than BP installed? If so, deactivate them and see what happens. Make sure that you are using the default theme and that you have reselected it.
- Are there any errors in your server’s log files? I mean ANY. Do not try to decide which errors are relevant to this issue. We will decided.
- I believe that you are running BP trunk. So this is a test site as you should not be running the bleeding-edge version on a production site. Do a clean install and see if the problem persists. This means deleting everything–all BP, WPMU, and DB files. You need to start from scratch. Don’t install any plugins other than BP, only use the default theme. What happens when you do that?
September 15, 2009 at 2:35 pm #52465Jeff Sayre
ParticipantAs DJPaul, said, you should talk to your web host whenever you are having server issues. This WordPress codex article may help, if it does not, talking with your web host is the next option.
September 15, 2009 at 2:21 pm #52462In reply to: Buddypress and WP theme frameworks
Paul Wong-Gibbs
KeymasterYes. 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.
September 15, 2009 at 1:39 pm #52460In 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.
September 15, 2009 at 1:35 pm #52458In reply to: Upgrading to 1.1-rc/1.1-beta
grosbouff
ParticipantHi !
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 ?
September 15, 2009 at 1:16 pm #52457microcomposing
ParticipantOk,
but what do I need to ask exactly?
September 15, 2009 at 12:52 pm #52451Paul Wong-Gibbs
KeymasterYou need to talk to your web host and ask them.
September 15, 2009 at 12:44 pm #52449In reply to: Members themes for blogs
darrent71
ParticipantSo 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?
-
AuthorSearch Results