Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 73,101 through 73,125 (of 73,984 total)
  • Author
    Search Results
  • #36337
    Brad Williams
    Participant

    Unfortunately I’m using the zip download from the trunk. Would be nice if BuddyPress displayed the revision number in the footer of the admin dashboard

    #36336
    Andy Peatling
    Keymaster
    #36333
    fishbowl81
    Participant

    If you goto the directory where you checked out the svn repository, and run this, it will tell you the version you currently have checked out:

    svn status -u

    The out may look something like this, depending on how close to current you are:

    ~/public_html/beta/buddypresssvn]$ svn status -u

    Status against revision: 845

    if you are not up to date, it will show changes between your checkout and the trunk, similar to this:

    ~/public_html/beta/buddypresssvn]$ svn status -u

    * 844 bp-languages/buddypress.pot

    Status against revision: 845

    This tells me that the language file has been updated since my last checkout.

    you can then run

    svn up

    to bring your directory up to currrent status.

    If you used the zip to download a copy this will not work.

    #36331

    In reply to: privacy issues

    Joss Winn
    Participant

    I’ve not tested it extensively yet, but this plugin:

    http://wpmudev.org/project/More-Privacy-Options

    seems to allow the blocking of all users, except the registered community, from viewing anything related to buddypress.

    If I set “I would like my blog to be visible only to registered users from blog community” for the main/first blog where all the buddypress features sit, then you have to login before being able to see anything except for blogs, which have their own privacy options.

    Is it really this simple to create a private social networking community but allow the blog privacy to remain under the control of the blog owner? I hope so. Perhaps someone can test and verify this?

    Thanks.

    #36330
    Joss Winn
    Participant

    BuddyPress does have forums (you’re using them on your site :-). It’s one of the standard set of plugins, called bp-forums. Accessible when you create a Group. I’d like to create a ‘Support’ Group where people are directed to for user-to-user support. I could use bbPress, but it seems like it’s adding yet another application to manage.

    If the BP group forums are intended to scale well, it seems easier for my needs to run the BP group forums rather than bbPress.

    #36328

    In reply to: Adding Static Pages

    Andy Peatling
    Keymaster
    #36324
    fishbowl81
    Participant

    I don’t believe their is such a thing as “buddypress forums”, I believe buddypress requires bbpress for it’s forum capabilities.

    WordPress MU will scale without question beyond the needs of any individual providing enough server backend power.

    BBpress as a stand alone should be able to scale large enough for most people. Due to a the different nature of forum database structure, it isn’t as easy to breakup among many servers as a the mu blogs are. An active forum can easily have 100k’s of posts, and I’m not aware of a way to archive older posts into backup tables. BBpress uses 1 table for all posts, it would be possible (there might even already be a plugin to do this) to move each forum to a seperate table, and therefor possibly a separate server.

    My concern would be for the XML-RPC mechanism used to talk to the forums. This was designed, with good caching, but on a very large buddypress install with 100’s of active groups and 10000’s of members I wonder how much overhead the xml-rpc adds compared to a straight database lookup. It does allow for the bbpress to be moved to a secondary server, which is good, and is safe as it stores a bbpress creditials and not database creditals if the admin account happened to get compromised. The nice part is, the it was written with the bbpress_live class, which could be replaced with any other class. So someone could, if so desired actually rewrite the class to talk to a vbulletin forum or other solution. It could even do direct database lookups and inserts if desired. I’m sure we will see this in the near future, as some large vbulletin sites may want to add the social abilities of buddypress, and maintain their forums, as buddypress groups.

    I have only used BBpress inside of Buddypress, so I haven’t yet had to deal with scaling issues, as I beleive mine has about 45 posts total.

    Any Thoughts?

    Brad

    http://gorgeousgamers.com/beta/

    #36322

    In reply to: Adding Static Pages

    Per Søderlind
    Participant
    #36320

    In reply to: Adding Static Pages

    nicolagreco
    Participant
    #36316
    danielfelice
    Participant

    I’d start with the readme document

    but everything should be uploaded to mu-plugins and then make sure you put the themes in the correct places. you won’t see anything regarding bp in your plugins, but you will see a buddypress option under “site admin”

    you need the core and xprofiles folders to get it running and then install any extras you want

    but read the readme!

    #36315
    bplearner
    Member

    you can actually get the instruction at buddypress-comboINSTALL-README.txt

    For me the problem was installing WPMU, after go thru it everything is a lot more easy…

    #36307
    mlhodges
    Member

    gogoplata,

    you are a buddypress nija…lol!!! It worked like a charm! Thanks!

    #36303
    Anointed
    Participant

    While phpmotion integrated would be nice, I’m almost afraid it’s vaporware lol.

    I use v2 of their software and finally gave up waiting on v3.

    A complete buddypress video system would be amazing, especially if it supported ‘flash media server, or wowza streaming servers’.

    #36294
    nickmu
    Member

    There’s gotta be a way for a user to create his or her own password when registering. I know alot of people that have several specific passwords they use when joining sites. Having buddypress send one to you in the mail makes it more difficult for people to sign in once they’ve joined. I agree that it helps against spammers but I’ve got re-captcha hooked up and its working great!

    Any more suggestions? Does a plugin like Register plus work with buddypress and do this?

    thanks for your help

    #36289

    In reply to: BuddyPress WP theme

    fishbowl81
    Participant

    yes,

    http://testbp.org/news

    that is the standard theme applied to the initial blog.

    Be warned, you may have problems with some features. It is not recommended to be used on normal wordpress.

    #36283
    Trent Adams
    Participant

    Kaltura.com hosts the videos and offers up the packages to edit and embed them? Is that correct? phpmotion is your own video server that you run and control on your own server. Some of us already run phpmotion and this thread is about adding that functionality into buddypress. If I am wrong and you can host the Kaltura software on your own server for user upload, then it might an alternative in this case ;)

    #36255
    Wardee
    Participant

    I created pages for Members, Groups, and Blogs, and the error went away. I mean, create the Page, giving it the appropriate title ‘Members’, ‘Groups’, ‘Blogs’, don’t add any content, and click Publish. I am using another theme other than buddypress-home.

    #36250
    Trent Adams
    Participant

    Ok…duplicated this myself with not many members to show on a test install. Created a ticket at https://trac.buddypress.org/ticket/347

    #36244

    In reply to: RSS Feeds Broken

    Anonymous User 303747
    Inactive

    I opened a trac ticket to make sure it doesn’t fall through the cracks.

    https://trac.buddypress.org/ticket/346

    #36243
    Brad Williams
    Participant

    Fixed. I added the stripslashes function around the post value to remove the double slashes back to single slashes. I updated the ticket as well:

    https://trac.buddypress.org/ticket/265

    Not sure I updated the ticket properly so feel free to fix if it’s wrong.

    #36236

    In reply to: prblem with old blogs

    beatbox433
    Member

    I’m looking at BuddyPress and just came across this problem. I noticed that the admin bar lists old blogs successfully, but the /members/admin/blogs/my-blogs page does not.

    Does this mean the issue is half-fixed? I will dig into the code and see what the difference is between the two…

    #36234
    Trent Adams
    Participant

    I have already looked at this and think it is as simple as just creating a CSS for buddypress that works on mobile devices and using Alex King’s plugin. If you want the fancy stuff, then you create a theme for mobile device and use the iTouch plugin. I already created a bbPress mobile plugin by modifying Alex’s WP mobile plugin, so it shouldn’t be that hard to do for Buddypress.

    #36232
    Burt Adsit
    Participant

    You might want to check with nicolagreco over at http://buddypressdev.org/ He’s doing alot of theme work.

    #36226

    In reply to: What are these tables?

    auwagner
    Participant

    My 2 cents… Buddypress is built upon WordPress and WordPress MU. If I didn’t like the architecture of WordPress and had concerns with it’s performance to begin with, I probably wouldn’t spend to much time on Buddypress. On the flip side, if I was creating a social compliment to WordPress, I would keep the architecture similar as to take advantage of upgrades, the huge community and extending the system through plugins.

    In creating systems in the past, I haven’t designed this way, but I completely understand why Buddypress has made this choice. And I’ll use it. :)

    #36222
    fishbowl81
    Participant

    @chadeverson

    Major issue, not sure if you modified the code, or what happened, but the admin option under groups shows up for site visitors even without logging in. As you will realize pretty quickly, someone, namely I, was able to edit the group without even an account.

    http://theodoremedia.com/groups/grizzly-montana/home

    Would be best to get the newest version of the group code, and check to see if you made any changes to it?

    SVN:

    I know svn is complex, but do your self the favor, between now and when buddypress launches, and learn it. The hours it will save you from doing ftping up files will be worth it in the long run. The first time you roll back to a previous version, and don’t have to “unedit” dozens or hundreds of lines of php code you will be glad you learned how to use it.

    Brad

    http://gorgeousgamers.com/beta/

Viewing 25 results - 73,101 through 73,125 (of 73,984 total)
Skip to toolbar