crshman Posted May 6, 2008 Share Posted May 6, 2008 Hello, I am writing a custom registrar module and I wanted to know how to populate the fields in the admin side registrar settings page. I know that using the $configarray parameter fields may be added/deleted, but how do I fill them? I was looking in the DB and it seems as though there is a table named "tblregistrars" that holds the configuration information. It also seems as though the information is encrypted. How do I encrypt the information like that to put it in the DB, along with retrieve it? 0 Quote Link to comment Share on other sites More sharing options...
ur Posted May 8, 2008 Share Posted May 8, 2008 Normally, from what w'eve done, is define the $configarray array, then simply return the array. That's all there is to it. Should this not be working for you, make sure all the field types, sizes and descriptions are correct. 0 Quote Link to comment Share on other sites More sharing options...
crshman Posted May 8, 2008 Author Share Posted May 8, 2008 Ah excellent, I'll give that a try...thanks! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.