Jump to content

Uneschewed

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Uneschewed

  1. Hello,

     

    I have been going over what files I have access to and I have no register form in bootstrap or the theme I am integrating, do you have a form which I can apply to my specific theme, basically I would nee the php version of the form, I can see the login form shows the following:

     

    <?php
                                    $this->Form->label($this->_('ClientLogin.index.field_username', true), 'login_username');
                                    $this->Form->fieldText('username', $this->Html->ifSet($vars->username), ['id' => 'login_username', 'class' => 'form-control', 'placeholder' => $this->_('ClientLogin.index.field_username', true)]);
                                    ?>

    What are the tabs for these?

     

  2. I have a theme with a structure.pdt and BlestaCMS I have the html files in my root directory, what exactly do I do with the structure.pdt, do I place it into the BlestaCMS on the / page and then edit the contents of the html, what exactly is the process, do I need to change the files from the html to php to make the engine work? 

×
×
  • Create New...