• Resolved jroles

    (@jroles)


    I really appreciate the addition of multi-select on categories. Is it possible to also add a multi-select list of tags so user can select from front end?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    That would be the next logical step, I will get to this in next couple of days, since that will require a bit more work.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    The reason behind this is that I wanted permalinks for links to include the links word, along with the category. Otherwise, links would just have been under /links/link-name…

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Please check out version 6.0.31 and test out this new feature. Let me know if you run into any issues.

    Thread Starter jroles

    (@jroles)

    The new tags field works great (thank you!). Except the response box doesn’t expand to show all the responses only shows the first. Each option has lots of space around it. I bet I can fix with css but I can seem to find the right selector.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    I am not sure what you mean by response box? The list of tags? Can you send me a picture of what it looks like on your side? Or perhaps send me a URL where I could see it live? With a URL, I am able to look at the page code and even test out changes to fix the issue and tell you what CSS to change.

    It looks fine on my test site.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    It may just be that the name I gave to that field conflicts with a name your theme has a style for.

    Thread Starter jroles

    (@jroles)

    The page is on an local server.

    The html is showing an inline style for the height:

    /*<select name=”link_tags[]” id=”link_tags” multiple=”” style=”
    height: 60px”><option value=”15″>Area1</option><option value=”16″>Area2</option><option value=”17″>Area3</option></select>*/

    Here’s a screen shot:

    Thread Starter jroles

    (@jroles)

    Guess I’m not sure how to share a screen shot

    Will this link work?

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Yes, there is an inline style setting the height of the field. It calculated 60 px based on the fact that you have 3 entries, and allowing 20 pixels per entry. But I guess that your site font is so large that 60 pixels only fits one entry…

    Please updated to 6.0.34. I re-worked the code that determine the height of the multi-select lists. It will not show up to 10 entries, then let users scroll down for the rest. Let me know if this works better.

    Thread Starter jroles

    (@jroles)

    Works perfectly. Thanks so much!

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Thanks for the feedback. Cheers.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Tags on User Submission Form’ is closed to new replies.