Jump to content

PauloV

Members
  • Posts

    1,387
  • Joined

  • Last visited

  • Days Won

    42

Posts posted by PauloV

  1. Hello.

     

    I've installed this plugin. But, i already have support tickets and departments that are to be imported from the traditional support manager to support manager pro.

     

    Can anyone help?

     

     

    Many sorry about the late response,

     

    Lots of work (migrating servers, and alocaing some new networks) :)

     

    There isnt, for now an easy way to do that, because we have sew fields on Support Manager Pro database. We will trie to implement on the next release (The new Blesta Support Manager as now knowlede base built in in the next relase) :)

  2. Really !??

     

    Sale Closed :)

     

    Great for you. Who was the lucky one? I see that you are still the owner ;)

     

    I also see that you own a lot of domains to resell: https://whoisology.com/email/archive_7/ramkumaritrvs@gmail.com

     

    In your history (in search engines) I can also see that you found a nich of *****blesta*****.com domains and you alredy sell some of them :)

     

    Keepup, maybe I buy some of them, if the next auction bid starts lower :P

  3.  

    That's not true.

    <?php
    $this->Form->fieldPassword("field_name", array('value' => "field_value"));
    ?>
    

     

     

    You are right Cody :)

     

    I have found what I did rong :)

     

    In the past I had try like this:

    $this->Form->fieldPassword("hashkey", $this->Html->ifSet($vars->hashkey), array('id' => "hashkey"));
    

    And as you can see I only changed the "fieldText" to "fieldPassword", and I can see its not complete (beginners, that didnt saw correctly the blesta classes) :P

     

    and the correct id add an Array to the "types" like so:

    $this->Form->fieldPassword("hashkey", array('value' => $this->Html->ifSet($vars->hashkey), 'id' => "hashkey"));
    

    And voila its working :)

     

    Alredy implemented in all our Modules/Plugins that asks for sensitive data ;)

     

    Thanks cody for clarifing that, and sorry to misleading people :(

  4. The soltuion for this is to fix wen creating a Package, and the Type == Domain, only display in setting prices multiples of:

     

    1 (Year) (1,2,3 etc..)

    12 (Months) (24, 36, etc)

     

    Note: Some registrares alredy acept multuples of 1 Month wen registering domains, so I dont think my solution or yours solutions above are better :)

     

    Maybe a "Module" rule wen we can set the multiples acepted wen registering/renewing domains :)

  5. Hello Paul/Tyson/Cody,

     

    To be able in the future support all "Meta Types" searches in Order Forms, like for exemple the implementation of Diferent Prices for each Meta Type (Register, Transfer, Renew), can you change in the next release the private function getPackageMeta() in app/modules/packages.php  to public function getPackageMeta() ?

     

    Thanks in advance :)

×
×
  • Create New...