Tags:
create new tag
, view all tags

Question

Hello friends, I have a peculiar problem. Let me describe it first.

As mentioned in SupportPlugin, I have created a support web along with comments, support status and tagging support. It even has a WebTopicEditTemplate similar to this web. In the WebHome page, there's a form. This form is not a twiki form & is done using the standard HTML tags. The form's data is submitted to the save script with certain parameters such as topic, question, environment, taglist, onlynewtopic, onlywikiname, templatetopic and action_save.

The parameter of importance is taglist. Using

<select size="10" multiple="multiple" name="taglist"> 
%TAGME{tpaction="showalltags" format="<option value=\"$tag\">$tag</option>" separator=" "}% </select>
, the list of tags are now displayed as a list. Since the tpaction=tag ... doesn't allow multiple tags, I'm embedding
 <!-- %TAGME{tpaction="add" tag="tag1"}% -->
for each selected item in the "tag list".

Now whenever the page loads, a vote gets added automatically if the user has not voted already. How can this problem be prevented? Is there a way to add multiple tags to a topic in one shot?

Environment

TWiki version: 4.1.2
TWiki plugins: TagMePlugin
Server OS: Windows XP
Web server: Apache 2.2.6
Perl version: 5.8.8
Client OS:  
Web Browser:  
Categories: Plugins, Add-Ons

-- TWikiGuest - 20 Dec 2007

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

You can't currently. But this would be a sensible feature request to TagMePlugin.

I have added the request, see Bugs:Item5153.

-- ArthurClemens - 20 Dec 2007

Alright. I will do some workaround until then :). Thanks.

-- TWikiGuest - 24 Dec 2007

Arthur, in how many days/months is this functionality expected in this plugin?

-- TWikiGuest - 24 Dec 2007

You can hire one of the TWiki consultants if this feature is time critical.

-- PeterThoeny - 31 Dec 2007

 
Change status to:
Topic revision: r5 - 2007-12-31 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.