Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 93,826 through 93,850 (of 94,540 total)
  • Author
    Search Results
  • #34747
    Burt Adsit
    Participant

    You are running on windows right? Just a guess. Before installing bp you need to get mu running properly. It’s a pain on windows. What package are you using? WAMP?

    To get your subdomains to work you have to edit the ‘hosts’ file in windows for *each* blog you want to have running on your windows box. The hosts file is in:

    Windows 95/98/Me c:windowshosts

    Windows NT/2000/XP Pro c:winntsystem32driversetchosts

    Windows XP and Vista c:windowssystem32driversetchosts

    Once you find it you have to create a line for each blog so:

    127.0.0.1 ourcommoninterest.dev

    127.0.0.1 adminstoy.ourcommoninterest.dev

    That’s a sample from my laptop which I use to play with new things in mu, buddypress and bbpress. This is only the beginning of your problems on windows. I know I went thru *all* of them.

    However, for now, you should replace the domain name with your chosen domain name. Replace the subdomain name with any blog subdomain name you’ve chosen. ‘trial’ in your case.

    Try reading up on what it takes to install mu. Then what it takes to install mu on windows. Google finds lots of things related to mu. Here’s a start:

    https://mu.wordpress.org/forums/topic.php?id=4624

    You also need to follow the directions in the mu readme.txt file as it relates to apache.

    #2700
    #34734

    In reply to: limit 1 blog per user

    adamhdv
    Member

    neuromancer2701, that’s actually the exact modifications I did… for some reason buddypress lets more than one blog per person. I’ll look to make sure I installed it right.

    #34728

    In reply to: Forum notifications

    gogoplata
    Participant

    This function isn’t in BuddyPress yet as far as I know but it should be a pretty easy addition. I’d create a ticket on the Trac (trac.buddypress.org) marking this as an enhancement.

    #2697
    Mike Pratt
    Participant

    What is the point of enabling a user’s ability to go to/modify their profile in the dashboard (where many more fields – 1st Name, last name, etc are avail) as BP seems to not make sue of and it could only serve to confuse the uninformed user.

    #34722

    In reply to: Custom CSS & Groups

    Wardee
    Participant

    Okay, I’m done! Let’s get back to work. I’ll humor you, Burt, and go to irc.freenode.net #buddypress.

    Edited: couldn’t figure that out, for now, moving on to those css files…

    ….

    #34717

    In reply to: Flickr and Buddypress

    nicolagreco
    Participant

    bp plugins (except some function and tags) are so similar to wpmu plugin, they are almost the same of wpmu plugins.

    Integrate plugin with menus and other it’s difficult but not a lot (for me :P)..

    mmm i think you have to wait next release, but you don’t want do it, you’ve to pay someone that can do that :S and in this time only few people (i think i can) can do a bp plugin, and they ask for an high amount..

    #34716
    gogoplata
    Participant

    Thank you Trent! I’ve been working on getting the forums working since they were first released and have FINALLY got them working thanks to your post and this thread. Looking back I think I had two problems:

    1. I had been installing the plugin in bb-plugins, not my-plugins. I had seen my-plugins mentioned a few places but thought maybe it was replaced by bb-plugins in 1.0 and never really looked into it. I still installed and activated the plugin successfully through bb-plugins so I’m not sure if this was or wasn’t the problem but in any case thanks for pointing this out.

    2. I previously modified the etc/hosts file mentioned in the other thread but it must not have saved correctly on the first try. I re-edited it to what burtadsit recommended and now we’re working.

    Anyways, thanks again!

    #34711

    In reply to: Custom CSS & Groups

    Burt Adsit
    Participant

    Do you have irc? We keep posting around each other. Go to #buddypress on irc.freenode.net server. That will work better.

    #34709

    In reply to: Custom CSS & Groups

    Wardee
    Participant

    Ah!!! I didn’t know there was css in there.

    Burt, I can’t speak for Mike, but as for me…

    I am skinning buddypress-home and buddypress-member themes, by using the custom.css in each themes’ css folder. Neither of which affect that alphabet.

    Thanks :D

    #34705

    In reply to: Custom CSS & Groups

    Wardee
    Participant

    I am working with custom.css in both the buddypress-home > css and buddypress-member > css. And I can’t change that alphabet.

    #34704

    In reply to: Flickr and Buddypress

    gpo1
    Participant

    we could use flicker plugin 4 bp..maybe someone could create a plugin or guide on making bp plugin?

    #34703
    Mike Pratt
    Participant

    I am building an Alumni social media site for West Point at http://buglenotes.com

    #34698

    In reply to: Making BP semi-private

    Trent Adams
    Participant

    Well, you can look at this post for a quick hack to only allow members to see anything on member profiles, groups, etc. That post has a hack that applies to the /wp-content/member-themes/buddypress-member/ theme. The buddypress-home theme in /wp-content/themes/buddypress-home/ doesn’t get the hack ;)

    You could apply it to buddypress-home theme in certain places if you don’t even want them to be able to search the blogs, groups, members, etc. but that would be a little harder to follow.

    Then, on private blogs, I just use more privacy options so that private and no search engine blogs don’t show in any listings around the site. You can hack the code to actually list them in buddypress if you want, but default pattern is to not show them.

    So basically, I would set the privacy for all blogs you don’t want showing and leave the main blog open. It is done with that plugin on a blog by blog basis.

    Once Andy puts more of this into the core, it will be much easier, but for now we have to “hack” around a bit ;)

    Trent

    #34683

    In reply to: Custom CSS & Groups

    Burt Adsit
    Participant

    Any css you put in custom.css overrides *all* css. Unless groups css is being loaded after custom.css and in that case it’s a bug and should be reported in trac. Don’t think it is though.

    Example:

    ul#group-list li, ul#member-list li, ul#blog-list li, ul#comment-list li, ul.item-list li { background: url(../images/message_thread_back.gif) top left repeat-x;}

    That’s in ../member-themes/buddypress-member/css/groups.css. In your custom.css file you can change the ‘message_thread_back.gif’ to something else by overriding it in custom.css

    ul#group-list li, ul#member-list li, ul#blog-list li, ul#comment-list li, ul.item-list li { background: url(../images/my_fav_message_thread_back.gif) top left repeat-x;}

    This what you need?

    #34682

    In reply to: function site_url

    Burt Adsit
    Participant

    function site_url() is a mu 2.6+ thing. I saw a post from you about what ver mu for buddypress. The answer is 2.6+.

    #34679

    In reply to: Flickr and Buddypress

    nicolagreco
    Participant

    Yes it will be done in next release i hope

    #2690
    Trent Adams
    Participant

    ***Updated June 3rd, 2009 and works with BB RC 1.0, BP 1.0, MU 2.7.1 *******

    I notice that this forum thing is really not that easy for everyone to put in place and I had to do it several times myself to get it working properly. What worked on one server didn’t work as planned on another one. Strange, but I thought I would write this to see if it helps anyone out.

    Integration Assumptions:

    First off, this assumes that you are using SVN of bbPress of at LEAST 1.0 alpha 4 and nothing less. Do not try this on bbPress alpha 7 when it is released! No more than alpha 6. Buddypress beta or SVN as well. I also haven’t tested this without at least having bbPress using the WPMU user tables for integration. You also NEED to be running WPMU 2.7+ SVN or WPMU 2.7 Branch until the release of WPMU 2.7.1 as it doesn’t work on earlier versions of WPMU.

    *** these are requirements for running the bp-forums integration, not buddypress in general! ***

    bbPress Side (First):

    1) you have bbpress installed and a new user created on the “bbPress” side which you granted “administrator” rights by the keymaster

    2) you copy the “buddypress-enable.php” plugin out of the bp-forums folders and copy it into your /my-plugins/ folder (create if it doesn’t exist) so it is /my-plugins/buddypress-enable.php ****People ask about /bb-plugins/ versus /my-plugins/ and put it in /my-plugins/

    3) Enable the plugin through your bbPress administration side for plugins

    4) Edit “settings” to enable xmlrpc and pingbacks (both)

    5) edit your bb-config.php and just before the closing php call at the bottom of the page put:

    $bb->bb_xmlrpc_allow_user_switching = true;

    buddypress Side (Second):

    6) Go into your main blog dashboard as the “site-admin” and go to the “bbPress Forums” page. Put in the URL of your forum like http://yoursite.com/forums/ and make sure you have the ending slash on that one.

    7) Put in the user that you created in step 1 with the bbPress “administration” rights and their password. I never changed the password, just used the random one it sent me, but it is up to you. I usually save it a couple of times to ensure it was entered due to a refreshing bug at time of writing this.

    8) Go to one of your groups (new or existing) and go to the group admin page. Make sure “discussion” is turned off. If it was already off that is fine, but if it was enabled already, turn it off

    9) Turn the group “discussion” back on and then physically go to your forums URL and see if it created the forum on the bbPress side without trying to create a new topic on the buddypress side.

    If you have the new forum now, then you should skip to step 10. If not, go through steps 1-9 again and make sure you got all the steps perfectly.

    10) If you have made it this far, it will work, but I like to create the first post in the new forum on the bbPress side and then see if it shows up in the buddypress group forum. Old habit, but for odd circumstance, it seems to work best for me. If it works, try creating a new topic on the group you have working.

    ***Don’t forget that you have to do step 8 for every group that was created before you enabled the forum integration! Very important***

    Other notes:

    1) The refreshing bug in step 7 killed it for me a couple of times and I made sure I saved it at least 2 times.

    2) Forgetting the line in bb-config.php killed it for me a couple of times as well.

    3) In one install I had to change the bbPress “user” with administration rights password and on the bbPress side and then completing step 7 again.

    4) I also found that through “previous testing” I had some bp_groupmeta entries that were screwing things up with duplicates for the same forum in the database. Shouldn’t happen to anyone else, but that screwed some things up for me as well.

    In terms of having buddypress and bbPress working together, I am sure it works with buddypress on one server and bbPress on another since it works through the xmlrpc module which makes it very powerful.

    Let me know if I am out to lunch as well or you have anything else to add!

    Trent

    jimgroom
    Participant

    burtadsit,

    I’m running on a shared host and I can report the same issue. Seems like the actual BuddyPress forums on the testbp.org site are appending a unique forum id, which is not happening for me, most probably because forum posts aren’t posting. A vicious cycle :)

    #2684
    chadeverson
    Member

    I have my buddypress installed on http://www.theodoremedia.com and it is getting rave reviews! I have been requested to provide tutorials and a way to invite others to the site by a few of my users. Can you help us out?

    I am sure all your users would benefit!

    Love buddypress thus far!

    Truly Grizzly!

    Thanks!

    Chad Everson

    #2682
    advinci
    Participant

    After installing the new BuddyPress I get this problem:

    “Previous entries” links point to http://www.domain./blog/blog/2 instead of http://www.domain.com/blog/2

    I can’t say for sure if this problem is caused by BP but seems so.

    Can anybody help me with this?

    #34667

    In reply to: Flickr and Buddypress

    David Bisset
    Participant

    I see a need for both Photo Book and Flickr approaches. I’m sure both will exist at some point in the future. :)

    #34666

    In reply to: Flickr and Buddypress

    nicolagreco
    Participant

    I understand. You can do that with php, but i suggest you to wait next buddypress release that adds Photo Book feature

    #2678
    kjuplives
    Member

    Just wanted to share the wealth and not sure if this is posted anywhere. If your running the latest trunk of WPMu, and want to get forums functioning properly follow the instructions closely from this page http://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt and be sure not to enable caching in the WP Admin settings, it will only allow one post to display in your forums so be sure that is left unchecked.

    #34658

    In reply to: Flickr and Buddypress

    David Bisset
    Participant

    Basically showing a Flickr stream on a profile page. For example on my profile page, I would allow someone to see my latest posted Flickr images. I’m pretty sure this will need to be a customized BP component.

Viewing 25 results - 93,826 through 93,850 (of 94,540 total)
Skip to toolbar