Jump to content

MyDigia

Retired Forum Member
  • Posts

    14
  • Joined

  • Last visited

Everything posted by MyDigia

  1. WHMCS support provided us a hotfix told us to overwrite on top of existing files to resolve this issue. Contact the support as this was urgent matter for us, agreed, total nonsense!
  2. anyone still using this module? what are your thoughts and how good is it?
  3. Hello, Is there anyway to have user interaction with the knowledgebase provided by WHMCS? Some sort of commenting system (even if integrated with Facebook authentication) or with a captcha system, something where people will be able to provide more feedback than just saying "Was this article helpful" and provide "star" rating, which is like 1990s.. Thank you for any inputs on this.
  4. Any help on this Did anyone manage to figure this out?
  5. We are at xmasgroup.com/sms and I guess ready to integrate with any add-on for WHMCS. The Pricing & Coverage that we have, are amazingly better than many. I hope people around here would be interested in cooperating with us, in terms of integrating their SMS addons as well as sending through us, using the features we offer. I hope I am not breaking any rules here, but as far as technical issues and APIs, I guess we will be flexible enough to go with any integration. Thanks, Ali.
  6. I used: {$param[$customfields]['mobile']} in clientssummary.tpl and didn't work. Blank page... Any idea? I need to call a custom field of type client (name: mobile) on my template...
  7. Great Job, will this be compatible with vyatta routers as well? How about the other switches?
  8. (Even IF possible) Will this help WHMCS to be same as GoDaddy, getting the country, setting the currency accordingly???
  9. Ok, I managed to solve my problem, the issue was: 1- CSV import/export needs to be done very carefully (especially using mac, just like my case) 2- Custom Fields, those with numeric values, and being of the type Drop Down, need to be imported exactly like they are in the CS, so if you have a value "01", and you import "1", it will not be recognized. A VERY IMPORTANT NOTE: DO NOT AUTO-INSERT THE USER IDS while importing tblclients table, like what I did, and it forced to me to delete everything and do everything from the beginning. The reason: IDs are of the to be auto-increment in database, so if you inject it manually, the system will not consider those IDs as used, so as a result, adding new clients will fail, and your system will remain without the possibility of adding any new client. Thanks, Ali.
  10. Hi, I almost have the same issue, but just after my clients are imported ... I have imported all my clients from Sugar CRM to WHMCS (as mentioned mostly tblclients in the database was used), they were about 3000 clients, and things are fine now. But, there seems to be a problem with my custom fields, I have added many custom fields in my WHMCS, and I took care of importing those as well in tblcustomfieldsvalues table in database, according to the relid and id for each custom field(considering the client id and customfield id). I have some fields which are DropDown, and some are open text fields, those which I imported in the the customfield table of the database and where text field, are shown properly, like Birth Year, but those which were dropdowns, they do NOT seem to be taking that value as given in the database. Once the value is set from the GUI/Admin Panel, then they seem to be fine. The same happened to my other 6 dropdown custom fields, which were like Gender/Birth Month/etc... Any idea on why they are not being read as they should? Isn't the table "tblcustomfieldsvalues" the right table to be reading from? Any help would be highly appreciated and thanks for your time in advanced.
×
×
  • 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