Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How do you create a glyphicon field

alexbones
Tera Expert

How do you create a field with the glyphicon field type? To be able to get the fontawsome icons is there anything else you need to do other than setting the attribute to iconset=fontawesome?

I'm trying to add this to a catalog item.

find_real_file.png

1 ACCEPTED SOLUTION

You need the maint role and change the flag in sys_glide_object table to true to make it visible for selection. Write now this table is readonly for admins.

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

4 REPLIES 4

SanjivMeher
Mega Patron

if you are creating a field on a table, you should be able to do using type as Glyph Icon (Bootstrap)

 

find_real_file.png

 

For variable I dont think thats possible. Did you try with iconset=fontawesome in the attribute?


Please mark this response as correct or helpful if it assisted you with your question.

That type isn't available as my list of options. I have tried using the icons field type, but that displays a different icon set and the fontawesome attribute updating the icon set.

find_real_file.png

You need the maint role and change the flag in sys_glide_object table to true to make it visible for selection. Write now this table is readonly for admins.

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

sweet, thank you. That is just what I was needing. I wrote a background script to update the visible field to true and I am now able to set new fields to the glyphicon type.