I want to display all created tags at the "new
entry" page, but it's not
working, see
admin-technorati-tags.vm file
======================
<th
colspan="2">#adminResource('technorati.tags.tex
t'
'')</th>
<tr>
<td>#adminResource('technorati.tags.text' '')
#adminResource('technorati.tags.help.text' '')</td>
<td><input
type="text" name="technorati-tags"
size="50"
value="$!TECHNORATI_TAGS"/></td>
</tr>
<tr>
<td colspan="2">
#if ($BLOJSOM_PLUGIN_TAG_CLOUD_MAP)
#foreach($tag in
$BLOJSOM_PLUGIN_TAG_CLOUD_MAP.keySet())
$tag,
#end
#end
</td>
</tr>
mapping
======================
admin: meta, tag-cloud, admin
But at admin page, when creating/editing a new entry, the
tags are not
displayed.
Does the following code is supposed to work at admin flavor
?
#if ($BLOJSOM_PLUGIN_TAG_CLOUD_MAP)
#foreach($tag in
$BLOJSOM_PLUGIN_TAG_CLOUD_MAP.keySet())
cheers
Claudio Miranda
--
View this message in context: http://www.nabble.com/Displ
ay-all-tags-when-editing-an-entry-tf4636658.html#a13241997
a>
Sent from the Blojsom - User mailing list archive at
Nabble.com.
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|