Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 73,176 through 73,200 (of 73,985 total)
  • Author
    Search Results
  • #35992

    In reply to: Log Out Redirect Error

    elishahong
    Member

    Home 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.

    #35989
    Brad Williams
    Participant
    jmax123
    Member

    Here 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?

    #35974
    Trent Adams
    Participant

    Best 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 ;)

    #35972
    Trent Adams
    Participant

    There 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.

    #35971
    advinci
    Participant

    Well… 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.”

    #35968

    In reply to: Invite Module

    Trent Adams
    Participant

    I believe someone is working on this over at http://buddypressdev.org right now :)

    #35966

    In reply to: What are these tables?

    Trent Adams
    Participant

    These 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.

    #35962

    In reply to: News Control

    yu
    Participant

    Sidebar widgets: Design -> Widgets -> Blog-sidebar

    Left side and all other content: wp-content/themes/buddypress-home/single.php

    #35959
    alunsina
    Participant

    might 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!

    #35958
    wildilocks
    Member

    Hi! 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!

    #35948

    In reply to: No admin bar in blogs

    Pk
    Member

    Yes 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.

    #35942

    In reply to: What are these tables?

    tabish
    Member

    Trent & 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

    #35939
    Famous
    Participant

    This 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.

    #35938
    Burt Adsit
    Participant

    It’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.

    #35937

    In reply to: No admin bar in blogs

    Burt Adsit
    Participant

    There’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.

    #35934
    Anonymous User 303747
    Inactive

    Nice job – good luck with that!

    #35933
    plock
    Member

    Hey, 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.

    #35928
    Anointed
    Participant

    arrrggghhhhh

    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.

    #35913
    Trent Adams
    Participant

    The 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

    #35912
    yu
    Participant

    nope, 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

    #35906
    nicolagreco
    Participant

    you should fill out this form http://buddypressdev.org/add-plugin

    #35899
    Trent Adams
    Participant

    That 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.

    #35893
    Mike Pratt
    Participant

    cdaniel09 – you need to move up to wpmu 2.7

    #35875
    nickmu
    Member

    awesome plugin!

Viewing 25 results - 73,176 through 73,200 (of 73,985 total)
Skip to toolbar