-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
No probs mate, it's just so people trying to guess the email addresses see the reply from Paul and Tyson: http://www.blesta.com/forums/index.php?/topic/1389-two-small-frontend-bugs/?p=11416
-
I've been integrating a design, however for this one theme it uses a lot of javascript, I've tried to find which files to add the non conflict. The one in javascript/blesta-3.5.0.js was a easy fix, however the order forms won't budge the ajax works and loads the box widget but I can't seem to get the text for the product, the prices either showing up, even after I've added non conflict to the /plugins/order/views/templates/wizard/javascript/. Has anyone else doing themes for Blesta hit that yet
-
That's how Blesta is built so no-one can guess it, you can enable the errors via: How do I enable errors on password reset?
-
Export go to: Billing > Reports > Customise: SELECT contacts.client_id, contacts.first_name, contacts.last_name, contacts.email, contacts.address1, contacts.city, contacts.zip, contacts.country, contact_numbers.number FROM contacts INNER JOIN contact_numbers ON contacts.client_id=contact_numbers.contact_id ORDER BY contacts.client_id; That should work for you. Don't believe Blesta stores credit in a table but uses the transactions and JQuery to show it. I could be wrong Tyson or Cody would be the best guys to help you.
-
The way to do this is set the name via the language files and then just put the name in each language but hey "let's all say no". Example: /** * Returns the name of this plugin * * @return string The common name of this plugin */ public function getName() { return Language::_("SharedLoginPlugin.name", true); }
-
That's going to be fixed in Blesta CORE-1570, personally cPanel shouldn't let anyone in if it's suspended themselves, and if they do then there's no issue because they can try anything they like and it won't work, but I don't use it so I can't tell if it does or not. And if it's root access then that's a issue with the module or cPanel.
-
That's weird and not normal. So under Tools > Logs > Gateways you only have refunded ones?
-
When they are invoiced, click edit and add the row, then save it or you can just create them an invoice and set it for a certain date.
-
Only works if you log in with the new ip.
-
Blesta allows admin logins time out if the ip changes which is more important. I don't do cookies so can't comment on that.
-
Is that a wannabe reddit? haha
-
Can't wait to use it mate
-
Change them in the email templates. Or run the database queries: How to change all the emails from subdomains?
-
Like I told others I would rather die before I make / buy anything related to that pile or rubbish, would rather be a billionaire and burn the cash than waste it on that.
-
That would be a management ticket on our client area mate, but I am not doing a module for whmcrapsolutions
-
It depends where you order from, Blesta have a reseller program: http://www.blesta.com/resellers/
-
Sounds like a merchant or server issue to be honest.
-
It's a community full of kids, the grown up site is VPSBoard. I only browse it for Blesta / InterWorx and SolusVM threads. Speaking of that, I see you've gone back to WHMCrapSolutions.
-
Blesta should work fine as long as the IP isn't changing.
-
Our Blesta CMS 1.2.0 has beeen postponed until next month but will include some cool features we was going to have in 1.3.0 What's coming in 1.2.0: - Upload / Attach Images to Articles - Menu sorting (drag and drop) - Revamp of the plugin to prepare for multi-language - Multi-language [domain.com/ - default || domain.com/es/ - Spanish] (You set the /xx/) - Enable / Disable comments - Enable / Disable Gravatars for comments - Allow external urls [So you can use Blesta urls or external - non blesta urls] - Logged in / Guest links / pages / posts - Active Services - Awaiting reply Tickets - Open Invoices number values to use.
-
Does Blesta Have A Opennebula Billing Module Or Could One Be Made?
Michael replied to timnboys's topic in The Lounge
Pick one you know coding they are all open as Paul said he didn't say he'd find one.