There is now an update to MultiBlog available to fix a bug that was brought to my attention this week involving when lastn is not being used, along with a fix for the backwards compatibility hiccup in MT 3.31.
There is now an update to MultiBlog available to fix a bug that was brought to my attention this week involving when lastn is not being used, along with a fix for the backwards compatibility hiccup in MT 3.31.
Thanks...
I just want to try MultiBlog in New version of MT...
:)
I'm testing MultiBlog for the first time with MT version 3.3. I'm using MultiBlog 1.99.5b. This chunk of MT tags:
<MTMultiBlogCategories include_blogs= "1,2">
<MTCategoryLabel><br/>
<MTMultiBlogCategories>
renders this error:
"syntax error at plugins/MultiBlog/lib/MultiBlog/Tags/Categories.pm line 14, near "})" Missing right curly or square bracket at plugins/MultiBlog/lib/MultiBlog/Tags/Categories.pm line 62, at end of line Compilation failed in require at /home/.../mt/plugins/MultiBlog/multiblog.pl line 242."
I'm trying to debug now. I hope it is not something particular to my code or setup. I know more PHP than Perl, so maybe you can spot the bug more easily.
my $iter = MT::Category->load_iter( { blog_id => [ @blog_ids ]}, { 'sort' => 'label', direction => 'ascend' });
Line 13-14 of Comments.pm is missing an }.
Umm - just followed the installation instructions by deleting the old files and uploading the new ones and - my MultiBlogged blog is no longer updating.
Any trick here I've missed? Help much appreciated, thanks ...
PS I'm on MovableType 3.2. Perhaps I need to upgrade MT?