Show
Ignore:
Timestamp:
10/30/08 20:04:21 (13 months ago)
Author:
bsmith
Message:

adding two Vanilla template sets: Vanilla+Scoring and Vanilla+Widgets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Vanilla/README.txt

    r929 r1220  
    6161        - Page Detail 
    6262        - Search Results Template 
     63        - Notes: 
     64            - Can someone explain how mt-search determines which search template to use for rendering results?  If it’s by the value of the IncludeBlogs input, which blog id takes precedence? Does the new mt-search still support the ExcludeBlogs input? 
     65            - It’s IncludeBlogs.  It uses the first blog_id in the comma separated list.  And yes, ExcludeBlogs does work as it has been before. 
    6366 
    6467    9. Vanilla + Assets 
     
    6669        - lastn entries on Homepage with the first asset added to each as 70 pixel square 
    6770        - Entry Detail with assets in entries 
     71 
     72    10. Vanilla + Widgets 
     73        - Homepage with one widget set and individually included widget: 
     74            - Search 
     75            - Tag Cloud 
     76            - Monthly Archives 
     77            - Recent Entries 
     78            - Page Listing 
     79            - About Site 
     80        - Entry Detail with a second widget set and individually included widget: 
     81            - Search 
     82            - Tag Cloud 
     83            - Monthly Archives 
     84            - About Site 
     85    11. Vanilla + Scoring 
     86         
     87        Tip: to remove all scoring for a particular namespace, use this SQL command: 
     88         
     89            delete from mt_objectscore where objectscore_namespace = 'NAMESPACE'; 
     90         
    6891     
    6992## INSTALLATION ##