Jump to content

JaxSite

Members
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by JaxSite

  1. It works great now. Turns out I was missing an opening curly brace after require. Thanks everyone! { "version": "0.1.0", "name": "JaxSite", "description": "Custom template for JaxSite integration.", "authors": [ { "name": "JaxSite", "url": "http://www.jaxsite.com" } ], "require": { "blesta": ">=3.2.0" } }
  2. Here's the entire file source code. { "version": "0.1.0", "name": "JaxSite", "description": "Custom template for JaxSite integration.", "authors": [ { "name": "JaxSite", "url": "https://www.jaxsite.com" } ], "require": "blesta": ">=3.2.0" } } I've also attached a screen shot of the directory structure. It's a copy of bootstrap with the name changed.
  3. Yes I have defined the name property. "version": "0.1.0", "name": "JaxSite", "description": "Custom template for JaxSite integration.",
  4. Greetings everyone. I'm new to this forum. I've searched for a post similar to my issue. I have not yet found anything so I'm posting my questions here. My apologies if there is already a related thread. I've read a few other posts on setting up a custom template. I've pulled down a copy of Blesta source and I'm using git to manage my changes. My initial focus is the client area. I've cloned the bootstrap template. I've updated the config.json file. But when I go to select it in the admin settings area, the dropdown option is there but blank. I've checked the source code for that template and it appears to render a list based on the view directory as opposed to a database setting. Any suggestions as to what I might be doing wrong? Thanks in advance! - Jonathan
×
×
  • Create New...