TIP: You can change "Event Type" and "Location" to be Drop down on Event Page!!

*Sorry, my network is using Japanese Language.

Hi, There :D

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...

  1. option tag = list
    ex) Please see red color type,
    <option value="EventList01">EventList01</option>
    It will be list "EventList01".
  2. You can add more option tag, so like this...
    <option value="EventList01">EventList01</option><option value="EventList02">EventList02</option>
  3. This is example :)
    //EventType
    x$(".pad5 .nolegend dd #type").before('<select id="" name="type" class="not" ><option value="Sport">Sport</option><option value="LIVE">LIVE</option></select>');

If you have any question, Please let me know!!


good luck,
SHO

Tags: dropdown, event, list, pulldown, tip

Views: 282

Reply to This

Replies to This Discussion

What a great way to keep your events organized. Thanks for the tip, Sho!

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

Very good!
This is possible with Groups? Only the part of Location.
Thank you!

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

Hey, Thank You so much!!! 

In type would let the person choose more than one type?

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

Ok, thank you and congratulations for the work!

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 ?

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.

  1. First Photo
    <input type="text" value="" class="textfield photo-tags" name="photo0-tags" id="photo0-tags">
  2. Second Photo
    <input type="text" value="" class="textfield photo-tags" name="photo1-tags" id="photo1-tags">
  3. Third Photo
    <input type="text" value="" class="textfield photo-tags" name="photo2-tags" id="photo2-tags">

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

Wow! This is very useful!! I am Also curious about the possibility of a check-box list!!

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.

Actually it would be very useful if you wanted to allow groups to be part of multiple categories.... Though simply having a tags option for groups would do this too! I am hoping this is made possible soon.

I did actually create a multiple check box for group location (my location field has been editted to "group type" via language editor at the moment, for organizing groups into categories) - but selecting more than one checkbox caused it to act as if nothing was chosen/null....

The dropdown is working for me now, but it would be great to have this as well as a "location" field, as my network will have groups from all over the world.

So in the meantime, thanks Sho!!!!!

RSS

Latest Activity

Rosas † Negras commented on Michael Goebel's group 'Creators Suggestions for Ning'
"Thanks for the invitation!"
15 minutes ago
Profile IconRosas † Negras and deedee gauzot joined Michael Goebel's group
Thumbnail

Creators Suggestions for Ning

A place for Creators and Ning design staff to get together and discuss ideas to enhance and improve…See More
15 minutes ago
Rosas † Negras shared a profile on Facebook
24 minutes ago
Rosas † Negras favorited George H. Compton IV's profile
24 minutes ago
Profile IconMarco Medaglia and deedee gauzot joined md's group
Thumbnail

Templates, Codes, Scripts and Tweeks

This group is for the Ning guru's who help us regular folks out with all the TCS & T we need to…See More
58 minutes ago
Jelena replied to John Bizley's discussion 'New Adjustments For Your Video Player To Make It Stand Out From The Site Background'
"WOW nice  and great work John."
3 hours ago
Thiago Santos de Moraes replied to Elshara Silverheart's discussion 'More Feature Requests'
"I'm asking Ning about this on Twitter."
4 hours ago
deedee gauzot favorited Michael Goebel's group Creators Suggestions for Ning
5 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service