Hi, there :D
Unfortunately, Tag is used by "input-text", we can not control member what add the tag.
For example...
Two guys posted to blog about "EURO2012"
Somebody add tag to the Post, "EURO2012".
However, Somebody add tag to the Post, "EURO".
Those are same topic, but Your network has Two tags.
This TIP is Changing Tag-box to Dropdown. so, You can control tag of Blog.
Just 2 step!! Please add CSScode and JavaScript!!
----CSS-----------------------------
#post_form p input#tags.textfield{display:none;}
------------------------------------
----Java-----------------------------
<script type="text/javascript">
x$(".xg_widget_profiles_blog #post_form .context_help").append('<select id="tags" name="tags"><option value="">----</option><option value=" tag 1">tag 1</option><option value="tag 2">tag 2</option><option value="tag 3">tag 3</option><option value="tag 4">tag 4</option><option value="tag 5">tag 5</option></select>');
</script>
------------------------------------
You can customize "tag 1~5" whatever you want.
good luck,
SHO ALLAN
P.S.
We Pre-Open UnOfficial Ning HelpDesk Network "Social-Shef" for Japanese!!
Replies
こんにちは私の友人
ほら日本語を話すが、私はBakoukl変換されることはありません
This work is very beautiful
And I want to do
But I'd like my photo
You could do allowed?
hi, my friend :D
okey, Please give me a time....
good luck,
SHO ALLAN
I am waiting for you
Hi, Classic :D
I'm back!!
please add this code!!
----CSS-----------------------------
.xg_widget_photo_album_newWithUploader .photo-tags{display:none;}
------------------------------------
----Java-----------------------------
<script type="text/javascript">
x$(".xg_widget_photo_album_newWithUploader .photo-container").append('<select id="tags" name="tags"><option value="">----</option><option value=" tag 1">tag 1</option><option value="tag 2">tag 2</option><option value="tag 3">tag 3</option><option value="tag 4">tag 4</option><option value="tag 5">tag 5</option></select>');
</script>
------------------------------------
幸運を、
Sho Allan
Hi sho allan
Thank you my friend
Hi,
I know you wrote this post quite some time ago , but...Can you please do this for videos & for forum?!!
Thank you so much as I have been looking for this everywhere!
Mandy
super, this way you can sort everything by categories... !
will check this out . thanks
can you do this tag for events PLEASE?
and videos.....
Hi, helper Seeker :D
I'm sorry. I try to add this TIP in events page, I can't.
I can add Dropdown, but this is not working.
Please try in your network.
----CSS-----------------------------
.xg_widget_events_event_new #event_form #type{display:none;}
------------------------------------
----Java-----------------------------
<script type="text/javascript">
x$(".xg_widget_events_event_new #event_form #type").before('<select id="add_type" name="type"><option value="">----</option><option value=" tag 1">tag 1</option><option value="tag 2">tag 2</option><option value="tag 3">tag 3</option><option value="tag 4">tag 4</option><option value="tag 5">tag 5</option></select>');
</script>
------------------------------------
good luck,
Sho Allan
i think it does work, tags showed up, havent checked functionality tho, here :