Search Results for 'wordpress'
-
AuthorSearch Results
-
September 17, 2009 at 6:17 pm #52666
In reply to: BuddyPress Privacy Component: An Update
David Lewis
ParticipantLike wordpress fan… I also need a solution that shows different components to registered vs. non-registered users. I can’t launch without it. Unless we build to separate sites… but I really don’t want to do that. The “public” (non-members) should basically only see the main blog’s posts, pages and events. Everything else needs to be hidden until you log in. I guess a bit of PHP might fake it just by hiding navigation options. In fact, there is a thread on the forums about that. I was assuming that the new privacy module would make that information moot however.
September 17, 2009 at 6:07 pm #52665In reply to: BuddyPress Privacy Component: An Update
David Lewis
Participant@Anointed: It’s not that the core is “flawed”… it’s that BuddyPress is simply a plugin that sits “on top” of WordPress MU while Elgg is an integrated solution. Personally, I still prefer BuddyPress. The theming process in Elgg caused me great pain and I find the Elgg interface suffers from inconsistencies and poor usability.
September 17, 2009 at 2:27 pm #52631In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantThe BuddyPress Privacy Plugin offers members the means with which to control who has access to their data. It is a user-focused solution. It is not a component-based solution.
I want some of my membership site open to the general public, but the core information – profile data – I want to provide access to premium subscribers.
It does not offer a Site Admin a mechanism with which to control access to entire BP core components–as you are desiring here. That requires a different approach.
September 17, 2009 at 2:11 pm #52629In reply to: BuddyPress Upgrade Killed My Blog. HELP.
Jeff Sayre
ParticipantThe auto upgrade usually does its job. But you are using a version of WPMU (2.7.1) that is 5 months old. Also, you were attempting to upgrade from a version of BP that was at least that old as well.
Whenever that many months have elapsed between your updating software versions, it is wise to check the readme.txt files and make sure that the versions you are using are compatible with each other. Had you done so, you would see at the top of BuddyPress’ v1.0.3 readme.txt file that you need at least WPMU 2.8.1.
=== Plugin Name ===
Contributors: apeatling
Tags: wpmu, buddypress, social, networking, profiles, messaging, friends, groups, forums, activity
Requires at least: WordPress MU 2.8.1
Tested up to: 2.8.1
Stable tag: 1.0.3During those five months, many updates have been made to both platforms. In fact, it is recommended that you upgrade WPMU to 2.8.4a for security reasons. Here’s some information that might help in upgrading WPMU.
As for your comment here:
Crash occured after fatal error during BP upgrade (If it’s not possible to upgrade automatically you REALLY SHOULD REMOVE THAT S***[edited for content] FROM THE OPTIONS. DAYUMN. )
That is an issue. I’m not sure that it has been reported, but as you are the first to report such a bug in the BuddyPress forums, you should check in WPMU Trac and see if it has been reported. If not, add a new ticket.
September 17, 2009 at 7:25 am #52617In reply to: Private Profiles
Arthur
ParticipantThanks Reboot Now – and wordpressfan for suggesting it in the first place. Will definitely look into giving this code a try prior to future BP work as this is very important for privacy, especially for children, who will potentially be a significant part of a site I am working on. Membership will be verified to ensure protection of the children’s private information while allowing them to participate fully in the community.
Maybe someone could take this and turn it into a plugin…?
@Jeff Sayre – your plugin is also useful as it gives a universal (i.e. WP not just BP) and individual-focussed privacy option, which is also very important. good work!
September 16, 2009 at 9:17 pm #52600In reply to: How to Find the Correct Theme Path for Child Themes?
bpisimone
ParticipantFor number one I tried this here,
echo '<link rel="stylesheet" type="text/css" href="' locate_template( array( 'custom-login/custom-login.css' ), true)'" />';It gets me this error
PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /Users/(...)/Sites/wordpress.mu/wp-content/themes/bp-default/functions.php on line 7For number two I have:
require_once locate_template( array( 'library/functions/theme_variables.php' ), true );and I get this error:
PHP Warning: require_once(/Users/(...)/Sites/wordpress.mu/wp-content/themes/bp-default/library/functions/) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Users/(...)/Sites/wordpress.mu/wp-includes/theme.php on line 843Thanks a lot for more pointers in the right direction, it’s puzzling me for the whole day, unfortunately.
September 16, 2009 at 7:07 pm #52590In 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.
-
AuthorSearch Results