default userpic

Problems with MultiBlog

Vote 0 Votes

This is my first time using Movable Type, but it fit what we needed. A small group of 4 people will be blogging about various stuff we do, with a single blog that arrogates our blogs into one. So, I have MT 4.21-en installed. I have three blogs configured right now, blog IDs 1,2 and 3.

I have three problems. The first is that updates are not triggering on the multi blog. Second, the aggregated blogs are being sorted by author name and then created on, and not created on. The final problem is that the search feature is not working for the aggregated blogs from the first one.

1) Updates In the Multiblog "Tools>Plugins>MultiBlog 2.0>Settings" menu Content Privacy is set to "Allow" MTMultiBlog tag default arguments is set to "Exclude Blogs" with "1" Then the rebuild triggers. I have tried adding everything, and it is still not triggering

I added: When any Weblog "saves an entry/publishes an entry/comment/trackback" i have set "rebuild indexes and send pings" (basically 4 copies of the rule, with different triggers) When "blog 2/3" "saves an entry" i have set "rebuild indexes"

so i have six triggers and none of them are triggering. I post a blog entry on blog #3 and the main blog #1 does not rebuild. If i go in and manually rebuild #1 then the blog entries from #3 show up in the index of #1, but it is not auto rebuilding.

2) Sorting I want the aggregated blog entries on the index of blog #1 to be sorted by the posted date. right now it is sorted by blog source, and then posted date.

i have tried moving the sort_by on the mt:entries and there was no change.

3) search when i do a search on the main blog (#1) it only returns results from itself, not from the other blogs that i have aggregated into its index. how do I make the search global across all blogs, or at least the blogs i have aggregated.

Reported on Movable Type 4.2

4 Replies

| Add a Reply
  • ok... the stuff in the #2 was not shown... it should be

    <mt:Entries lastn="1">
        <$mt:Include module="Entry Summary"$>
    </mt:Entries>

    <mt:MultiBlog exclude_blogs="1">
        <mt:Entries >
            <$mt:Include module="Entry Summary"$>
        </mt:Entries>
    </mt:MultiBlog>

  • I'm having the same exact problem, yet some how your resolution is incomprehensible by me.

    In the index, I added a mult-blog around the entry and it got the information, but now I sorts it by user and not creation date.

    help...

  • The solution to problem number 2 is to set up the code like this:
    <mt:MultiBlog>
    <mt:Entries include_blogs="44,48" sort_by="Release_Date" sort_order="descend">

    do stuff...
    </mt:Entries>
    </mt:MultiBlog>

Add a Reply

If you need to share template code, replace all the "<" signs with "&lt;" or use this utility.

Forum Groups

1773 6162

Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012

86 302

Last Topic: website entries by masoud on Oct 26, 2011

1429 5077

Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012

695 2910

Last Topic: Insert Image / File Fails by Russ Miller on Feb 10, 2012

84 291

Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011

173 737

Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012

190 567

Last Topic: Analytics Reporting by michael webster on Feb 5, 2012

48 210

Last Topic: An idea and also a request by Afshin Haghighatnia on Jun 29, 2011

64 246

Last Topic: jQuery in MT 5.1 still at 1.4 - why? by perlmonkey on May 25, 2011

code.sixapart.com

137 478

Last Topic: Getting a thumbnail with xpath by Peter on Mar 13, 2011

222 720

Last Topic: Custom Field for Asset Not Appearing by android on Feb 9, 2012