-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
Since when has a uploads folder been called 1/support_manager_files/ ? As I stated before it should be outside the public_html. So it would be: /home/username/support.mywebsitename.com/uploads/
-
I wonder is your "hostname" on Blesta the subdomain? Settings > System > Companies
-
That 1 folder should be in a uploads folder outside of the public_html and also 777. You also have to ensure it's connected up via Settings > system > general > upload folder url.
-
in the /app/views/client/template_name/structure.pdt
-
When you go to the google font directory you click add and you get a HTML code e.g: <link href="https://fonts.googleapis.com/css?family=Shrikhand" rel="stylesheet"> It also tells you what to use in your CSS to get it working: font-family: 'Shrikhand', cursive; They have also made a easy to use guide for beginners: https://developers.google.com/fonts/docs/getting_started
-
right can I tell you in plain english. Copy the bootstrap folder and call it "rocketscience" and then integrate in that one and swap it over. It's not hard.
-
Have a look at: Blesta Integration 3.3.x (Advanced)
-
If you code it yourself there's no need to do everything in the admin area it's not wordpress lol.
-
Set it in the structure.pdt /app/views/client/theme_name/structure.pdt change the favicon.ico bit to: <link rel="shortcut icon" href="//url-to-image.com/img/favicon.ico" />
-
+1
-
+1
-
[Module] Internet.bs Domain Registrar Module - R/c 1.0.4
Michael replied to PauloV's topic in The Marketplace
Congrats @PauloV to yourself and your partner -
Not a fan of Wordpress. InterWorx used to use .php files for the header and footer and grab that from wordpress but I'm not sure how they grabbed it in the php files. If you wish for an integration @ExpertIntegrations are good, I've had a positive review from a client and recommend them from now on.
-
You can get a email for a failed to activate: My Info > Notices > Creation Error
-
Interesting that doesn't work on the default module right? It would have to have it's own username?
-
I don't believe the cards can be used when using Ajax as it's a one page checkout. But if you want to just add the picture then edit: /plugins/order/views/templates/ajax/summary.pdt Edit this bit: <div class="radio"> <label> <?php $this->Form->fieldRadio("payment_type", $key, $this->Html->ifSet($vars->payment_type) == $key, array('class' => "payment_type")); $this->Html->_($value); ?> </label> </div>
-
The time you set in the cron settings > Settings > Company > automation
-
Have you re-issued your license since it will be locked to the old location?
-
Change the renewal closer to this date like tomorrow and see if it runs, also check the cron tasks and ensure none of them are stuck.
-
To add to Timothy Even Blesta has 3 files encoded for licensing reasons. It's up to you if you wish to use a third party and if Blesta forced them to be audited and verified that: 1. causes people to complain that it's taking ages to show up on the marketplace.blesta.com (See a competitor is a great example of that, a developer updated his script then had to wait days for it to be updated on the marketplace). 2. more cost for the developers for little costs (monthly prices) which then leads them to go.... Nah F**k it can't be bothered with that => No third party addons. So you have to do your own research by using trials or asking them, Blesta isn't the php police.
-
free theme Lutfi - Free Premium Blesta & Hosting Theme
Michael replied to JNdev's topic in Contribute
Very nice mate -
Back in my day you had subdomains making their own folder so sub.domain.com would be /home/username/public_html/sub/ or make your own account where it would be /home/username2/public_html/
-
Where do you get 4.2 from? The domain manager is coming in 4.1. The current version in beta is 4.0.0-b3
-
I used to have my billing area on a separate account, so it was in it's own public_html.