Plugin: Miniblog
-
Just released it – I use it a lot for my asides.
Check out Miniblog
-
The plugin caused a problem – all regular posts from my blog that had a ‘ in there had an error
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's the cat's turn.', '', '', 'publish', 'open', 'open', '', '130]
INSERT INTO wp_posts (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, post_modified, post_modified_gmt, post_parent, menu_order) VALUES ('1301', '1', '2005-04-08 15:46:33', '2005-04-08 14:46:33', 'It's the cat's turn.', '', '', 'publish', 'open', 'open', '', '1301', '', '2005-04-08 15:46:33', '2005-04-08 14:46:33', '0', '0')Deactivating the plugin stops the error.
This is with 1.5.1I installed the miniblog, but I also have the Blogmine plugin installed on my site. Is there any way that I can get it so that blogmine doesn’t show the ads in my miniblog and ruin my tables?
The website is https://www.pinkeyedjim.com in case that helps.
I was also having the same problem as podz. So I simply deactivated the plugin. Once there’s a fix for this, I’ll gladly put it back up.
I installed the plugin late last week without any problems. I have been using it as a way to post snippets of news of other blog entires to the side bar vice a full blog post.
It is set to display 5 entries. Just today I entered the sixth entry.
I assumed the sixth would delete the oldest and display #6. The plugin failed to make that change.
Is this a bug or do I have to manually delete the oldest entry.
Never tried installing a plug-in to my sidebar, I created a post but I got the following:
miniblog_list_entries(‘
‘, ‘
‘, ‘
‘, ‘aside’, 10);Obviously doing something totally wrong ?? – but what?
Add this code to your sidebar and it will callup the number of miniblog entries you have set for it.
<li><h2>YOUR TITLE HERE</h2><ul> <?php
$asides = miniblog_return_entries(5, 0, '', 'Title');
foreach($asides as $aside) { ?>
<li><?php _e($aside->title); ?><br /><?php _e($aside->text); ?></li>
<?php } ?></ul></li>BTW the above link to my blog isn’t being redirected from the forum:
https://cranialcavity.net/wordpress/index.php/You can view how the above code looks under “Short Takes” in the sidebar.
BauB,
Can you please make the title linkable. When you write a Miniblog there is a URL, which I can put a link to a page. So when the user can click on the link it can bring them to page with more information and user can also comments on the same page.I think the 0.4 conflict with post category. When I activated the plugin. Whatever categories I selected when I write a post it will showup as “uncategorized”. I have to deactivate the plugin and uncheck all the categories have been previously check and click save after that the post will fallback to default category. I have default category set to “General”. I don’t recall the last version has this problem might be a bug.
For some reason I get ???? before the start of the generated code and the page won’t validate. Can anyone shed any light on what I’m doing wrong?
View the source for an example
https://www.weedavid.com is the address, rather than example above.
How can I make the most recent miniblog entry display at the top of the list?
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.
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”.
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!
This is the error I get when you using with Donkiequote.
“Warning: call_user_func_array(): First argumented is expected to be a valid callback, ‘miniblog’ was given in /home/rocky/public_html/wp-includes/functions.php on line 929”I am using apache and this is for the 0.5 version. Thanks for the upgrade
@rock2889: this is a WordPress error. It’s a failure of WordPress to load plugin menus properly. A fix is located at https://trac.www.ads-software.com/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!
- The topic ‘Plugin: Miniblog’ is closed to new replies.