modxuser
modxuser
**Steps Taken:** 1. Created DBs via the script in the forum ``` DROP TABLE IF EXISTS `modx_site_content_tags`; CREATE TABLE `modx_site_content_tags` ( `doc_id` int(11) NOT NULL, `tag_id` int(11) NOT NULL, `tv_id`...
Using the following call: ``` [!DocLister? &debug=`1` &id=`colourscheme` &controller=`site_content_tags` &tagsTV=`7` &tagsData=`static:[*colourscheme*]` &ownerTPL=`@CODE:[+dl.wrap+]` &tpl=`@CODE:[+tag+]` !] ``` I get this debug information: ``` action time: 0.00077 · total time: 0.00221 SELECT c.*...
**UPDATE** I still can't get this to work using my DocLister calls from above, so I have resorted to using the "tagLinks" snippet to output the page tags **My problem...