Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 22,426 through 22,450 (of 22,658 total)
  • Author
    Search Results
  • #36516

    In reply to: Facebook connect

    Andy Peatling
    Keymaster

    If it creates a user in WordPress then it will show up in BuddyPress. BuddyPress is using the wp_users table.

    #36488

    In reply to: Facebook connect

    gpo1
    Participant

    How would this work for BP? does it mean a user from FB can login and start using BP or what?

    So if this sixjump works can it just enable it on wordpress and it should work for BP

    http://www.sociable.es/facebook-connect/

    #36486
    net3s
    Participant

    Facebook Connect for WordPress

    http://www.sociable.es/facebook-connect/

    #36482
    Trent Adams
    Participant

    Best look in the WPMU forums for things (plugins) to help. Off the top of my head, some of the better ones are WP-Hashcash, Signup Question and Admin confirm new blogs. Hashcash is available at https://wordpress.org/extend/plugins and the others are at http://wpmudev.org/plugins/

    Loads of good ideas though in the WPMU forums and that is the best place to start looking.

    Trent

    #36480
    oldskoo1
    Participant

    Defiantly,

    I have already skinned up a members theme, home theme and a host of blog themes for my users.

    Its not hard at all, infact just like normal wordpress themes so expect to see a load available soon.

    One thing i wish was easier was controlling the page names / urls buddy press assigns as default.

    I have manually changed all references but when i upgrade my changes will be reversed :(

    #36434

    In reply to: User karma & rating

    fishbowl81
    Participant

    Ok Great News, changed 4 lines of Code, and get ratings working at a simple level for users.

    Foldio 2 – Portable Lightbox

    I took the wp-postrating plugin, normally designed to allow vistors to rate posts, and feed in the custom id of the user id. I had to bypass the area where it try’s to validate the number as a post, but overall seems to work.

    Now I can take the widget and modify that to show top users, instead of top posts.

    Try it out here:

    http://gorgeousgamers.com/beta/members/bradmkjr/

    Let me know what you think,

    Brad

    http://gorgeousgamers.com/beta/

    #36422

    In reply to: Facebook connect

    markb1439
    Member

    Can you clarify…does this plug-in work with BuddyPress/WPMU? The installation instructions seem to be for WordPress in general, not MU. And I saw in another forum that this plug-in breaks WPMU.

    Can you verify that it works with BuddyPress? If so, can you provide installation instructions?

    Thanks.

    #36417

    In reply to: Facebook connect

    jmax123
    Member
    #36415

    In reply to: Import existing user

    jmax123
    Member

    I tried this script http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/all-comments/ and it works great, but only creates WP users – I would like to know how to mod this easily to create BP users also. I just need pointers and I will get to work.

    Thanks

    #36410
    markb1439
    Member

    I’m not sure what you mean. It’s possible for users to choose traditional WordPress themes for their blogs, while using BuddyPress themes for the BuddyPress-related stuff. I struggled with this too, but if you read the instructions for the individual theme downloads, it makes more sense. The instructions for the package download don’t exactly make it clear.

    So, I’ve got a BuddyPress home theme with its own name, a BuddyPress member theme (which is required), and then a traditional WP theme I’ve set to “default” (by changing its directory name to “default”), which is the default things for user blogs. And I will also have a selection of traditional themes that users can switch their blogs to.

    Good luck!

    Mark

    #36406
    segwayinfo
    Member

    Thanks Andy for the link. I do find it a bit confusing how the current themes are working.

    If I understand it correctly, all the “My Account” pages are defined in the user theme, while they should be, in mine opinion at least, be in the home theme. The reason why I think this, is because it are all pages which aren’t linked to the users blog. Most people probably want to give these pages the same look and feel as the home page.

    For the user themes, I would expect to only find things which are related to the users blog.

    Personally I would like to give my members a selection of themes where they can choose from for their blog, so they can individualize it a bit. As far as I have been able to figure out, that isn’t possible yet.

    When you would have the possibility for members to select a theme for their blog, it would only make more sense to have all those pages like the “My Account” pages in the home theme.

    But that’s just my 2 cents. I would love to read your opinion about it.

    #36377
    Joss Winn
    Participant

    I now see where you’re coming from. The BuddyPress Forum settings state:

    “To enable forums for each group in a BuddyPress installation, you must first download, install, and setup bbPress and integrate it with WordPress MU.

    Once you have bbPress set up correctly, enter the options below so that BuddyPress can connect.”

    Well, I’ve turned the integration off but can still post. I need to look at this some more.

    #36369
    Burt Adsit
    Participant

    There isn’t any configuration option to do what you want. You’ll have to customize wpmu or use a plugin if such a thing exists. Try searching the wpmu forums https://mu.wordpress.org/forums/ or over at

    [SNIP] cancel all that.

    As I was getting the url for wpmudev.org and their plugins area the front page has this:

    http://wpmudev.org/project/default-user-role

    This seems to set the default user role for new blog owners. Go figure.

    !

    #36355

    In reply to: privacy issues

    Trent Adams
    Participant
    #36336
    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/

    #36309
    Andy Peatling
    Keymaster

    The home theme is just a WordPress theme, (with a couple of new template files if you want to use the directories).

    Member themes are used for all pages that are not blog related.

    #36306
    gogoplata
    Participant

    Try this. It hasn’t been updated in a while by the looks of things but I have it installed in /mu-plugins and it works well.

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

    #36259
    mlhodges
    Member

    I figured out the problem…I had to deactivate the all in one seo pack plugin. I am running wordpress MU 2.7 and the latest trunk of buddy press. Apparently something was conflicting with that plugin. Now everything shows fine! thank you for your help!

    #36235
    Trent Adams
    Participant

    bbPress does this by default for mods and admins, so it should be that hard to duplicate. Not sure about plugin though. Have you looked through https://wordpress.org/extend/plugins/ ?

    #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. :)

    #36221

    In reply to: What are these tables?

    Trent Adams
    Participant

    There are many places that you can discuss this that I mentioned above including the wpmu, hackers, wordpress & other lists if you want to further discuss this.

    WPMU forums as well as in the WPMU Advanced Forums as well as on the WPMUDEV Premium Forums

    #36219

    In reply to: No tables created

    PhilippeB
    Member

    WordPress MU is configured well, just had to put these lines :

    AddType x-mapp-php5 .php

    AddHandler x-mapp-php5 .php

    In the htaccess of the server, so that I don’t have any 500 errors in admin

    I guess Buddypress is not pointing to the right thing when it wants to create the tables, but there are no errors displayed

    If someone can be kind enough to send me the basic sql table that are put in our database right after the good install of buddypress, maybe I could go on testing other stuff…

    Thanks burtadsit for the quick answer ^^

    #36210
    Burt Adsit
    Participant

    Looking at is_404() and it’s brethren. These things are part of the wp_query lib that:

    * The query API attempts to get which part of WordPress to the user is on. It

    * also provides functionality to getting URL query information.

    When trapping an url and gen’ing a page based on that virt url we aren’t in wp any more. I see in bp_core_do_catch_uri() that first a check is made to see if this is a blog page. That doesn’t work. The workaround for not gen’ing 404s for directories is to create a wp page that is ignored. We get the title for the page and the directory itself and no 404.

    Looking at bp_is_blog_page() I see that all it does is detect if this is a member page, news or a bp component page. Return true else false.

    So bp_is_blog_page() returns true for virt urls.

Viewing 25 results - 22,426 through 22,450 (of 22,658 total)
Skip to toolbar