Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)
  • Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    I support tcort’s effort in taking up the job of continuing the coding of this plugin. All props to him for reviving the code. I simply don’t have time anymore to work on it.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    @tek: that’s odd. Do you lose the actual code (<p> </p>) or are the linebreaks just taken out?

    @adb: the URL field is for anything you want it to be. But, by default, it’s used as a kind of link blog, linking the title. If you want to change it to show in the post, read the documentation.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    Yes, there is.

    Scroll down to this line:

    add_submenu_page('post.php', 'Miniblog', 'Miniblog', 9, basename(__FILE__), 'miniblog');

    and change the 9 to a 7 or whatever level you need.

    Thread Starter baub

    (@baub)

    Individual pages or what? Did the problem just arise after working fine?

    Thread Starter baub

    (@baub)

    hmm. thanks for the report. i’ll see what i can figure out

    Thread Starter baub

    (@baub)

    nice. thanks for the fix najt!

    i wish there was a better way to do what i did in that piece of code, but there’s not.

    kudos to you

    the code is now updated

    Thread Starter baub

    (@baub)

    Did you guys try downloading the new version? The original version was buggy.

    The version you want is ECiV 0.1.5

    This cleared all problems up on my sandbox, so hopefully it will clear them up on your sites.

    @sasson: I found the root of your problem. A fix is in the works and will be released shortly.

    edit: Ok! ECiV 0.1.6 is ready for download.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    @ceo: read the documentation for the filter parameter. Miniblog automatically sends the post’s contents through the_content’s filters, which adds <p> tags and stuff. In the next version, this won’t be a problem, as it will not be on by default.

    @tek: that’s odd. I’m not sure what causes this…is it the normal posts as in normal WordPress postings or what?

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    @marc: you’re entering the ‘sort’ field as ‘title’ when you should sort them by ‘_date’. Use this:
    $asides = miniblog_return_entries(5, 0, '', '_date');

    @marchal: while I can’t click those links (no link), your error can be solved by the new parameter I added in 0.5. What’s happening is the technotag plugin is probably inserting things using the_content’s filters. By default, miniblog passes the main content description through this filter. It can be turned off, though, so check the documentation.

    For example:

    miniblog_list_entries('<li><strong>', '</strong><br /><blockquote>', '</blockquote></li>', '', 10, 0, '_date', FALSE);

    would probably fix the problem.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    @rock2889: this is a WordPress error. It’s a failure of WordPress to load plugin menus properly. A fix is located at http://trac.wordpress.org/browser/trunk/wp-admin/ (download the menu-header.php)

    Future note for all problems: a good amount of problems are solved by keeping WP up to date! You need version 1.5 and any fixes that I make known here or are made known in any other thread!

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    Miniblog 0.5 is out. I’m hoping that this fixes the various issues that some users have been having.

    Also, I have put up on my site a link to each downloadable version of miniblog available for those of you having problems with newer versions.

    Just a quick question: are any of you using anything other than Apache? I’m thinking this could be one of the issues, because everything works peachy keen on every one of my apache test beds on different operating systems and machines.

    Thanks for any input!

    Thread Starter baub

    (@baub)

    Thanks for the heads up. I totally missed that on your site.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    Just an update: I’ve been very busy lately with a paper that’s due tomorrow. Afterwards, I should be able to help you guys with your problems. Sorry about the lack of updates!

    For those who said that the older versions worked better, feel free to use older versions. The security fix was in the admin panel which requires level 9 privelidges to access. So if you trust your level 9 authors, you will be fine.

    Miniblog 0.3
    Miniblog 0.2.9

    Hope this temporarily fixes some problems.

    @adb: append a _ in front of the sort option. If you wanted to sort by date with the latest being first, you would use “_date”.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    Hmm… I’m not quite sure off hand, but if you could paste the URL to the plugin or file (I don’t have that), I can look into it. Judging from the errors, it could be a variable conflict that I can solve in 041.

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Thread Starter baub

    (@baub)

    It’s been a while, but Miniblog 0.4 is out. It fixed some pretty serious bugs that took a while to find. I’m working on single pages, archives, and comments, but no promises.

    Just a note: update! There’s some major security fixes in 0.4.

    If you find any more, please let me know.

Viewing 15 replies - 1 through 15 (of 36 total)