- 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 = 'snipplet'
                    WHERE 1 = 1 AND T1.value = 'wrapper'
                ) 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=wrapper

Snipplet Last updated
Nothing found
snipplet.txt · Last modified: 2010/08/02 06:26 (external edit)
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