Changeset 1220 for trunk/Vanilla
- Timestamp:
- 10/30/08 20:04:21 (13 months ago)
- Location:
- trunk/Vanilla
- Files:
-
- 12 added
- 2 modified
-
README.txt (modified) (2 diffs)
-
plugins/Vanilla/config.yaml (modified) (1 diff)
-
plugins/Vanilla/templates/vanilla+scoring (added)
-
plugins/Vanilla/templates/vanilla+scoring/entry.mtml (added)
-
plugins/Vanilla/templates/vanilla+scoring/home.mtml (added)
-
plugins/Vanilla/templates/vanilla+scoring/javascript.mtml (added)
-
plugins/Vanilla/templates/vanilla+scoring/mtcs-js.mtml (added)
-
plugins/Vanilla/templates/vanilla+scoring/wrapper.mtml (added)
-
plugins/Vanilla/templates/vanilla+widgets (added)
-
plugins/Vanilla/templates/vanilla+widgets/entry.mtml (added)
-
plugins/Vanilla/templates/vanilla+widgets/entry_listing.mtml (added)
-
plugins/Vanilla/templates/vanilla+widgets/home.mtml (added)
-
plugins/Vanilla/templates/vanilla+widgets/tag_cloud.mtml (added)
-
plugins/Vanilla/templates/vanilla+widgets/wrapper.mtml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vanilla/README.txt
r929 r1220 61 61 - Page Detail 62 62 - 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. 63 66 64 67 9. Vanilla + Assets … … 66 69 - lastn entries on Homepage with the first asset added to each as 70 pixel square 67 70 - 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 68 91 69 92 ## INSTALLATION ## -
trunk/Vanilla/plugins/Vanilla/config.yaml
r1218 r1220 353 353 - Pages 354 354 - 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 355 388 356 389 357 # - Rating390 # - Scoring 358 391 # * 1 359 392 # * 5 Star
