The MU forums have moved to WordPress.org

A question (14 posts)

  1. Konstantin
    Inactive
    Posted 18 years ago #

    What file do I edit to change the admin frontpage? Dashboard I think its called in wp? I want to change the headlines from WP stuff to my own's blog thing, to keep users updated. And all those boxes with feeds, how do I change them?

    I don't think my users care about what software I am using and stuff about it :P

  2. jaseone
    Inactive
    Posted 18 years ago #

    Your best bet is to wait for the code from the recent changes to the Wordpress.com dashboard to filter down to us peons. :)

    Talking of such is it planned for changes like that to be made available eventually or is Wordpress.com going to remain separate from the main Wordpress MU code base?

  3. TomK32
    Member
    Posted 18 years ago #

    wp-admin/index.php

    If you're on it, mov eth edrafts up to that box at the right, that's what I did first ;-)

  4. Konstantin
    Inactive
    Posted 18 years ago #

    Mind telling me how? So far I removed all those boxes at the bottom, "Other wordpress news" or something. And I changed the feed urls to my blog but it still shows up WordPress development blog, and not mine.

    I am new to php :P

  5. bmonster99
    Member
    Posted 17 years ago #

    This same thing happened to me. It is because of the new ajax updaters. I commented out lines 10 and 11 of the wp-admin/index.php file and everything is working normally again. The lines in question are...

    var update2 = new Ajax.Updater( 'devnews', 'index-extra.php?jax=devnews' );

    and

    var update3 = new Ajax.Updater( 'planetnews', 'index-extra.php?jax=planetnews'	);
  6. drmike
    Member
    Posted 17 years ago #

    Well that gets rid of them. I think the poster was trying to change the location of the feeds.

    That's dealt with in the wp-admin/index-extras.php file.

  7. mrjcleaver
    Member
    Posted 16 years ago #

    Can we have the default feed a configurable item?

    If the code is contributed to make the default feed configurable through the admin interface will this get incorporated into mu?

  8. andrea_r
    Moderator
    Posted 16 years ago #

    Probably not, because this option was in there already and was taken out.

  9. mrjcleaver
    Member
    Posted 16 years ago #

    Why was it taken out?

  10. andrea_r
    Moderator
    Posted 16 years ago #

    Beats me. Ask Donncha. Maybe the reason is in the trac somewhere, I dunno.

  11. mrjcleaver
    Member
    Posted 16 years ago #

    I got him on #wordpress:

    on wpmu, during http://trac.mu.wordpress.org/changeset/619, you replaced get_site_option( 'dashboardfeed1name' ) with hardcoding to fetch_rss('http://wordpress.org/development/feed/'; many administrators of wpmu have to make this change back - typically because their audiences are not software developers so they would not be interested in the wordpress development feed

    To which Donncha said:

    That's been replaced with a filter now AFAIR; see the "dashboard_primary_feed" filter here? http://trac.mu.wordpress.org/browser/trunk/wp-admin/index-extra.php

    So in short, "watch this space" :)

  12. anabelle
    Member
    Posted 15 years ago #

    # Started 3 years ago by Konstantin

    "So in short, "watch this space" :)"
    -Posted 1 year ago

    I'm still watching

  13. andrea_r
    Moderator
    Posted 15 years ago #

    There's a spot under Site Admin to put the link to the admin blog feed.

  14. worldblogosphere
    Member
    Posted 15 years ago #

    Hi,

    I have been using a plugin to accomplish this.

    http://wordpress.org/extend/plugins/wordpress-dashboard-editor/

    I have a hunch it is safer than going in and removing chunks of coding on your own. Especially if you are "new to PHP".

    Hope that helps,
    Gene :-)

About this Topic

  • Started 18 years ago by Konstantin
  • Latest reply from worldblogosphere