Jump to content

Artis

Alpha Developers
  • Posts

    60
  • Joined

  • Last visited

Everything posted by Artis

  1. @Paul thanks for information. That option is valid for /app/views/client/bootstrap/structure.pdt but I'm using my own plugin and I'm not able to get ID from client (in my plugin) is there documentation link what I can check how to get user ID in view (with my plugin)?
  2. @Paul I want to get user ID from client. Example 1500, 1501, ... I tried to login as user and check user ID but I still receive empty string.
  3. Thanks for reply, I already try this and I have empty value, from var dump I'm receiving this string(0) ""
  4. Hello, I'm using my own plugin and I'm not able to get user ID (that is currently login) in view. Is there easy solution for displaying user ID in view ? I saw this code in template pdt <?php $this->_("ClientMain.myinfo.client_id", false, $this->Html->_($client->id_code, true));?> But that code is not working in my view.
  5. For now I think that domain name validation and automatic username will be more then enough Any ETA on this ?
  6. Is there any way to add XYZ domain name to the list that clients can order it and that I can handle that domain name from this module
  7. Everything is official I'm using: Blesta - 3.6.2 Directadmin module 2.2.0 Directadmin (on same server where is blesta located) - 1.50.1 PHP version on server is 5.6 Form that I use on blesta for order is "standard" Currently problems: - Username - when it is longer then 6 signs it is in "pending" status, also if user is taken like "admin" client will not see errors and service will be in "pending" status - Password - if user choose password with space he will not receive information about error and service will be in "pending" status - Domain - client can choose domain like "thisismydomain" without TLD and form will allow him to finish with order. About DIrectadmin issue I already wrote here: I'm asking for help about this because currently I'm having about 50 users with pending status that I need to manually handle, is there option where I can put validation rules or that I can manage that username is not possible to chose and that system automatically add blesta user ID as username, that will help me a lot at this moment (example of username 1500, 1501, ...). Thanks for tips
  8. Hello, I have issue with order form and direct admin module. Issue is with choosing username for client (username can be max 6 characters) and client don't receive notification if he choose 9 or more characters. I'm not sure where to put validation for order form, can anyone tell me what file I should check about this issue ? I think that this is order form file, but I'm using direct admin so I'm not sure is it module or form and where is file where I can put validation (regex). Thanks in advance
  9. Yes, but for clarification: Blesta 3.6.2 is on same server where is DirectAdmin. Also I'm using non SSL connection and module is working ok because I can catch packages, IP address, but when I try to activate hosting plan I have error. Old DirectAdmin module is working (from blesta 3.5.1 and version of module is 2.2.0) great without issue.
  10. I solve this issue for now, but as I write it before I'm on last stable version of blesta.
  11. I try to add welcome message and other messages but without success. I fix this issue with replacing old DirectAdmin module (version 2.2.0 from blesta 3.5.1) new module 2.2.1 is not working. I assume that this was not reported issue with new version and that cause this problems. If you have any idea how to debug it or see where is issue I'll provide you more informations and testing
  12. Sure, thanks for help Trying to get property of non-object on line 714 in /home/XXXXX/domains/www.XXXX.XXX/private_html/components/modules/direct_admin/direct_admin.php I think this is issue with module (I'm on last blesta version 3.6.2) any hint what to do with this ?
  13. I'm having issue with directadmin module, I configure it and when I try to add service for client (manually) I'm receiving this error: Check picture in attachment From blesta logs I can see this (I have only input no output): |createUser a:8:{s:6:"domain";s:12:"domain12.com";s:8:"username";s:4:"tija";s:6:"passwd";s:12:"lozinka12345";s:7:"passwd2";s:12:"lozinka12345";s:5:"email";s:30:"lXXXX1299@XXXo.com";s:2:"ip";s:14:"195.XXX.XXX.XXX";s:7:"package";s:4:"free";s:8:"password";s:3:"***";} Any hint where can be issue or how I can debug this error is it in directadmin or blesta ?
  14. Can you explain advantage between plugin and direct inserting data in database ? I can see few problems with plugin, I'll need to run cron every minute to run plugin. Without running plugin I can directly import user (first name, email address, password) and user will be able to login in Blesta. Answer to my questions, this 3 tables I need to edit: Clients Contacts Users
  15. I have two applications on same server and I have access to database, so I want to use database connection and add new user (that is best way as I can see). By my opinion this approach is better because I only have users and I want to add it to blesta that blesta can handle it later. If there is better suggestion I'm open for discussion.
  16. Hello , I'm working on integration of my current system with blesta and I have issue with importing clients to blesta. Can you tell me when I manually import user (only user not package or any additional informations) what database tables I need to fill. For now I find this tables: clients users But I think that I'm missing few tables
  17. Well it is not working even with test mode, is WHOIS related with this module or it is inside blesta ? I'm not able to check if domain name is free for registration and if that is not working I don't have system for selling domains
  18. I have problem with this module. I configure Internetbs API and they approve me, when I manually try to post to api page everything is working ok but from server whois is not working. I disable firewall and try to connect, and every time when I try to test it it is not working, and there is error when I try to enable sandbox: "The API Key and Password combination appear to be invalid, or your Internetbs account may not be configured to allow API access." I'm sure that I have correct details because I copy and paste it and it is double checked, I'm using last version of this module any hint where can be problem ? From my opinion connection to API is not working.
  19. Hi Guys, I create custom registration and login form. Everything is working but I have little issue I have registration form in this format: www.domain.com/registration.html and login form at www.domain.com/login.html and blesta is on location www.domain.com/client/ When user type wrong username or password in login form on my webpage (www.domain.com/login.html) he is redirected to blesta login form (www.domain.com/client/client/login) where user is notified about issues that username or password is wrong. Question that I have is where I can change link when username or password are wrong that user is redirected back to my login or registration form ? Is it possible to do in blesta ? Also I did not find any tutorial or info is it possible to have custom "forget password option" ?
  20. Artis

    Free Trial Service

    In 3.5 it is working fine, I was on 3.4 and there was issue with this.
  21. Artis

    Free Trial Service

    Hi Guys, I have everything done and everything is working. But I have only one visual problem I have free trial service, I create 0.00$ service and I'm using module for creating service. When client click on order form and process free service his service is created and activated by cron but there is problem with payment (I'm using only paypal gateway). When client order free service like on picture http://screencast.com/t/Xmy72xH6Ev and click on "checkout & pay" cron will create new service. But as people don't know that they can see this screen (this is next one when they click "checkout & pay) http://screencast.com/t/dxBtLiIJD How I can remove this second screen if they order free service (because they don't need to pay anything for it) ?
  22. Hi Guys, I did not see this function or that somebody request it. So it is basic function, when user register user is able to order anything without email confirmation. I'm sending a lot of emails to my customers about promotions, discounts, ... So it will be nice to have ability that user must click on link in his email (verify email address) and then he can order new hosting, domains, .... What do you think about that ?
  23. Hi Guys, I know that is simple but I'm searching for last 2 hours and I'm not able to find. I'm searching for link (I need to change it) that users are redirected after they are registered. Now when user is registered he is going to portal page, but I need to change it that user after registration is redirect to dashboard. Any hint where I can find it ?
  24. Hi to all Please look at attachment, I'm looking code but I'm not able to find it. I want to add static link with picture where is read line position in this picture. So above "invoice" section I want to create new section with static link and picture, where I can find that code that I can put this modification ? Thanks
×
×
  • Create New...