Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,976 through 20,000 (of 22,687 total)
  • Author
    Search Results
  • #62172
    designodyssey
    Participant

    Jump in already. I’m not a programmer and the water is fine. Although BP’s Codex is a work in progress, things work the same as in wordpress which has a detailed (if disorganized) Codex. Learning Loops, hooks and php functions is enough to get started. Pick up Ajax/Jquery later.

    I bought some books to help me, but you may not need them. There’s a BP book coming soon, which should help. You could probably develop something quickly, but it’ll take some time to understand how it actually works.

    #62165
    r-a-y
    Keymaster

    Here’s a tutorial for setting up XAMPP and WordPress:

    http://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development/

    If you’re not planning on using member blogs, this tutorial should get you up and running with WordPress. Then all you need to do is install BuddyPress.

    #62141
    peterverkooijen
    Participant

    Simple plugins that leverage established, mature gallery apps would prevent much of those upgrade dilemmas. Let Zenphoto and NextGen handle upload, compression, database storage, gallery creation, etc. The BP plugins then only have to provide ways to display images stored by those apps within the BP context.

    That is the open source approach. What Djsteve suggests is the proprietary commercial software approach. Nothing wrong with that, but Boonex and SocialEngine are already doing that. If that’s what you want, expect to pay.

    Personally I chose WP/BP because I want to be able to mix and mash scripts. Built-in forums, galleries, event management, etc. only make that harder.

    D Cartwright
    Participant

    Hi again.

    Just letting everyone know that the latest version of the plugin is now on the site. Various issues have been fixed, including:

    CSS issues for the edit buttons/etc on pages

    Wordpress image edit plugin for tinymce now implemented (still a few css issues there though)

    Wiki ‘blogs’ appearing where they shouldn’t is fixed

    Lots of other stuff I’ve forgotten or not aware of because Stuart/Ryo have fixed

    I’ve also added support for wiki edits and wiki comments in the activity stream filters.

    I doubt the plugin will be released this week but I’m hoping for early next week. Once again, any feedback would be greatly appreciated :)

    If anyone is interested in getting email notifications for group activities/updates, please also check out this: https://buddypress.org/forums/topic/new-plugin-group-activity-stream-email-notifications

    r-a-y
    Keymaster

    When you upgrade to BP 1.2, you can use the BP backwards compatibility plugin:

    https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    That will probably be the easiest way to keep your template tags.

    #62097
    r-a-y
    Keymaster

    Read this blog post:

    https://buddypress.org/blog/news/buddypress-1-2-beta/

    Also what are these “errors” you speak of? Is it theme-related? Is it plugin-related?

    Are you installing BP 1.2 beta on WPMU or standard WordPress?

    #62037
    marto
    Participant

    Hi there!

    I’m actually running a trunk version of Buddypress not on MU, but on a single user WP platform. Could this have something to do with it? Everything else is working fine as intended though? I followed instructions from here:

    http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/

    And the theme I’ve yet to design, I’m using the pre-packaged standard one for now.

    Cheers

    #62010
    designodyssey
    Participant

    When I have issues like this I open Firebug for Firefox and I can usually track down the problem.

    #62009
    Andy Peatling
    Keymaster

    Just change the upload path setting and filter the location, not a big deal.

    #62006
    @mercime
    Participant

    Tutorial for creating BuddyPress Child Theme – https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    Use Google for more info re creating WordPress Child Themes

    BuddyPress Codex – https://codex.buddypress.org/

    BuddyPress Components/Features – https://buddypress.org/about/

    Examples of BuddyPress sites and usage – https://wordpress.org/showcase/flavor/buddypress/

    @mercime
    Participant

    In child theme’s style.css, add BuddyPress tag ala bp-classic’s style.css where at top you see

    Tags: buddypress, three-columns, white, orange

    #62004

    In reply to: Privacy ?

    dennissmolek
    Participant

    I agree that privacy is a prime concern, but I think by using plugins that work to your needs is a better approach then making everything core..

    To use your analogy, WordPress is an Engine in a car.. Tested to be working 100% and made sure everything is perfect…

    BuddyPress is an aftermarket Turbo that a bunch of guys got working on that engine..

    It’s awesome, we all want it, but its not going to be totally perfect out the gate, and in the end may make your engine blow up..

    Over Time I see privacy, images, user levels, events, projects, etc. becoming core but for now the idea is a stable base we can add on to..

    If anyone ever used WP 1+ the switch to 2+ was NUTS and then 2.5+ OMG..

    So much of what was a “Plugin” became core, and now look at 2.9 All those image plugins, thumbnail plugins, ETC went out the window when the core worked that functionality in.

    designodyssey
    Participant

    @Andy

    Thanks. I can probably figure out what you meant by this last post. I’ll look for a buddypress tag in the css header of the parent/child. I agree this will probably never be ideal as anytime there is a struggle between two ‘parents.’ Code mirroring life.

    Psyber
    Participant

    Thanks Andy

    Andy Peatling
    Keymaster

    To hush the “No BuddyPress theme” nag you need to add a “buddypress” tag to your theme css header.

    If you want to use BuddyPress with an existing WordPress theme you need to copy over the theme files. You’ll need to adjust the HTML to match you theme though.

    This is never going to be the ideal way to do things though, the best experience with BuddyPress is always going to be building a site from scratch with BuddyPress in mind.

    designodyssey
    Participant

    I sorta get this, but here’s my concern. I’m using Hybrid Framework which needs to be the parent. I will make a child theme based on it. Ideally, I’d like to put the BP “stuff” in the child so upgrading Hybrid won’t screw up anything (Andy said something about this being an acceptable approach in another thread). Also, if/when Justin adds BP capabilities to Hybrid, I can just delete the BP functionality in the child.

    If I do this, I probably need to take the functions/templates from BP parent and put them with WP child. I’m fine with this too (although painful on upgrade). My question is about where BP is looking for things. If it’s looking in the plugin folder and I have the files/functions in the WP child theme folder, will that work???

    Before I go ripping out BP parent files and inserting them into WP child folder, I’d like to know.

    #61985
    Andy Peatling
    Keymaster

    Wait sorry, I was confused above. I meant I’ve updated this plugin:

    https://wordpress.org/extend/plugins/external-group-blogs/

    Not BP group blogs.

    David Lewis
    Participant

    A plain WordPress theme won’t have any of the necessary template tags and loops and such to display your BuddyPress content. So you have to either add the functionality and templates your need to your current WordPress theme *or* use the BuddyPress default theme and rework it (via a child preferable) to make it look like your current theme.

    #61979
    zvhipp
    Participant

    I used it on WordPress, not WordPress MU, however I had tried for short time just to see if it registers users on WordPress MU, and It did, but further than that I have no knowledge of it.

    On WordPress, it works fine, just for regular plugin search install gigya and good to go, It will register users fine and allow them to create profiles , wire, messages all stuff. Just this avatar like facebook connect, gravatar brings in wordpress, Gigya is not able to do default way, however in gigya login widget it does show it. Just minor tweaks guess it will require and good to go.

    Lsm_267
    Participant

    same purpose by me

    I just want to organise my registred users on a BP groups basis, the others BP functions aren’t needed.

    I’d rather not have to build a child theme, because of the many functions implemented on my actual wp theme (and my fear of CSS).

    Waiting for a little tutorial on how to do that and ready to test/help.

    designodyssey
    Participant

    Good luck, I’m looking for the same answer. I appreciate all the work that went into the new BP theme, but I want to use the WP theme and add content from some of the components. I sorta learned how this was done pre-1.2, but not sure how the detection works if the theme files are in the plugin folder and you’re not using BP-parent as the parent theme.

    Someone will hopefully help soon.

    #61968
    Psyber
    Participant

    I am working on the same thing right now, has this been accomplished with 1.2 Beta? What is the correct process?

    #61967

    @r-a-y

    Using plugins loaded still does not promise that the user has BuddyPress installed on their site and activated on that particular blog, so you will still want to do the check for BP_VERSION.

    It’s a dizzying setup, trying to make plugins off of plugins that may or may not be there, or are there but just aren’t loaded yet, or are loaded before yours because another plugin force loaded it out of order.

    Going forward from BP1.2, we can avoid all of those issues. Remember too that bp_init has priorities too. If you need to make sure your plugin is loaded before any other BuddyPress extensions are, you can prioritize it’s load the same way as any other WordPress action.

    #61961
    Brajesh Singh
    Participant

    hi Ray

    plugins_loaded is the standard action which gets called when all the active plugins’s source code is included(loaded) by wordpress, so It tells you that all the plugins are ready, and you can call your functions now.

    The advantage of using “plugins_loaded” action is that, it is the first action hook which gets called after your(/all other active plugins source code is loaded by wordpress) , so You can be sure your code is called quiet before anything else happens.

    Investigate wp-settings.php for more.

    JJJ has proposed a nice solution with the bp_init action(just introduced in the r2472).

    Because wordpress does not guarantees which plugin gets loaded first( it has something like, the plugins consisting of bare files are loaded first, the the plugins which are inside their own directory loaded alphabetically, AFAIK,It might have changed recently), So a plugin which is dependent on buddypress, will have many issues detecting bp is loaded or not.

    So, JJJ’s solution helps there as all the buddypress methods which are called on plugins loaded action have priority less than default(less means higher priority), so if we hook to bp_init, we can be sure buddypress is loaded and you are still calling at the same action, I am already trying my hand with this, and it seems to be working,still testing though.

    btw, if you have your plugins, which uses the hook “plugins_loaded” and has priority greater than 10, i.e 11 or anything else, you don’t need to worry about this change.

    #61959
    dpee
    Participant

    Sorry for the delay.. I’m not quite tech savvy so my cirtex hosting operators helped install it for me. Im assuming that its installed on a subdirectory because of the whole http://mysportspress.com/wordpress-mu/ thing, and I have another website running regular wordpress at mysportspress.com.

    So what I am understanding from these posts is that because of how I have installed it, I cannot make a yourdomain.mysportspress.com blog rather it had to be a mysportspress.com/yourdomain blog ? Either way it doesn’t matter to me too much I’d just like to get it working, so what Exactly am i to do?

    Sorry for being such a Newb

Viewing 25 results - 19,976 through 20,000 (of 22,687 total)
Skip to toolbar