Search Results for 'buddypress'
-
AuthorSearch Results
-
July 22, 2009 at 10:15 am #49781
In reply to: Should we use WP/BP or another platform?
plrk
ParticipantBuddyPress is not used by many community sites because it is still a brand new product.
July 22, 2009 at 10:15 am #49782In reply to: Should we use WP/BP or another platform?
Mariusooms
ParticipantThere are other platforms and have tried a few myself. As new as the bp platform is, it is by far the quickest out of the box that enables much of what you need already (together with wpmu). However other platform might offer more fine grained control, but it comes with a hefty learning curve as the platform is simply more complex. The upside to bp’s less complex architecture makes it also easier to develop for.
I’ll see if I can give some input on your requirements.
The main feature is an easy and somewhat restrictive way to post content. The only thing girls can publish is pictures of outfits, and then tag the clothes (describe, tag, categorize…).
It looks like you need a custom content type that omits the post message. Flutter allows you to create a specific post type. I haven’t tried it with wpmu. There is also a wpmu plugin called ‘toggle_meta_boxes’ which allows you to hide unneeded post boxes to make it super easy for your users to just upload content.
We want to have some level of control here. BTW not all users can upload content.
Since you only have one subject users post on I would recommend NOT giving every user a blog at sign up, but just let them post to the main blog. Keeps you in control over categories, tags, etc. Plus it lets you control the user level. I however you do want to give users a blog there are wpmu plugins which allow you to set blog defaults like categories, predefined pages and posts and such. Also you can make new blog users have an editor role rather than an admin role if you want to control what they can or can not do.
The content published by everyone goes to the main page, same of today.
This is done by buddypress through widgets or even custom loops if you are adventurous.
No problem there.
People con vote their fabs.
I haven’t looked at this, but I imagine there would be a wp plugin which would let users vote on posts. If you can find a vote plugin that serves an RSS feed you could pull that into the bp user profile. EVen link it to the activity stream with a small custom plugin.
When user is logged in, she sees the content of the girls she is following (not pictures of everyone, just pictures of the ones that inspire the user).
In bp through making friends with other users you can follow the activity of your friends only. At the moment the activity stream is text only, afaik, but I think images in the activity stream is in the pipeline?
User profile is built by the outfits she publishes
The profile page shows the latest activity, blog posts, wire messages, etc. of the profiles user.
and the outfits she favorites.
This is the most dificult part, since I haven’t looked into it. Assuming you can find a good vote/favorite plugin it should be doable.
You can search for/discover/subscribe to trends, types of clothes, styles, colors, people…
This is where bp shines as the search is very well done. Combine it with bp_contents plugin which allows your users to tag themselve, groups, blog and add categories…your archiving possibilities are endless.
Some pitfalls (already mentioned):
Privacy controls, inappropriate content flagging (is coming in 1.1 though), it is still not an out of the box solution (however for you requirements there is none that I can think of).
There are still even other approaches when I think about it, I would recommend wp and bp in a heartbeat. Especially since the backend of both are really solid. Plugins are installed and upgraded easily. It is a widely supported and growing platform and would not hesitate to recommend it to you.
I hope this helps a little bit.
July 22, 2009 at 8:34 am #49777In reply to: Can't login as Site admin
julient
ParticipantI removed the plugins one by one, leaving only the buddypress directory, and renaming mu-plugins in mu-plugins2, but I still can’t login as Site admin…
I’m still trying to find out what’s going on. If you have an idea…
Thanks again
Julien
July 22, 2009 at 8:31 am #49776In reply to: Dashboard ?
Mariusooms
ParticipantCheck out the skeleton component plugin. I teaches you how to make a bp component. It has examples where it sets up two custom pages with according links, etc. That’s how I re-created the dashboard, but r-a-y’s would also work.
The skeleton component takes some time studying as it will go over much more than just setting up page templates, but it is a good learn if you are developing with bp and creating a dashboard component would be a good entry level start.
July 22, 2009 at 7:43 am #49775In reply to: Can't login as Site admin
julient
ParticipantHi and thanks for your answers. I’ll try to remove the plugins and see if I can find out the one causing the issue.
Meanwhile, here are the answers to the common questions.
Julien
1. Which version of WPMU are you running?
2.7.1
2. Did you install WPMU as a directory or subdomain install?
Director
3. If a directory install, is it in root or in a subdirectory?
Root
4. Did you upgraded from a previous version of WPMU? If so, from which version?
Yes, from 1.5.1 through 2.6.5
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
Yes
6. Which version of BuddyPress (BP) are you running?
1.0.2
7. Did you upgraded from a previous version of BP? If so, from which version?
No, first install
8. Do you have any plugins other than BuddyPress installed and activated?
Many. I won’t list them here. I’ll try first to remove them to find out if it may cause the issue.
9. Are you using the standard BuddyPress themes or customized themes?
Standard, we haven’t customized anything yet
10. Have you modified the core files in any way?
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version?
No bbpress (yet)
13. Please provide a list of any errors in your server’s log files.
July 22, 2009 at 3:50 am #49763In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantActually nevermind the community part, I ‘ll just structure the site like leadpress.com (not all under community)
Thank you for the help Ray and John.
July 22, 2009 at 3:14 am #49761In reply to: Group name in cyrillic (unicode)
Dolugen
ParticipantI hope it was brief and descriptive: https://trac.buddypress.org/ticket/880 (submitting a bug ticket isn’t that hard at all
July 22, 2009 at 3:09 am #49758In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantI still don’t get why when I go to domain.tld/home the members link lights up (in the BuddyPress Home Theme). And how do I make the community WordPress Page appear instead of a page listing the folders inside the community folder (forums).
July 22, 2009 at 3:03 am #49759In reply to: Install/run BuddyPress in Subdirectory
John James Jacoby
KeymasterIf you want all of the directories to be underneath the community page, I would do exactly the same thing you just did to make the community page, and make members/groups/blogs directory pages. I’m not sure there’s a way to contain ALL of BuddyPress within a subdirectory, considering that your users and groups and blogs are all linked off of the root of the site, and not the root of a specific blog, subdomain, or subdirectory.
July 22, 2009 at 3:02 am #49757In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantSo I set the Members link to
domain.tld/community/members/
But when I click it, it redirects to domain.tld/members/admin
The groups and blogs link work but don’t light which isn’t that bad.
July 22, 2009 at 2:40 am #49756In reply to: Install/run BuddyPress in Subdirectory
r-a-y
KeymasterThat is what I would do.
But keep in mind, you’d also have to make the same changes to your BP member theme.
If you’re using the default BP member theme, that would be located here:
/wp-content/bp-themes/bpmember/header.php
July 22, 2009 at 2:35 am #49755In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantYeah I am using the BuddyPress Home Theme, should I just change each link to /community/members, /community/blogs, etc. ?
Would that work with what I have setup (the three seperate pages)?
July 22, 2009 at 2:30 am #49754In reply to: Install/run BuddyPress in Subdirectory
r-a-y
KeymasterI’m guessing from that statement that you don’t.
You’d probably want to make some changes in your theme’s header.php.
If you’re using the BuddyPress home theme, that file can be found here:
/wp-content/themes/bphome/header.php
The part you want to look for is:
<ul id="nav">John could probably help you better.
July 22, 2009 at 1:58 am #49753In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantI looked it up in bp-core.php (is that the actual location?) and it says:
define( 'BP_MEMBERS_SLUG', 'members' );July 22, 2009 at 1:54 am #49752In reply to: Install/run BuddyPress in Subdirectory
r-a-y
KeymasterNot sure why the Members link is lighting up… that should only light up when you go to domain.tld/members/.
I’m guessing you’re using the BuddyPress home theme.
Do you have a customized BP_MEMBERS_SLUG, per chance?
July 22, 2009 at 1:46 am #49750In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantWell all the pages work, its just that how would I setup my links?
Do I just put in the hard links like domain.tld/community?
Because right now when I click Visit Site it goes to the Home page but the members link lights up.
July 22, 2009 at 1:44 am #49751In reply to: Install/run BuddyPress in Subdirectory
r-a-y
KeymasterGoto your blog settings and assign the front page to be the page you made for home, and make the index/blog page the one you made for your blog.
In your WPMU admin area, go to “Settings > Reading”.
Select “A static page”
Then for the “Front page” that you created, select “Home”.
For your “Posts page” that you created, select “Blog”.
July 22, 2009 at 1:37 am #49749In reply to: Install/run BuddyPress in Subdirectory
Stupidism
ParticipantThank you for a quick reply.
I don’t really understand this part:
Goto your blog settings and assign the front page to be the page you made for home, and make the index/blog page the one you made for your blog.
July 22, 2009 at 1:19 am #49744In reply to: Should we use WP/BP or another platform?
John James Jacoby
KeymasterAs enthusiastic as you are about WordPress, most of us are about BuddyPress, so without speaking for anyone else, my opinion is biased towards using BuddyPress for every website. My moms knitting website will use BuddyPress.

If you want users to be able to blog about their own stuff without moderation, then you want WordPressMU, because each user gets their own blog to talk about whatever they want; WHATEVER they want. That means even though your site is about fashion, that doesn’t stop them from talking about puppies.
If you want these users to be able to interact with each other, and have personalities, then you want BuddyPress.BP will allow your users to talk to each other privately, form groups to talk about things with each other, and comment on each others profiles.
The reasons NOT to use BuddyPress? At the moment there’s very little restrictive control over what people do. You can’t stop someone from putting profanity in their profile. You can’t block a user from messaging you or others. Also, the platform is still evolving as much as WordPress and bbPress are. That means that if you like to keep your website on the cutting edge, you’ll find it hard to install everything and leave it alone, as enhancements and improvements are coming through at least monthly, and so far upgrading isn’t a one click thing yet (almost though)
Those is my opinionses… Not sure how helpful they is, but if you like WordPress, you will probably see the potential of BuddyPress for what you want your website to be.
July 22, 2009 at 1:06 am #49741In reply to: Install/run BuddyPress in Subdirectory
John James Jacoby
KeymasterI’ve used this website before as an example and I hope he doesn’t mind, but check out leadpress.com as an example.
You’re not running BuddyPress in a sub directory, but actually just stopping it from taking over the root and /blog URLs, and instead using the normal WordPress way of assigning pages.
Rename home.php to community.php.
Use the Page Template method to name that page template “Community.”
In the blog admin, Make a page for your home, a page for your blog, and a page for your community, all with similar slugs.
The community page will use the “Community” page template.
Goto your blog settings and assign the front page to be the page you made for home, and make the index/blog page the one you made for your blog.
Then, you will want to install bbPress in a folder called “/community/forums/” and be sure to create a page with the slug “forums” as a sub page of “community”
That should do it?
July 21, 2009 at 9:19 pm #49740In reply to: Should we use WP/BP or another platform?
Paul Wong-Gibbs
KeymasterTake a look at https://wordpress.org/showcase/ for examples of some of the best sites built on WordPress. WordPress itself is a stable and exciting for building sites and CMSs on, and the showcase which I’ve linked you to will let you browse the highlighted best.
The ‘biggest’ BuddyPress installation – other than this site – that I am aware of, is GigaOM Pro.
I’m not going to sell the idea of using BuddyPress to you
but perhaps if you make a short list of the key features and ideas that are essential, and things you would like to have, we can all comment the feasibility.
July 21, 2009 at 8:07 pm #49731In reply to: custom button in buddy-bar
Paul Wong-Gibbs
KeymasterWell, if you’ve already read this https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/ and maybe this https://buddypress.org/forums/topic.php?id=2283, and do not understand, unless you are prepared to further your understanding of PHP and WordPress’ API, you need to find a developer to write the code for you.
July 21, 2009 at 7:59 pm #49727In reply to: Auto activate plugin for Member Blogs only.
Paul Wong-Gibbs
KeymasterI can see that you have cross-posted this over on the WPMU forums. You have a response from andrea_r, about an hour ago (as of time of posting), which you have replied to about 40 minutes ago.
This is definitely a WPMU question as this doesn’t involve BuddyPress, so you were right posting it there, but there was no need to post it here.
Paul Wong-Gibbs
KeymasterSir
Please stop posting the same message. There is one lead developer on BuddyPress who works for Automattic, and he has a roadmap full of things to work on. The current target is BuddyPress v1.0.4 (a bugfix release) and as you can see from this thread, there are lots of known bugs to resolve to get v1.0.4 out the door, let alone implementation of any new features.
If for your website there are some priority features you require which haven’t been written yet, either learn to code/code them in yourself or hire someone to develop them for you.
July 21, 2009 at 7:37 pm #49719In reply to: change default blog
Jeff Sayre
ParticipantOf course John is correct. I failed to notice that you were running BuddyPress hence my “This is truly a question for the WPMU forums” comment.
There is a constant set in bp-core.php (line 15) that allows you to set the blog ID on which BuddyPress will run. But as the trac ticket John referenced in his post indicates, setting it to anything other than “1” will currently cause issues.
Also, this ticket applies: https://trac.buddypress.org/ticket/775
-
AuthorSearch Results