
*Sorry, my network is using Japanese Language.
Basically, "Event Type" and "Location" is text type (input type="text").
This text-type is too flexible, and they are confused what should type in the box sometime.
You can change the input type to "drop-down" type!!
just add this code in the custom code!!
----------------------------------------------
<script type="text/javascript">
//EventType
x$(".pad5 .nolegend dd #type").before('<select id="" name="type" class="not" ><option value="EventList01">EventList01</option></select>');
//Location
x$(".pad5 .nolegend dd #location").before('<select id="" name="location" class="not" ><option value="LocationList01">LocationList01</option></select>');
//Delete (Don't Edit)
x$(".pad5 .nolegend dd #type").remove();
x$(".pad5 .nolegend dd #location").remove();
</script>
----------------------------------------------
IF YOU WANT TO ADD MORE LIST IN THE DROP DOWN...
If you have any question, Please let me know!!
good luck,
SHO
Permalink Reply by Allison Leahy on February 23, 2013 at 5:23pm What a great way to keep your events organized. Thanks for the tip, Sho!
Permalink Reply by sho allan on February 24, 2013 at 4:34am Hi, Allison!!
Thanks a lot :D
My idea is adding suggestion in "tag" and "location" text-box by ajax or jQuery.
The suggestion might be support for Network Member :)
Thanks,
SHO
Permalink Reply by Planeta Balada on February 23, 2013 at 7:49pm
Very good!
This is possible with Groups? Only the part of Location.
Thank you!
Permalink Reply by sho allan on February 24, 2013 at 4:40am Hi, Planeta :D
Of course, YES!!Please add this code :)
----------------------------------------------
<script type="text/javascript">
//GroupLocation
x$("#groupLocation").before('<select id="" name="groupLocation" class="not" ><option value="GroupLocation01">GroupLocation01</option></select>');
//Delete (Don't Edit)
x$("#groupLocation").remove();
</script>
----------------------------------------------
Good Luck,
SHO
Permalink Reply by Planeta Balada on February 24, 2013 at 4:43am Hey, Thank You so much!!!
In type would let the person choose more than one type?
Permalink Reply by sho allan on February 24, 2013 at 8:18am Thanks a lot :D
I'll try to make multi-type(input check-box) !!
If anyone can make that, please let me know :)
Good Luck,
SHO
Permalink Reply by Planeta Balada on February 24, 2013 at 10:06am Ok, thank you and congratulations for the work!
Permalink Reply by John Bizley on February 24, 2013 at 5:52am This is quite neat sho, how about this working with the photo's and video's tag box's for a user to select pacific tags only from the list. Possible ?
Permalink Reply by sho allan on February 24, 2013 at 8:43am Hi, John :D
Thnaks for asking!!
It is impossible, because of below one...
This HTML code is Photo Tag text-line.
<input type="text" value="" class="textfield photo-tags" name="photo0-tags" id="photo0-tags">
You can see the "name" tag. (name="photo0-tags")
This code means like "Please add tag for photo0-tags". If you will upload 3 photos, the HTML will be like this.
so, every updating photo is different the name tag!!
If your member update 100 photo once, You need add too many JavaScript!!
This is why it is impossible :(
Good Luck,
SHO
Permalink Reply by Jacob Wyatt on February 25, 2013 at 7:28pm Radio buttons would be easier because you just click on what one you want, though a check box could make it more difficult if you have more than one thing checked.
Permalink Reply by Jacob Wyatt on February 26, 2013 at 7:59am
Rosas † Negras commented on Michael Goebel's group 'Creators Suggestions for Ning'
Jelena replied to John Bizley's discussion 'New Adjustments For Your Video Player To Make It Stand Out From The Site Background'
Thiago Santos de Moraes replied to Elshara Silverheart's discussion 'More Feature Requests'© 2013 Created by Ning.
