Jump to content

Recommended Posts

Posted

Hello, I recently decided to switch over to blesta and away from WHMCS. Right now I'm in trouble because I could not find any documentations for customizing templates or in my case 'converting' my WHMCS template to a bleasta template/writing a whole new template. In fact I installed blesta in the root of my domain and when i access it i only get a 404 rather than an index page.

 

If you could tell me about any documentation sources that would be quite awesome. 

 

Thank you, Stan.

Posted

your error "404" is certainly not related to blesta, you could create 2 files at the root of your blesta install

 

hello.txt

 

with content

Hello lethal network

info.php

 

with content

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

and if both load fine in your Internet browser, your webserver config is ok.

 

Please note that all above is not related/specific to blesta, but if above do not work, Blesta will not be working as well

Posted

mostly regarding blesta template customization,

 

Frontend templates are here  MY-BLESTA-PATH/app/views/client

 

so there you could copy the bootstrap folder, & rename it to a custom name, What I did was to remame it like my domain without the extension, so later when I will be muti-domain (multi-company), I will have one template by company.

 

purpose to have your own template, is for not being rewritted when there is Blesta update

 

 

So in your template folder, there is structure.pdt file, it's from here your content come from.

 

Note also you need Portal/cms plugin activated at blesta, and also makes your front end template is set at the blesta admin panel

  • 5 months later...
Posted

Now I have renamed mine to /home/my_name/public_html/blesta_dir/app/view/my_custom and edited it. I want to apply it. Going to mydomain.tld/blesta_dir/admin//settings/company/lookandfeel/template/ I only see bootstrap and bootstrap! How do I know which bootstrap I need? I need a friendly way, where is template name stored???? Kindly help.

 

**************************************************************************************************************************************************************************

EDIT: I got it. config.json

**************************************************************************************************************************************************************************

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...