In the tagglyTagging plugin your looking for a the following section:
listOpts: {
// the first one will be the default
sortBy: ["title","modified","created"],
sortOrder: ["asc","desc"],
hideState: ["show","hide"],
listMode: ["normal","group","sitemap","commas"],
numCols: ["1","2","3","4","5","6"],
excerpts: ["noexcerpts","excerpts","contents","sliders"]
},
Change the order of hideState to:
hideState: ["hide","show"],
And that will take care of it.
Same for all the other settings. First one is the default.
If you are going to put it on line, please change the plugin name to
something like "TagglyTaggingPlugin-hidden" so that if someone else
copies the modified plugin we have an easy way to know it is not the
standard set up. Might save someone a lot of headaches later.
Ken Girard
On Jan 24, 10:11 am, "
spacevult...@gmail.com" <
spacevult...@gmail.com>
wrote: