Jump to content

extended attributes for new TLDs


greghl

Recommended Posts

  • 2 weeks later...

Hi Greg,

 

I was sure that I had replied to this question - either here or in the gtld thread... seems that I didn't - though I definitely remember looking into it and writing the reply!

 

NURSE!! :twisted:

 

assuming this isn't a specific Enom issue, one thing that might be worth noting from the .bio faq page is...

 

Can anyone reserve a .BIO domain ?

 

No, individuals and businesses who wish to reserve a .bio must commit to respecting the principles of organic agriculture as defined by IFOAM. Therefore, for example, a site in .bio promoting GMOs is not permitted.

if you fancy some bedtime reading, it might be worth reading their policy document... I think page three of the pdf goes into some vague detail about requirements, but no real specifics.

 

http://www.startingdot.com/bio/policies/

http://www.startingdot.com/wp-content/uploads/2014/06/BIO-Domaine-Name-Policy-v2-as-of-30-May-2014.pdf

 

if I were you, i'd suggest contacting Enom / Startingdot to see what the specifics the registrant has to agree to are... though when I test tried to register a .bio on the Enom site, I wasn't given a checkbox to agree to anything.

 

so with WHMCS, my guess is that you might need to add a required checkbox for .bio during the registration process to get the registrant to agree to *whatever*.

 

you can do this by modifying includes/additionaldomainfields.php and adding an entry for .bio - something along the lines of...

 

// .BIO

$additionaldomainfields[".bio"][] = array("Name" => ".BIO Agreement", "LangVar" => "bio_agree", "Type" => "tickbox", "Description" => "We agree to commit to respecting the principles of organic agriculture as defined by IFOAM.", "Required" => true,);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated