Hi I have used the Semantic Forms extension to allow people to pick multiple categories for pages using a form interface.
There are a few problems I have and I wonder if anyone has an answer for any of these. - Editing pages that haven't previously been edited with the 'edit with form' interface -- is there any way to populate the CategoryTree with the Categories that the page is already in? - Is it possible to add the CategoryTree for selecting categories to the Special:Upload page? - Is it possible to omit some tickboxes from the CategoryTreei? In order to have a tree structure for the categories I had to create some meta-categories, is it possible to hide / remove the tickboxes for these as they are only for structuring categories and not for pages to be placed in. I did look at hiding the tick boxes for these specific categories using CSS but they don't have a unique id. - I have hidden the "no sub-categories" text from the CategoryTree with a CSS hack, is there a more elegant way to do this? i.CategoryTreeNotice { display: none; } - The code I have used for the Template:Categories generates unneeded comers, which I have hidden by using this code: <span style="display: none;">{{#arraymap:{{{Category}}}|,|x|[[Category:x]]}}</span> Is there a more elegant to remove all the unneeded comers? Thanks Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Semantic Forms" group. To post to this group, send email to semantic-forms@googlegroups.com To unsubscribe from this group, send email to semantic-forms+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/semantic-forms?hl=en -~----------~----~----~----~------~----~------~--~---