The MU forums have moved to WordPress.org

Hello World Blog? (13 posts)

  1. daniminas
    Member
    Posted 19 years ago #

    I'm a newbie.. but the Hello World blog? what is it?.. I can delete it?

  2. andrea_r
    Moderator
    Posted 19 years ago #

    It's not a blog, it's the first default post of every new blog set up, including the main one. You can delete or change it as you wish.

  3. mrjcleaver
    Member
    Posted 19 years ago #

    How does the administrator change this default text?

    Perhaps this should be a FAQ.

  4. drmike
    Member
    Posted 19 years ago #

    It's directly in the code with WPPU filling in the name of the system.

    wp-includes/wpmu-functions.php IIRC.

  5. mrjcleaver
    Member
    Posted 19 years ago #

  6. andrea_r
    Moderator
    Posted 19 years ago #

    This is also the default behaviour in regular WP, and since the code for MU closely follows that as much as possible, I'm not sure I see the need to open a ticket about it.

    Possibly point someone to the file to edit perhaps, like drmike did, and having that in a FAQ somewhere, yeah.

    But: there are many options in MU that theoretically could be changed depending on who is hosting blogs. Not all of them deserve to be in the backend admin panel somewhere. The development is better spent on fixing existing issues, not finding new things to tweak.

    It already spews out the name of the site, grabbing it from the db, so I'm at a loss as to why upgradign it woudl change anything (unless someone changed the actual text to say something completly differnet, and if so, please see previous paragraph of mine).

  7. mrjcleaver
    Member
    Posted 19 years ago #

    Ok. Thanks. Closed.

  8. andrea_r
    Moderator
    Posted 19 years ago #

    Just for future reference, anythign that could be consdiered an enhancement is generally encouraged to be written as a plugin instead. That was, core code doesn't get bloated with 985697865 things that not everyone wants, and site maintainers can pick and choose what they want to have included.

  9. mrjcleaver
    Member
    Posted 19 years ago #

    Great. How do I modify trac to reflect that? Unless it is shown when someone selects 'enhancement' your words will be buried deep in this labyrinth of a forum.

  10. drmike
    Member
    Posted 19 years ago #

    Actually the first Post is editable within the Site Admin. The first comment and the first Page is not though. Those are hard coded. Sorry for the confusion.

    That would be a great place to put a things to do first list, link to your FAQ, support forums and help desk and anything else you need in there. Hmmm...

  11. andrea_r
    Moderator
    Posted 19 years ago #

    Doh, forgot about that part - it's been so long. :) Good ideas drmike, I think you & I are on the same page here. ;)

  12. drmike
    Member
    Posted 19 years ago #

    I went ahead and added in my "First things to do with your new blog" list. That includes links to the FAQ and the support forums. You can see it in action here but that will probably disappear shortly.

  13. jaiasmit
    Member
    Posted 17 years ago #

    I'm coming way late to the game here, but wouldn't it be nice for WPMU to follow the WP format of allowing a custom "install.php" file that allows for the definition of custom initial posts, comments, links, categories, etc...

    Currently (WPMU 2.6.3), the creation of the initial post, comment, links, categories, etc... are hard coded in the wpmu-functions.php file and don't have the correct checks in place to allow the override of the base functions.

    I have coded a replacement wpmu-functions.php that allows for an override similar to the way it is handled in the core of WP. It'd be great to have this incorporated into the WPMU core files so that I don't have to recreate this change with every upgrade.

    The updates I've made don't create any "bloat" as it's only 2 lines of code per function that needs to be overridden (which is currently only 2, so 4 lines of extra code). The additional ability is then added in a user controlled file similar to having a custom "install.php" file stored in wp-content that is referenced when an initial install is done.

    How do I got about submitting this change for inclusion in the core of WPMU?

About this Topic

  • Started 19 years ago by daniminas
  • Latest reply from jaiasmit