-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
The root of the installation is the portal, which by default has a link to the default order form, and a link to the login page. You can remove the login page link, and add additional links (like to additional order forms) by editing the markup for the portal page under Settings > Company > Plugins > Portal.
-
It would be a good plugin, but probably not something we would be building anytime soon, maybe a 3rd party developer would like a go at it. We use SurveyMonkey.com and it works very well.
-
I'm sure Mike from LicenseCart has a copy of this, maybe he would be willing to attach it to this thread.
-
The admin area hasn't changed a whole lot with 3.2 so my guess is that would work (Looking at the OP's screenshots). The client area on the other hand is all responsive bootstrap in 3.2, so not sure how that would affect things.
-
And register the name servers with their domain registrar, right?
-
Upload a PHP file, like info.php with the following code in it: <?php phpinfo(); ?> Then, access the file in your browser. Check for mailparse. It may be that mailparse is available via CLI but not via Apache, it will need to be available to both.
-
Don't you have to assign new IP addresses for new name servers? Or has that been done away with?
-
3.3 actually should be a smaller release than 3.2, but it does have some highly requested features. We hope to release a beta next month, but there's no official ETA.
-
Yep, there is a setting to automatically apply loose credits to unpaid invoices. It works by applying credits first to the oldest invoices. It can be disabled, but as of 3.2, there is no way to manually apply credits. In 3.3, clients can use credits to pay for services manually.
-
Ability To Override The System Information Tab In Modules
Paul replied to Mickey's topic in Feature Requests
Has anyone mocked up an example of what they'd like this page to look like for a specific/custom module? -
CORE-1288
-
That's unusual. Does everything seem to be working normally now? Under Settings > Company > Plugins, you have some plugins installed by default right?
-
I think I'm naturally attracted to Interworx because I can relate to them. They are motivated, they innovate, they care about and listen to their customers. This is what the world needs more of.
-
How do you like CXS? Has it found and stopped malicious code? A lot of people feel the same way. Not the best decision for cPanel and in hindsight I think they realize that, but they have to make the best of it now. What I like about Plesk most is that it runs on Linux and Windows. We have a Plesk server up and running for development purposes and I could see running Plesk for Windows hosting, but cPanel and Interworx seem like better Linux panels. One panel not many people talk about much, but that has a pretty dedicated (but smaller) following is DirectAdmin. I have high hopes for Interworx. There are some things I don't like about it, but they have a good team and they innovate. I expect to see some major growth with Interworx over the next few years.
-
That's an interesting statistic, do you find your customers prefer the Plesk interface over cPanel?
-
Domain syncing should be part of the domain registrar plugin that we're planning to release in the future.
-
Users can update whois and change name servers. Additional features such as DNS zone management will come after we implement the domain registrar plugin which I don't have an ETA for yet. PauloV is working on some of those features.
-
Ok guys -- We have only 1 officially submitted theme for client, and one for staff. As a result, I have extended the deadline to July 20th. Also, another important change. Each person may list up to THREE client and THREE staff themes. Theme's are easy to create and I know this community has talent!
-
You only need 1 cron, and can set the schedule for all tasks under Settings > Company > Automation. Invoice generation happens once a day at the time specified in the Automation settings.
-
Ah, I see. look under plugins/order/language/ and order/lib/order_types/*/language/ It should be in there someplace. It's late and I'm at home so I don't have the exact file for you, but it'll be one of those.
-
All the email content is either in an email template (Settings > Company > Emails > Email Templates) or under the package welcome email (Packages). When a service is activated, the "Service Creation" email template is sent, which contains the tag ({package.email_html} for HTML section and {package.email_text} for text section). These are pulled from the package welcome email, which is designed to be unique for the package/module being used. If you want to send out an email prior to an order being activated, you might put a blip in the Account Registration email template. When new customers sign up during checkout, this email goes out -- then any service activation emails go out once activated. You could add something to the template like: "If you've ordered any services with us, they'll be activated shortly and you'll receive another email with details at that time."
-
This thread got sort of off topic, but the OP doesn't seem to mind. I made it back home safely, 4800+ miles traveled. Saw lots of cool people at HostingCon, and lots of girls in bikini's on the streets of Miami. Glad to be back though, energized for 3.3.
-
Again, sorry to hear. We wish you all the best in whatever is next, and if we can be of any help now or in the future please let us know. Thanks for the contribution, I'm sure people will find it useful.
-
If the order shows as a pending service on the clients profile page, then the order was accepted and all its waiting for is payment and the cron to activate. If the invoice has been paid, then it's just waiting for the cron. If the cron is running, then check the module log under Tools > Logs > Module, there may be an issue with the system provisioning the service.