Tag Cloud adding and editing tags
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Tag Cloud
Member
Usergroup: Customer
Joined: Dec 27, 2003
Total Topics: 9
Total Comments: 18
Is there any way to edit tags when editing a link that had tags added to it, and also to add tags to links already in the database? I've only seen the "Add tags" option when adding new links.
Would it work to just add the following to edit.tpl ?
<IF {SWITCH_TAGS}>
<tr>
<td class="labelscolumn"><span class="labels">Add Tags:</span></td>
<td class="optionscolumn"><input type="text" name="addtags" size="{STANDARDSIZE}" value="{LINKADDTAGS}" /></td>
</tr>
</IF>
Thanks.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
If Tags are enabled in your switches, usergroups that are permitted to add tags can also add tags on the link details page.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
No plans to make it work on edit.tpl, so just stick with the details page.