Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have installed my blog on a different server now and shortstat is working fine…

    I am having the same problem with wp 2.0.3 and most statistics tools. I have tried shortstat, slimstat, Live and bsuite. They all make the dashboard disappear.

    Any Ideas?

    Forum: Plugins
    In reply to: Idea: Mailing List Plugin

    Have there been any new developments on the newsletter/mailing-list front? I would gladly donate for a a newsletter-plugin where you can send a daily/weekly digest to a mailinglist.

    In the meantime, I tried feedburner and feedblitz, but it’s not really what I need as you can’t really customize your mail…

    Forum: Fixing WordPress
    In reply to: Current Author

    This is the way it worked on my blog:

    <?php if(isset($_GET[‘author_name’])) : $curauth = get_userdatabylogin($author_name);
    else : $curauth = get_userdata($author);
    endif;
    ?>
    <?php echo $curauth->user_firstname; ?> <?php echo $curauth->user_lastname; ?>
    <?php echo $curauth->user_description; ?>

    You should also take a look at Kaf’s (http://szub.net/) “Get Author Profile” Plugin.

    Hope this helps

    Forum: Plugins
    In reply to: Idea: Mailing List Plugin

    Alors, MagicG, vas y! I am sure there is demand for such a plugin – as I am looking exactly for this feature!

    And what I am also looking for some documentation to your plugin… Can I find some anywhere?

    Forum: Fixing WordPress
    In reply to: Current Author

    thanx for your discussion, it has helped me a lot. Now, I want to include some portraits of my authors in my author’s page. Does anyone have an idea? thanx!

Viewing 6 replies - 1 through 6 (of 6 total)