Posted by Helmuti_pdorf on 20 Jan 2009 10:53, last edited by James Kanjo on 09 May 2010 05:43
In wikidot you cannot select pages with "non-existing" tags - it does not work (in module ListPages or other) to try ideas like:
- tags="NONE" ( a constant )
- tags ="-*" ( de-select all possible tags)
- tags="+" ( select all tags with nothing - lenght = zero)
- iftags has the same problem…
therefore the question:
How to find pages without tags?
I found only a solution based on the fact that module ListPages inserts a standard phrase "no tags found for this page" in the variable %%tags%% if a page has no tags assigned.
On html output you can use the "Edit" & "Search" Command short form:
- "cntrl" + "F" ( search) and
- "cntrl" + "G" ( next find)
Perhaps other people find another solution ?
A sort would be useful…
Using %%tags%%
( as a test I used the "wishlist:" category)
[[module ListPages category="wishlist" order="titleAsc" perPage="200" limit="7" separate="false" prependLine="||~ page(title) ||~ tags ||"]]
|| %%linked_title%% || %%tags%%||
[[/module]]
| page(title) | tags |
|---|---|
| 1 Step Wikidot Registration | registration wikidot |
| 24h uptime and database redundancy | |
| Auto Caption Of Pics And Files In Gallery Module | |
| Autodelete of old pages | |
| Backup Restore Import | backup import restore |
| Backup with Forum, Tags and Parents | backup forum parent tag |
| Better Options for RSS on Specific Pages | page per rss |
Helmuti_pdorf. Please visit his/her userPage.
Update: List only pages with no tags at all
I think that now (beginning from August 2009) there is a possibility to list only untagged pages by using tags="-". It is documented in the ListPages doc.
Here's the code for ListPages module which will list all untagged pages from a category "wishlist" at this site.
[[module ListPages category="wishlist" tag="-" order="titleAsc" perPage="200" separate="false" prependLine="||~ page(title) ||~ tags ||"]]
|| %%linked_title%% || %%tags%%||
[[/module]]
Brunhilda. Please visit his/her userPage.
Other(!) HowTos posted by Helmuti_pdorf
- Button Links
- Use html scripting
- MindMaps in Wikidot
- Convert MediaWiki syntax to Wikidot
- Import Ms Word -Text Into Wikidot
- Show page to specific users only
- Embed Google+ Button
- Setup an "Educational Wiki"
- Logout From Wikidot
- Sortable-Tables-Js
- New table layout with ROW and CELL tag
- Send E Mail invitations
- Site Start
- Add Admins Or Moderators To Your Site
- Insert Pictures In A Page
- Tabview with ListPages
- Use Anchors on a page
- Create a news entry list
- Site Checklist
- Add chessdiagrams
- Links With Special Characters
- Apply A Wikipedia Like Talk Button





