Changeset 1220 for trunk/Vanilla

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

Location:
trunk/Vanilla
Files:
12 added
2 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 ## 
  • trunk/Vanilla/plugins/Vanilla/config.yaml

    r1218 r1220  
    353353                        - Pages 
    354354                        - Monthly Archives 
     355    vanilla_scoring: 
     356        label: Vanilla + Scoring 
     357        base_path: templates/vanilla+scoring 
     358        order: 511 
     359        notes:  
     360            - Homepage & Entry archives 
     361            - Entry Titles and scoring only 
     362            - 5 star rating 
     363            - favorite/unfavorite 
     364            - digg (note: no undigg) 
     365        templates: 
     366            index: 
     367                home: 
     368                    label: Homepage 
     369                    outfile: index.html 
     370                    rebuild_me: 1 
     371                javascript: 
     372                    label: Javascript 
     373                    outfile: mt.js 
     374                    rebuild_me: 1 
     375                scoring: 
     376                    label: Scoring Javascript 
     377                    outfile: mtscoring.js 
     378                    rebuild_me: 1 
     379            individual: 
     380                entry:  
     381                    label: Entry 
     382                    mappings: 
     383                        entry_archive: 
     384                            archive_type: Individual 
     385            module: 
     386                wrapper: 
     387                    label: Wrapper 
    355388 
    356389 
    357 # - Rating 
     390# - Scoring 
    358391#     * 1 
    359392#     * 5 Star