Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 15,976 through 16,000 (of 22,613 total)
  • Author
    Search Results
  • #101591
    Virtuali
    Participant

    It’s so funky, my emails totally fluctuate. I just installed 3.04, and activation emails are not being sent out. I will have to go into troubleshooting mode tomorrow….

    I wish wordpress would really fix this, I am getting %&$% tired of email problems.

    The emails at one time would appear right smack away, but I recall the emails taking a massive amount of time to appear, so I would recommend a notice on the register page about this.

    bgrun80
    Participant

    Cheers @boonebgorges.

    So, if I can clarify the whole process. Please tell me if I’m right or if I’m wrong,
    and I’ll post it up on my forum, and make a page in the codex if you want.

    When a visitor loads the URL of a Buddypress-supported site:
    1. the WordPress environment loads and loads the Buddypress plugin
    2. buddypress/bp-themes/bp-default is loaded (if you have activated that theme)
    3. as the visitor browses through different pages, functions are activated in those pages
    4. these functions draw their code from the core files (checking first if bp-custom.php contains same-named functions that will overwrite code in the core files)
    5. there are 9 core files
    6. these 9 core files require/include other groups of code from folders that are named the same way
    e.g. ‘bp-core.php’ requires/includes the files from the ‘bp-core’ folder
    7. The files in these folders are groups of code that share a similar category (e.g. classes) (e.g. bp-core/bp-core-classes.php)
    because modularizing them this way makes it easier to find the code you need.
    8. extra code that is hard to categorize clearly is simply put into the main file (e.g. bp-core.php)

    Questions:
    a. Is the above list right?
    b. Do the core files need to be loaded every time a user visits a page and activates a related function?
    e.g. if a user activates a function related to friends, does bp-friends.php need to be loaded?

    modemlooper
    Moderator

    You have to edit the part about the server. On mamp it will be localhost and your user name and password is usually root. This is so WP can connect to your local database.

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘buddypress’);

    /** MySQL database username */
    define(‘DB_USER’, ‘root’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘root’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    As for creating a database you go to phpmyadmin enter a name of the db in the create database input and hit create.

    Then in the wp-config file you enter the name you entered here define(‘DB_NAME’, ‘ PUT YOUR DB NAME HERE’);

    victor_moura
    Participant

    Hey @boonebgorges – I’d love to suggest a standalone import/export – doing all these database imports and exports is definitely not an easy task for the below-average user like me, who became pampered with WordPress turn-key solutions :)

    If you can share some light on the 3 questions I made on my reply to @aljuk that would be fantastic! Sorry to bother with these simple questions…

    #101546
    Ehegwer
    Participant

    Yep, I just did the update, and so far so good. But if you are concerned, you should do a backup just in case.

    #101542
    Boone Gorges
    Keymaster

    WP upgrades, especially security and maintenance releases (ie when the version number is 3.x.x rather than 3.x), are generally very unlikely to break any plugins, including BP. I’d recommend that you upgrade to maintenance releases immediately.

    Feature releases, like WP 3.0 and 3.1, are somewhat more likely to cause problems with plugins like BP. But the BP core team works closely with the WP core team to ensure that BuddyPress is ready for whatever changes come along ahead of time. If there is something in BuddyPress that absolutely cannot be fixed prior to a major WP release, we’ll do our best to warn you about it before you upgrade.

    aljuk
    Member

    I work with local mirrors on MAMP Pro. This is what I do :

    1. Copy the remote files (the whole install) to my local machine (I do this so the file creation dates are the same).
    2. Backup the remote database with phpMyAdmin (be sure to select Add DROP TABLE) as a gzip file.
    3. Edit the local copy of wp-config.php for my local machine’s database connection.
    4. Create a new local database and import the remote backup (I personally always destroy the local db and create a new empty one to import into – then I know it’s clean).
    5. Use this tool to change all absolute URLs from remote to local: http://spectacu.la/search-and-replace-for-wordpress-databases/

    Then I’ll test new plugins locally before deploying. Also I update plugins locally, and then manually copy them to the server, having had a few past failures updating plugins on production servers. Once it’s running, the only files I normally have to backup from remote to local are all in wp-content (avatars etc., which can easily be sync’d).

    Hope that helps.

    kwerri
    Participant

    Any word on this?

    #101513
    @mercime
    Participant
    @mercime
    Participant
    #101477
    Boone Gorges
    Keymaster

    I also have found myself torn about using pages for BP directories. In the end, though, I think it’s a compromise that works out for the better in the short- to medium-run, and does not have awful long-term consequences.

    In my view, it is a gross overstatement to say that this move ‘ruins’ BP. However, there are a few things about it that are unappealing:
    1) It forces the creation of what are, essentially, dummy pages – whatever content you might add to the page through the normal WP editor is totally ignored
    2) Related – It uses part of the WP page infrastructure (URLs) without using others (in particular, WP page templates)

    Problem (1) is unappealing, but it is mitigated by a couple of points. First, the current system is not a whole lot better. Instead of having ‘dummy’ pages that you can see in the admin (like BP trunk has), the current version of BP has ‘phantom’ pages, so that when BP detects a URL like example.com/groups, it essentially hijacks the page load in order to do its own stuff. This is a bit jarring, and not at all transparent. So there is a trade-off, but it’s not all bad. Second, while the idea that ‘Pages in WordPress are supposed to be static content’ seems right to me in broad strokes, it doesn’t seem to me to be a hard-and-fast rule. Many plugins (gallery plugins, ecommerce plugins, etc) display their content by means of a shortcode that is manually inserted on a page or post, with pages being used for their pretty URLs.

    On the other hand, there are some real benefits to directories-as-pages:
    A) Easier URLs (as @driz has noted)
    B) Integration into WP 3.0-type menus (this is the big one IMO)

    How important are things like (A) and (B)? For sites maintained by folks with some PHP chops (and organizations with money to pay people with PHP chops), they could be fairly easily accomplished with BP_GROUPS_SLUG, etc, and with some other finagling. But – and this is just a guess – this profile does not match most of the users of BP. Nor should it, necessarily. To the extent that BP can be easy to use and install for people with little technical knowledge, without at the same time making it less flexible from a developer’s point of view, it should be. This change is good for end users, and is no more difficult for developers than the current technique, so it seems like a net win.

    Another more theoretical argument for the directories-as-pages move (especially as compared to the new admin panel @driz suggests for changing slugs) is that BP shouldn’t reproduce functionality that WP could provide, unless there is a convincing reason for doing so. Using WP pages for BP directories is a step toward greater BP-WP integration. It’s not perfect (see my problem (2) above) but it is a start.

    As for custom post types: It’s likely that at least some of BP’s components will be refactored to use custom post types in the future. When that happens, part of the upgrade script will probably involve removing the dummy pages at issue here. So from the user’s point of view, the transition will be seamless.

    I should say that I am in agreement with a lot of the sentiment in this thread about making BP a bit more lightweight, framework-y, and disjointed than the sometimes hulking behemoth it is now. However, that kind of transition can and probably should be gradual (at least more gradual than the 1.3 release).

    #101462
    r-a-y
    Keymaster

    Sounds like you’re using an older version of WordPress.

    Deactivate BuddyPress and upgrade WordPress:
    https://codex.wordpress.org/Upgrading_WordPress_Extended

    #101449
    driz
    Participant

    @Travel-Junkie I wouldn’t call it innovation. Using pages for such functionality is a hack.

    @MrMaz I like the idea of BuddyPress being split up, but not as a theme, I think it should remain a plugin, but just not so robust.

    The problem the WordPress community is making is trying to make it so that literally anybody can build a website with a click of a button. While this may sound good, it means that we have too much automated crap going on and not enough flexible development. I really dislike that BP can be even added from the directory and has a default theme, it would of been much better manually done as a bunch of code you add to your own theme as the bp-template-pack does, and then the core code as a simple plugin. But that’s beyond the scope of this topic. The main problem at the moment is the whole WP model of using pages to fake stuff, when pages are for static chunks of content and nothing else. BP had it nailed before, we just needed more flexibility in the code behind to mess with the URLs more, the pages actually make it more robust than before as it means admins can mess the site up!

    modemlooper
    Moderator

    Well, don’t blast something for being exactly what it’s suppose to be. Since BP is a WordPress plugin and the dummies books are for absolute beginners then it makes sense to spend a great deal on the core. Is there room for more documentation? Yes!

    Read the documentation on this site: http://codex.buddypress.org
    Visit these:
    http://etivite.com
    http://bp-tricks.com
    http://wpmu.org/category/buddypress

    I’m sure there are more resources out there. Just search or ask.

    bgrun80
    Participant

    Lol, yes, I am a troll.
    I am old and smell funny and live in a cave.

    Look, in today’s economic climate, the job market is pretty much empty, even in Australia. Even if you do get a job with a company, then you’re hard pressed to pay rent and bills, and you can never think of buying a house.

    The only option left is web-development and small business. I’m sorry I got upset about it yesterday, but it’s really frustrating when you get to a golden package like Buddypress and you find that they documentation is really sparse. Then you find that there’s a book out there specifically about the package, and all that’s in it are the installation instructions and how to use the admin panel.

    For the record, there’s a second book called ‘WordPress for Dummies’, so that’s why I thought it wasn’t right that her first half of the book is about WordPress.

    #101408
    Ehegwer
    Participant

    Still works like a charm for me with
    Version 1.2.7
    WordPress 3.0.3

    #101395
    @mercime
    Participant

    WordPress, not BuddyPress plugin, handles email activations. It could also be because of webhosting configuration. Deactivate BP and BP-dependent plugins, then double-check if activation emails are sent from your installation. Check for resolutions from
    https://codex.buddypress.org/getting-started/faqs/specific-faqs/
    WP.org forums https://wordpress.org/search/activation+emails+not+sent?forums=1.

    modemlooper
    Moderator

    “There is no listing and explanation of functions. There is no explanation of hooks, actions or filters.”

    LOL, it’s called “dummies” meaning for people who don’t even know how to install WordPress let alone BP. The Dummies book is great for an absolute beginner. If you have moderate experience with WordPress, then no, the dummies book will not do you any good. You are better off reading this forum, going through the developer docs.

    Not to mention, why are you replying to a topic that is 8 months old? Are you a troll?

    #101387
    bgrun80
    Participant

    Buddypress for dummies is a piece of crap.
    Do not buy it. Just d/l it from isohunt.

    I just read through it and my hope has turned to despair.
    There is no listing and explanation of bp functions. There is no explanation of bp hooks, actions or filters.
    Basically, for the first half of the book (literally) she tells you what WordPress is and how to install it.
    For the 3rd quarter of the book, she tells you what the components are, what plugins are, how to use (wait for it) HTML tags, CSS, and other crap.
    Also, you learn how to use the admin panel. Yay…
    Do not waste your money.

    bgrun80
    Participant

    Buddypress for dummies is not suitable for developers.
    I don’t suggest buying it if you want to develop seriously.

    I just read through it and my hope has turned to despair.
    There is no listing and explanation of functions. There is no explanation of hooks, actions or filters.
    Basically, for the first half of the book (literally) she tells you what WordPress is and how to install it.
    For the 3rd quarter of the book, she tells you what the components are, what plugins are, how to use (wait for it) HTML tags, CSS, and other stuff.
    Also, you learn how to use the admin panel. Yay…
    I really didn’t like it.

    #101356
    Ehegwer
    Participant

    Creating a child theme really isn’t that hard, and you aren’t relying on a 3rd party to maintain a plugin.

    First I created a new folder in the usual WP themes location, and named it child theme.
    Then I grabbed the header and footer pages from the buddypress/themes folder, and edited them for my page, saving in the new Child theme folder.
    Then,I used a basic generic WP framework to get started, and added some buddypress and wordpress php as needed – just cutting and pasting the loop, and BP stuff as needed.
    Once the first page was made, I just would add or subtract the items needed for individual pages, blog pages, user pages, etc.

    If you know just a little php, html, and CSS it’s not hard.

    #101351
    @mercime
    Participant

    Make a copy of your BP theme. Delete all folders you see here https://trac.buddypress.org/browser/tags/1.2.7/bp-themes/bp-default except _inc/ folder if you have your CSS file and images parked there. Then delete all BP references/code/templatetags you see in the remaining files – header.php, funcions.php etc.And, don’t forget to delete bp-custom.php from plugins folder if you have one.

    #101338
    Ehegwer
    Participant

    Why not just add a website profile to the BP side, and forget about (turn off) the WP side?

    #101334
    tsalagi_red
    Participant

    Add me to that question also. I have been playing around with this for some time trying to figure out how I can integrate the two separate profile systems. Is there a reason for the redundancy? I am particularly worried that people will change their “Website” field in the WordPress profile, messing up the link which Buddypress uses. I don’t want to disable the user profile on WordPress, but it is definitely a problem.

    #101321

    In reply to: Nice Forum plugin

    @mercime
    Participant

    bbPress is going to be turned into a WP plugin which would mesh well hopefully with BuddyPress as lead dev for bbPress is also one of leads for BuddyPress.
    https://trac.bbpress.org/roadmap

    Some have used SimplePress Forums, Mingle Forums, or BP Global Forums ($30) for what you want.

Viewing 25 results - 15,976 through 16,000 (of 22,613 total)
Skip to toolbar