Search Results for 'buddypress'
-
AuthorSearch Results
-
January 9, 2009 at 8:55 pm #35992
In reply to: Log Out Redirect Error
elishahong
MemberHome theme, where the root of my blog is located, in fact the admin bar(drop down list [log out]) is also affected.
I got this result for both the log out links for the home theme and the admin bar:
You don’t have permission to access /blog/wp-login.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I attempted to replace the code for the admin bar and got the same result as how mdsports had. It didn’t redirect to my home blog page.
I downloaded the latest WordPressMU and BuddyPress(I used the beta link that was given)
Here’s the admin bar code which I identified:
// **** “Log In” and “Sign Up” links (Visible when not logged in) ********
function bp_adminbar_login_menu() {
if ( !is_user_logged_in() ) {
echo ‘<li class=”bp-login no-arrow”>‘ . __( ‘Log In’, ‘buddypress’ ) . ‘‘;
// Show “Sign Up” link if registrations are allowed
if ( get_site_option( ‘registration’ ) != ‘none’ ) {
echo ‘<li class=”bp-signup no-arrow”>‘ . __( ‘Sign Up’, ‘buddypress’ ) . ‘‘;
The Home theme header logout link(the one to the right) is also similar but I have no idea how PHP really works and I spent a few hours figuring out what the problem was but I’m interested to learn how these stuff works and I hope you guys can enlighten me.
January 9, 2009 at 8:26 pm #35989In reply to: bp_core_avatar_v1 returns local path to avatar
Brad Williams
ParticipantFound it: https://trac.buddypress.org/ticket/265
January 9, 2009 at 8:06 pm #35985jmax123
MemberHere is the problem, when I look a the HTMl source rendered to the browser I see the path
<link rel=”stylesheet” href=”/wp-content/mu-plugins/bpdev-flickr/css/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/wp-content/mu-plugins/bpdev-youtube/css/style.css” type=”text/css” media=”screen” />
whereas the rest of the buddypress and wordpress links have the whole domain associated with them not just the /wp-content… they have http://domain.com/wp-content
So, the function <script type=”text/javascript” src=”<?php echo $bp; ?>js/lightbox.js”></script>
needs to really get the WP domain prepended?
January 9, 2009 at 6:38 pm #35974In reply to: “Next page” problem
Trent Adams
ParticipantBest bet is create a ticket for this in https://trac.buddypress.org/ with the login credentials from this forum so that Andy knows he is breaking something again
January 9, 2009 at 5:53 pm #35972In reply to: “Next page” problem
Trent Adams
ParticipantThere must be someone who is running subfolders on their buddypress that should be able to answer this one! Hopefully someone will chime in for you.
January 9, 2009 at 5:49 pm #35971In reply to: “Next page” problem
advinci
ParticipantWell… Seems like they think it might be BuddyPress related.
andrea_r
Member
“Is there anyone else over there running buddypress on a subfolder install?
the only thing I’ve ever seen mess with page navigation like that was a plugin.”
January 9, 2009 at 5:20 pm #35968In reply to: Invite Module
Trent Adams
ParticipantI believe someone is working on this over at http://buddypressdev.org right now
January 9, 2009 at 5:15 pm #35966In reply to: What are these tables?
Trent Adams
ParticipantThese are great issues to bring up on the buddypress mailing list and I encourage you to do it. I do not develop WPMU or Buddypress and these are just my opinions. This is just background information as well. WPMU is known to be extremely server intensive as is.
Right now, most scaling solutions have been implemented for WPMU and the database structure that is already developed and in place. Mainly, blog sites like wordpress.com and edublogs.org. They have implemented multi-database solutions where the request gets analyzed for the blog hash and directed to the proper database and the connection only occurs to the database that houses that data. Databases can reside on any server in any location.
Images are also housed in directories created through the blog hash as well. This also allows you to have multiple image directories in multiple locations if you wanted. Some even offload some of their images to 3rd party services like S3.
At present time, AFAIK, there is no solution for spreading around the buddypress data. It hasn’t been addressed yet.
I am not going to argue and say this is the most ideal circumstance or setup. There are plenty of discussions on scaling both in the WPMU forums as well as in the WPMU Advanced Forums as well as on the WPMUDEV Premium Forums. Not to mention the WP Hackers list is also a great resource from the real developers and hackers of WP in general.
Buddypress, like WPMU, are open-source communities and all input is not only welcomed, it is encouraged! Feel free to add anything that you feel would be better. I am sure Andy is welcome to hearing all feedback if you know a better way to do something.
My previous comment on this topic was purely my opinion on how the current setup could be scaled based on my experience with already ongoing projects. Right or wrong, it is just my opinion.
January 9, 2009 at 3:53 pm #35962In reply to: News Control
yu
ParticipantSidebar widgets: Design -> Widgets -> Blog-sidebar
Left side and all other content: wp-content/themes/buddypress-home/single.php
January 9, 2009 at 2:40 pm #35959In reply to: BuddyPress Showoff: Post your links
alunsina
Participantmight as well.

my site is http://upd8t.com
it currently has no real definition on the targeted audience. all the same, i’m pretty happy with it and enjoying the site. i’m using the default buddypress theme. the buddypress concept is awesome!
January 9, 2009 at 2:26 pm #35958In reply to: BuddyPress Showoff: Post your links
wildilocks
MemberHi! I’m running buddypress as of yesterday on canhasjournal.com. I started the MU site many months ago and it’s not very active, but adding Buddypress may change this! I’d been watching the BP list and see most activity seems to have moved over here now. We’re having some minor oddness, but mostly things seem to be working pretty well and I commend everyone working on the project!
January 9, 2009 at 10:10 am #35948In reply to: No admin bar in blogs
Pk
MemberYes sorry i mean the buddypress bar.
If a user is editing a new blog entry, how can he jump to a friends page? Would he first have to click “visit site” then go to “my account > friends > my friends”?
Still new just trying to get the whole plan in my head.
January 9, 2009 at 9:03 am #35942In reply to: What are these tables?
tabish
MemberTrent & Mikepratt
I am running a website with more than 3 million users and the profile and other SQL extensive pages result always comes within 0.0002 seconds.
3 million users and their profile info and other things, including pictures, albums, friends, groups are divided into 10 tables only. Site is online for about 6 years and running on only one dedicated server. You can assume the hits on the site like this. The whole database is optimized by me and all the queries are written by me. I know if this site was made on buddypress on any other open source, we would have needed atleast 500 servers to control the traffic.
plentyoffish.com is world’s top dating website and having only 6 servers and only One database server, while match.com and others have few thousands servers (with lesser hits than plentyoffish.com). The truth is that plentyoffish is being run by one guy and he knows how to make database and tables.
I am not here to criticism anyone, I told what I felt.
I don’t know if i need to make 1 million database in future to control my 3 million users.
Regards
Tabish
January 9, 2009 at 8:04 am #35939In reply to: I’m stuck, please help
Famous
ParticipantThis is random, but if I were to give an educated guess–it seems like the toughest part to comprehend initially might be that you don’t put the member themes under the themes file (directory) you put them in wp-contents. Just a guess, hope you figure it out and have fun…
And also, is it possible that you were using the kubrick theme as your home theme instead of the BuddyPress Home Theme? That would give the plugin error.
Also to remove buddypress just remove all contents from mu-plugins and restore your theme to Kubrick.
January 9, 2009 at 7:43 am #35938In reply to: I’m stuck, please help
Burt Adsit
ParticipantIt’s difficult to really determine this but from what I can gather about what you are trying to do
You are trying to get mu installed in a subdirectory called /blog/blogs under the document root of a live, existing wp 2.6.5 install.
The existing live install has the it’s domain mapped to /blog (not /blogs) where the wp 2.6.5 actually resides.
I didn’t see any evidence of buddypress so you must have been successful in uninstalling it while you get mu up and running.
It looks like you have chosen the subdirectory install option for mu.
Is all this guessing right? I don’t know. I hope your live site stays up and running throughout this and I look forward to you reporting back with success.
January 9, 2009 at 7:15 am #35937In reply to: No admin bar in blogs
Burt Adsit
ParticipantThere’s no admin bar in the login form no.
I’m not sure what email link you are referring to. After signing up a user gets an email with an activation link and then a password and then logs in with a temp password to their blog.
To get to the admin backend (dashboard) of any blog you use: myblog.mysite.com/wp-admin/ or after logging in, the user has the option of using the menu bar’s ‘my blogs’ > ‘my new blog’ ><flyout menu> ‘dashboard’
That’s also the admin area of the blog.
There isn’t a ‘bbpress bar’ that I’m aware of. There’s a buddypress bar that has a ‘my account’ menu where you can visit your profile and other options.
January 9, 2009 at 3:59 am #35934In reply to: BuddyPress Showoff: Post your links
Anonymous User 303747
InactiveNice job – good luck with that!
January 9, 2009 at 3:41 am #35933In reply to: BuddyPress Showoff: Post your links
plock
MemberHey, I’m running http://www.pozlife.com. It’s a community for people affected but HIV and AIDS. I’m an activist
I just finished ironing out the basics, and its a very limited BP install – no groups, no blogs, no access to the dashboard for non admins. They do have member profiles, and flickr for more photos. I’ve also integrated my wpmu DB with BB press for seamless logins.
I’m going to add more stuff when people request it, but for now I think I can start to invite people to use it!
I’m really thankful for all the help I’m receiving via the forums! Keep up the good work.
January 8, 2009 at 11:37 pm #35928In reply to: I’m stuck, please help
Anointed
Participantarrrggghhhhh
Now when I click on ‘create a blog’ I end up at my profile page.
I’ve got this install all messed up now.,
The worst part is now I can’t figure out how to remove buddypress so I can go back to troubleshooting the problem. Even if I change theme’s for my main acct, I still have buddypress bars etc…
I’m totally stumped now, please help if anyone has the time to look.
January 8, 2009 at 8:18 pm #35913In reply to: Blank screen in new created blog
Trent Adams
ParticipantThe only blog that should be using the buddypress-home theme is the main blog. All other blogs can use whatever theme the users usually want if they are installed. I am getting the impression that you deleted the “default” folder out of /wp-content/themes/ and that is what is causing you issues.
Trent
January 8, 2009 at 8:10 pm #35912In reply to: Blank screen in new created blog
yu
Participantnope, this is not php error. this is blog creation error. when i create new blog from ‘/wp-admin/wpmu-blogs.php’ – it’s config is not correct. ‘Default theme’ and ‘Default stylesheet’ are set to ‘default’. Dunno what it mean, but when i change this line to ‘buddypress-home’ – new blog works like a charm ) is there anything i can do to make ‘dafault’ theme works for new created blogs? or automate ‘buddypress-home’ adding to this fields? oO
January 8, 2009 at 7:27 pm #35906In reply to: Plugin:change_newblog_defaults
nicolagreco
Participantyou should fill out this form http://buddypressdev.org/add-plugin
January 8, 2009 at 5:59 pm #35899In reply to: Will BuddyPress work with Multi-Site Manager Plugin
Trent Adams
ParticipantThat is a very good question! Never run across anyone that tried it, but I can’t see why it wouldn’t work since the hardcoding for site “1” is all gone now. Short of testing it out, I am not sure if anyone has an answer. I might get a chance to test this out later today though. If you test it out, let us know.
January 8, 2009 at 2:23 pm #35893In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Mike Pratt
Participantcdaniel09 – you need to move up to wpmu 2.7
January 8, 2009 at 7:36 am #35875In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
nickmu
Memberawesome plugin!
-
AuthorSearch Results