• Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: So I built my BP site in a subfolder (mysite.com/bp) and now I’ve switched it live (mysite.com) using the wordpress feature where your homepage is different from your wordpress directory (by […] View

    @rayray ***

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: So I built my BP site in a subfolder (mysite.com/bp) and now I’ve switched it live (mysite.com) using the wordpress feature where your homepage is different from your wordpress directory (by […] View

    Yea I suppose the subfolder isnt to bad. I’ll figure something out. Really appreciate the help though, thanks @ray

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: So I built my BP site in a subfolder (mysite.com/bp) and now I’ve switched it live (mysite.com) using the wordpress feature where your homepage is different from your wordpress directory (by […] View

    I didn’t realize BP wasn’t like wp. I am using Standard WP. I just figured as with standard, I could have wordpress/buddypress reside in a subfolder and use the settings-general page to move everything to my root .com folder. I’m just looking for mysite.com/members/a-member vs mysite.com/folder/members/a-member

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: So I built my BP site in a subfolder (mysite.com/bp) and now I’ve switched it live (mysite.com) using the wordpress feature where your homepage is different from your wordpress directory (by […] View

    lol thats it? Its there forever? Before things get to out of hand should I just export/import or am I just SOL?

  • Tom posted an update: 1 year, 11 months ago

    So I built my BP site in a subfolder (mysite.com/bp) and now I’ve switched it live (mysite.com) using the wordpress feature where your homepage is different from your wordpress directory (by working the htaccess and wp-header and settings in Admin-General). Now the only problem is, any and all buddypress links point to ”mysite.com/bp/xyz”. Help!

    • You shouldn’t have built your BP site in a subfolder…

      • lol thats it? Its there forever? Before things get to out of hand should I just export/import or am I just SOL?

        • If you tested BP in a subfolder, you would have known that all BP links would reside in that sub-directory.

          Did you install BP in WPMU or standard WP?

          • I didn’t realize BP wasn’t like wp. I am using Standard WP. I just figured as with standard, I could have wordpress/buddypress reside in a subfolder and use the settings-general page to move everything to my root .com folder. I’m just looking for mysite.com/members/a-member vs mysite.com/folder/members/a-member

            • It <strong<is like WP… BP is just a plugin for WP.
              You installed WP in a sub folder, so your pages would exist like mysite.com/wp/page-slug.

              If you have WP installed in the root, just install BP there.
              Of course, you should test all your changes somewhere before deploying your site live.

  • Tom posted an update: 1 year, 11 months ago

    Are their any hooks/any way I could write a plugin that added features to the registration? After submission it asks them if the would like to integrate twitter/facebook, etc?

  • Tom posted an update: 1 year, 11 months ago

    Just spent half hour trying to customize the activity feed when I post a blog post. Then I came across the http://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/ article. Thanks @andy and @johnjamesjacoby as well as the rest of the bp community for making Buddypress so great.

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: Is anyone else experiencing their site logging them out quickly? We’re currently in development and its going live soon, and it seems like every time I move on the site it has logged me out. […] View

    Yes, and speaking of them I’m having trouble with a post-voting plugin that sets a cookie when you vote on a post, then checks it when you try to vote again. Seems like every other refresh it stops seeing the cookie (even though its there) and lets you vote again. Would this be related?

  • Tom posted an update: 1 year, 11 months ago

    Is anyone else experiencing their site logging them out quickly? We’re currently in development and its going live soon, and it seems like every time I move on the site it has logged me out. Anyone else experiencing this?

    • Cookies enabled?

      • Yes, and speaking of them I’m having trouble with a post-voting plugin that sets a cookie when you vote on a post, then checks it when you try to vote again. Seems like every other refresh it stops seeing the cookie (even though its there) and lets you vote again. Would this be related?

        • Could be, I had a plugin (I think it was a shopping cart one, I don’t remember now) that stopped the activity feed from showing up. Try disabling it and see if you still have the problem.

        • More than likely that is the problem. Perhaps it is corrupting or wiping the WP login cookie?

      • If I remember correctly when I had this issue it was just one of the plugins I had installed

        think it was group control …….

  • Tom posted an update: 1 year, 11 months ago

    @andy any chance of a FB Connect update for 1.2?

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: Still beating my head on a rock with the child theme functions.php. Getting a wsod, help! http://pastie.org/841688 (my custom code starts on line 236) View

    Figured something out. its not functions.php, its my child theme! It broke when I went from 1.2 to 1.2.1, anyone having the same issue and/or know why its happening!?

  • Tom posted an update: 1 year, 11 months ago

    Still beating my head on a rock with the child theme functions.php. Getting a wsod, help! http://pastie.org/841688 (my custom code starts on line 236)

    • Figured something out. its not functions.php, its my child theme! It broke when I went from 1.2 to 1.2.1, anyone having the same issue and/or know why its happening!?

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: When I upgrade the bp-default themes function.php breaks the site because I have a function.php in my child theme. Any way I can have both co-exist nicely? Otherwise any changes in future […] View

    I completely emptied everything out of the functions.php file and I’m still getting wsod. I have functions.php in the child theme, so I’m guessing something crazy is going on. I’ll keep poking at it. Really appreciate all the help!

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: When I upgrade the bp-default themes function.php breaks the site because I have a function.php in my child theme. Any way I can have both co-exist nicely? Otherwise any changes in future […] View

    http://pastie.org/840691 – I’ve pasted my custom functions.php file. Let me ask you this. I’m reading the link you sent me to, is it saying keep the filename as ”functions.php” and make sure that there are no duplicate function names, or do not name it functions.php, name it ”customfunctions.php”? Thanks so much for the help!

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: When I upgrade the bp-default themes function.php breaks the site because I have a function.php in my child theme. Any way I can have both co-exist nicely? Otherwise any changes in future […] View

    I felt stupid and renamed my functions.php in my child to customfunction.php – still get the white screen of death. Any ideas?

  • Tom posted an update: 1 year, 11 months ago

    When I upgrade the bp-default themes function.php breaks the site because I have a function.php in my child theme. Any way I can have both co-exist nicely? Otherwise any changes in future upgrades to the bp-default functions.php doesn’t translate to my child theme!

      • I felt stupid and renamed my functions.php in my child to customfunction.php – still get the white screen of death. Any ideas?

        • Hmmm… I have a custom function in mine that works, so maybe it’s the code? Also, make sure you didn’t copy over all the code in functions.php from the default bp theme. Just start with your custom function and make sure all the opening/closing tags (no misspells) are there, too.

          • http://pastie.org/840691 – I’ve pasted my custom functions.php file. Let me ask you this. I’m reading the link you sent me to, is it saying keep the filename as ”functions.php” and make sure that there are no duplicate function names, or do not name it functions.php, name it ”customfunctions.php”? Thanks so much for the help!

            • ah the lightbox. so you’d put that code in a file called functions.php. then, you’d add your functions.php into your child theme folder — it should be the only functions.php file in there. if it’s still not working, maybe that script’s conflicting with all the js in bp but not sure on that.

              • I completely emptied everything out of the functions.php file and I’m still getting wsod. I have functions.php in the child theme, so I’m guessing something crazy is going on. I’ll keep poking at it. Really appreciate all the help!

  • Tom posted an update: 1 year, 11 months ago

    Facebook connect plugin working?

  • Tom posted a new activity comment: 1 year, 11 months ago

    In reply to: Tom posted an update: I can’t any of my custom jquery to work without calling googleapi jquery after WP_head. Do I remove jquery from bp and load it myself, or can I get the jquery that bp loads to do it by some […] View

    Finally got it to work, thank you so much for the help!

  • In reply to: Tom posted an update: I can’t any of my custom jquery to work without calling googleapi jquery after WP_head. Do I remove jquery from bp and load it myself, or can I get the jquery that bp loads to do it by some […] View

    Tom posted a new activity comment: So if I use this then 1. I won’t have to activate jquery manually for my ”extra” jquery plugins and 2. I shouldn’t have a conflict with current jquery javascript that breaks things like the avatar cropper? 1 year, 11 months ago

  • In reply to: techkapil posted an update: Just finished my basic skeleton component for BP 1.2 RC…! View

    Tom posted a new activity comment: Would you be able to produce that skeleton component for download? The BP Skeleton Component plugin no longer works, and while I’m sure it is going to be updated soon, I need to start on something quickly! 1 year, 11 months ago

  • Load More