Jump to content

felipe.rivero

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

felipe.rivero's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I want to know if there is a possibility to be able to hide several columns of a table only when the screen resolution is mobile. But when you are on the desk the tables are all visible. In mobile only show 3/4 columns But in desktop, all the columns show as normal Is there any way to do it?
  2. I have been creating a custom module to learn blesta. I want to be able to print custom logs in the methods that I am implementing to be able to see the flows from the backend. How can I do this??
  3. I am learning to develop in blesta. I want to learn how to make custom modules and plugins. Following the structures of other modules and develop a small module that contains a form, i added the modules's folder here: /components/modules/ The structure of the module The configuration in the config.json file { "version": "1.9.0", "name": "ModuleTest.name", "description": "ModuleTest.description", "authors": [ { "name": "Data.", "url": "http://www.blesta.com" } ], "module": { "row": "ModuleTest.module_row", "rows": "ModuleTest.module_row_plural", "row_key": "name" }, "email_tags": { "module": ["*"], "package": ["*"], "service": ["*"] } } I extend the Module class in the main controller The module list does not appear in the installed or available section How can I make blesta detect the module I created?
  4. I want to know there is a guide to create a basic plugin. I have been trying to create a plugin to learn how to develop in Blesta. But the documentation on the developer side, does not solve all my doubts. and problems that I encounter. Some help?
  5. I am working with a blesta, and I have noticed that many amounts work with four decimal places, as you can see in the following image: Is there a way in which you can change the decimal amounts to two digits. Make it only two digits in each amount?????
  6. I am trying to learn Blesta, I install blesta in my localhost but is requireing a trial key: This is my hostname: http://localhost/blesta And this is the message I got: Is it possible for me to have temporary key that i can use with localhost for learning development?
  7. Hello I received a similar error I had a similar error, I solved it in the following way: -Reinstall IonCube PHP loader. -Erase all Blesta files -Return to restore all blesta files. -The folder / directory of "upload", I uploaded it in a directory higher than the directory where the folder with the blesta files is. -I had to increase the max_execution_time. -Activate the "gmp" file or library -Restart the server. so I was able to solve the problem, I hope it will be of help.
  8. I am new using blesta I tried to install Blesta in a Windows 10 OS using xampp as server. I read the documentation and some tutorials but I am no sure if is possible or not. i tried but I got this error: My next step was to execute: "composer install" but it didnt work, gave me this error: This mi apache/phpp version. Can be blesta be installe on windows?
×
×
  • Create New...