Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/25/2018 in all areas

  1. i use cpanelextend module, open up the module inside components folder and find the main php files, here for cpanelextended the files is; cpanelextended.php, then find; function generatePassword , and look for ; public function generatePassword($length = 8) { replace to 12 and it would be like this; public function generatePassword($length = 12) { then finish.. see here for more details;
    2 points
  2. i have figure out myself by changing the generate password length .. it is better than lower the security level on my hosting, it is risky.
    2 points
  3. I suggest using IMAP, and marking messages as read. This way, if someone says they emailed support and you didn't get a ticket, you can login to the mailbox and see if their email was received. It also serves as a good place to keep/archive all incoming emails for the department.
    1 point
  4. No update on the multi-currency support but any chance of Apple Pay? https://docs.connect.squareup.com/payments/sqpaymentform/config-apple-pay-web
    1 point
  5. oke sir. i have found the way i have to edit. find this code on app/views/client/bootstrap/structure.pdt ....... </li> <?php } ?> //add the code below here </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> ....... repalce the "//add the code below here" with the code below : <li class="dropdown"> <a class="dropdown-toggle" href="main-menu-link-to-navigate" data-toggle="dropdown"><i class=""></i>Main Menu To Show <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="link-to-navigate-1"><i class=""></i>Dropdown Menu To Show 1</a></li> <li><a href="link-to-navigate-2"><i class=""></i>Dropdown Menu To Show 2</a></li> </ul> </li> and here is the result : Hope this will help anyone that want to edit the nav-menu using dropdown style. Thanks sir @Licensecart for your clue.
    1 point
×
×
  • Create New...