list posts with avatar

I am currently using avatar-1.1.2, great development.

I am also using list-all-posts plugin, also great!

My question is: how do i show the avatar of each user next to there

post,when listing all posts?

How do i add it into the code below?

My Code is below;

<?php list_all_wpmu_posts(10, 30, ‘<br>’, ”, ‘<br>’, ”,’show’,’hide’,’show’:wink:; ?>

  • drmike
    • DEV MAN’s Mascot

    I posted an example in this thread towards the end. It a modified list-all plugin along with the css that you would need. Please see if that makes sense to you. If it doesn’t, I’ll see if I can expland some on the idea.

    edit: And example of this is displayed up at http://cynix.us in case you’re interested in seeing how it looks.

    Hope this helps,

    -drmike

  • gbishop
    • Design Lord, Child of Thor

    Thanks Dr Mike, i have got it working with the modified list-all plugin.

    Question1: I have a problem formatting the avatar on the left of text, as per http://cynix.us

    Question2.list-all-posts you could see a certain amount of the posts text with a (read more), this plugin only seems to show the blog and title — how can i change this?

  • drmike
    • DEV MAN’s Mascot

    1) Did you add in the css bit included over there into the theme’s css? May have to do a forced reload of the page to get it to load in your browser. What browser are you using? I had a report that ie7 is cutting off the left side of the avatar. I may have broken something on cynix.us trying to fix it.

    2) My hacked copy of the list-all plugin should include the blog’s description as well. Which list-all-posts plugin are you using? I know the post of the day script we were using on our installs included the first portion of the actual post and we were grabbing it via rss using the fetch_rss function. Doesn’t work though with the multiple databases plugin since we were pulling direct from the db. I should fix it though.

    let me see what I can do today. I need to get the botd script out though along with a couple of other things.

  • gbishop
    • Design Lord, Child of Thor

    Hi

    Excuse my ignorance, still learning here!!

    I am using your modified version of the list-all plugin [my site is bundublog.com]. I have added the css but does not add the text to the right of the avatar.

    The plugin does display the blog description, but unlike the list-all-posts plugin it doesn’t show the posts text.

  • pixline
    • New Recruit

    Just for your information: I’m also working on list-all-posts to work with some category instruction (include/exclude), for both site admin (force global categories) and blog admins (allow/exclude some of your blogs’ category from sorting). I’ll surely share some code as soon as I make it work with the new API, but if someone is willing to share some work, drop me a line… :wink: