- Article pages now have a discussion option at the bottom (moderated/captcha, but no registration needed)
no such column: W1.pid:
SELECT " " || pages.page, group_concat(" " || T1.value,'
')
                FROM (
                    SELECT DISTINCT pages.pid 
                    FROM pages  LEFT JOIN data AS T1 ON T1.pid = pages.pid AND T1.key = 'type' LEFT JOIN data AS T2 ON T2.pid = pages.pid AND T2.key = 'snipplet'
                    WHERE 1 = 1 AND T1.value = 'snipplet' AND T2.value = 'files'
                ) AS W1 
                 LEFT JOIN data AS T1 ON T1.pid = W1.pid AND T1.key = 'lastupdate'
                LEFT JOIN pages ON W1.pid=pages.pid
                GROUP BY W1.pid
                ORDER BY T1.value ASC

Small code snipplets

These snipplets are not meant as HowTo or Tutorial or FAQ. Mostly they are only a line of code and a short comment.

See it more like an initial idea to give you a start.

List of snipplets

Filtered by snipplet=files

Snipplet Last updated
Nothing found
snipplets/start.txt · Last modified: 2011/06/24 07:12 by thebonsai
GNU Free Documentation License 1.3
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0