Viewing 15 replies - 91 through 105 (of 129 total)
  • BauB,

    What is the code to use if I like to display the whole Miniblog on a single page with date in chronoicle order. Thanks

    this is awsome. now i wish i could just post from my desktop or phone. :p

    Hey guys, i’ve got a problem… most of my posts I sent through e-mail. So my question is: is it possible to post to miniblog through e-mail?

    BauB is your site down? I’d really like to get a hold of this plugin!

    Hi, I’m having some trouble customising how my asides list appears in the sidebar. At the moment, there is a fair amount of white space between the link and the entry, and then the next link. Using both the default <?php miniblog_list_entries(); ?> and
    <?php miniblog_list_entries('

    • ', ' ', '
    • ', 'default', 5); ?> both leave me with this unused space.
      Is there anyway of getting rid of this? I’m not sure if it’s hardcoded into the plug-in itself, but I changed something in there before and broke it, which has made me a little wary. But if that’s what has to be done, I’m sure I could cope. ??

    This is the code I am using:

    <?php
    $book = miniblog_return_entries(1, 0, ‘reading’, ‘Title’);
    foreach($book as $book) { ?>

    • <?php _e($book->text); ?>
    • <?php } ?>

      This is how it is supposed to look: https://zoion.surprise-ending.com/ (the “reading” section in the sidebar)

      But if you check the Links page or the Archives page things get all screwed up. Can anyone help?

    Well… nevermind, I used a conditional statement to limit it to the frontpage.

    Baub, Im still getting the last post to show up on the sideblog. I cant figure it out!

    what is everyone using for recently updated links? is mini-blog still supported? I’m just looking for the best way to add frequently updated links to version 1.5. .X. any suggestions?

    “is miniblog still supported?”
    Ryan Poe, the orignal author of Miniblog is no longer supporting or developing Miniblog. See his post here. However, I’m taking over the development and support of Miniblog. I’ve set up a project page here.

    Is there any way to archive miniblog posts? Or to use a NEXT or PREVIOUS command?

    There is no archive feature yet, but it is on the TODO list.

    Thank you!

    dude, i love this plugin, if you’re picking it up, that rocks!

    Tom, I dropped a comment at Medium Bagel, and started this thread:

    https://www.ads-software.com/support/topic/40678

    before I found the above discussion. This has to do with some rogue code that seems to appear out of nowhere (I DO NOT think MiniBlog is putting it there) and it wreaks havoc with only a handful of my layouts, dropping the second and subsequent miniblog entries down past the entire mainblog entries.

    Otherwise, splendid plugin that I’ve found a dozen evil uses for both at my blog and at the web site for the Z Club of Houston

    https://zcar.org

    of which I am also the web master.

    Joni ??

    Update: Well, I just put the following code in the Kubrick style sheet and it went away:

    .float-clear { display: none; }

    All’s well that ends well, but I’d sure like to know why it shows up at all!

Viewing 15 replies - 91 through 105 (of 129 total)
  • The topic ‘Plugin: Miniblog’ is closed to new replies.