Hi,
can anyone help to modify tiki-browse_freetags.php to allow user to list down all pages without any tags?
I have written a query for this purpose, but don't know how implement it into current tiki-browse_freetags.php.
SELECT o.objectId, o.type, p.page_id, o.itemId, p.lang
FROM tiki_objects o
join tiki_pages p
on o.itemId = p.pageName
left join tiki_freetagged_objects t
on o.objectId = t.objectId
where 1 = 1
and t.objectId is null
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |