Jump to content

turner2f

Members
  • Posts

    614
  • Joined

  • Last visited

  • Days Won

    14

turner2f last won the day on November 10 2020

turner2f had the most liked content!

Recent Profile Visitors

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

turner2f's Achievements

  1. Got it figured out by doing a keyword search within the database. I made the changes so that the Recaptcha Keys are for " V2 Invisible ". ========== Please consider adding this info to your installation and trouble shooting instructions . . . 1) - Concerning the CORRECT version of ReCaptcha to use 2) - Concerning how to DIS-able or change it in the event of a lockout
  2. Hello Support, i am trying to setup Blesta. After being in-active, I tried to login again. But now I am locked out. The part where the Captcha is says, " ERROR for site owner: Invalid key type " Apparently I am using the wrong version of Google's Recaptcha. ============ I have looked all over the forum and documentation concerning this issue. i have not even come across any instructions on which version to use. ============ 1) - Recaptcha is blocking login. How do I DE-activate it via SFTP ? 2) - Which version of Google RE-captcha is the correct one to use ( V2 or V3 ) ?
  3. @Jono I apologize. I should have mentioned that the file I was needing to alter is . . . " admin_main.pdt " Found at: blesta/app/views/admin/default/admin_main.pdt How do I modify that particular file so that it has a ( target="_blank" ) for the custom Quick links ?
  4. @Jono Works great. How do we make it so that the "target" is "Blank" ? ( target="_blank" ) =================== Look forward to your reply.
  5. @Jono Thanks for adding this for an update .
  6. @Jono Thanks for the reply. Is there a way we can HARD CODE in our own "custom" links. For instance, I have a Wordpress website that has an interface for the different employees to have THEIR OWN separate, private calendars. A function that Blesta does not currently support. ____________________________________ So I would like to HARD CODE a URL link within the left-side navigation of the Blesta Admin home page that would take the employees to the WordPress website . 1) - Can you please provide an example of where we would HARD CODE a custom URL link to a separate website within the code at . . . blesta/app/views/admin/default/admin_main.pdt <section class="quick_links"> <h3><?php $this->_('AdminMain.index.heading_quicklinks');?></h3> <ul> <?php if (!empty($quicklinks)) { foreach ($quicklinks as $quicklink) { ?> <li> <div class="quick_link"> <a href="<?php $this->Html->_($quicklink->uri);?>"><?php $this->Html->_($quicklink->title);?></a> </div> <i class="fa fa-pencil pull-right"></i> </li> <?php } } else { ?> <li><?php $this->_('AdminMain.index.no_quicklinks');?></li> <?php } ?> </ul> </section> ...
  7. QUICK NOTE: I found the following code at . . . blesta/app/views/admin/default/admin_main.pdt <section class="quick_links"> <h3><?php $this->_('AdminMain.index.heading_quicklinks');?></h3> <ul> <?php if (!empty($quicklinks)) { foreach ($quicklinks as $quicklink) { ?> <li> <div class="quick_link"> <a href="<?php $this->Html->_($quicklink->uri);?>"><?php $this->Html->_($quicklink->title);?></a> </div> <i class="fa fa-pencil pull-right"></i> </li> <?php } } else { ?> <li><?php $this->_('AdminMain.index.no_quicklinks');?></li> <?php } ?> </ul> </section> So how do we add our own custom "Quick Links" to the left-side navigation bar ? 1) - Is it via a plugin ? 2) - Is it via the Admin interface ? 3) - Or do the links have to be hard-coded in ? If yes, which .PDT file ? ...
  8. I see on the Home Page of the Admin's dashboard that there is a place for adding custom "Quick Links" to the left-side navigation. ------------------------ NOTE : If you go to . . . blest/language/en_us/admin_main.php You will see the following code . . . 23. // Index 24. $lang['AdminMain.index.page_title'] = 'Dashboard'; 25. $lang['AdminMain.index.heading_quicklinks'] = 'Quick Links'; 26. $lang['AdminMain.index.no_quicklinks'] = 'No Quick Links have been set.'; 27. $lang['AdminMain.index.manage_widgets'] = 'Manage Widgets'; 28. $lang['AdminMain.index.customize_dashboard'] = 'Customize Dashboard'; How do we add our own custom "Quick Links" to the left-side navigation bar ? 1) - Is it via a plugin ? 2) - Is it via the Admin interface ? 3) - Or do the links have to be hard-coded in ? If yes, which .PDT file ? ...
  9. @Jono According to the post at . . . https://www.blesta.com/forums/index.php?/topic/14239-how-to-hide-remove-password-change-field-in-cpanel/#comment-67798 . . . it does allow weak passwords. ------------------- 1) - Will this be updated in a future version ? ...
  10. turner2f

    Friendly URLs

    Is this going to be considered in an update ? Already created a request for it .
  11. Is this being brought back ?
  12. @Paul @Jono 1ST ) - After making a change within C-Panel's " Multi PHP INI " editor. NOTE : Within the dropdown I chose the home directory ( or the domain’s document ) root to open the corresponding PHP configuration for the SUB-folder that my "Blesta" installation is in. I made the upload_max_filesize within C-Panel's " Multi PHP INI " editor to be " 0M " ------------- 2ND ) - I created a PHP Info file and inserted into the SUB-folder of my "Blesta" install, and got . . . upload_max_filesize= 0M Local Value & 2M Master Value ========= Not certain how to override this "Master Value" or even how to locate it . Does it mean that there might be a different PHP.INI file that is outside the "Blesta" folder that is overriding the one on the inside ? If yes, could this be at the ROOT level of the server ? If yes, how do I get to it ?
  13. @Paul @Jono Will you please consider the following font-awesome icons as a possibility ? NOTE : I mention these as possible alternative icons because these are the ones that are consistently used, and are more easily recognized / familiar within WordPress themes . ____________________________ <i class="fas fa-arrow-alt-circle-right"></i> https://fontawesome.com/icons/arrow-alt-circle-right?style=solid AND . . . <i class="far fa-arrow-alt-circle-down"></i> https://fontawesome.com/icons/arrow-alt-circle-down?style=regular OR . . . <i class="fas fa-chevron-circle-right"></i> https://fontawesome.com/icons/chevron-circle-right?style=solid AND . . . i class="fas fa-chevron-circle-down"></i> https://fontawesome.com/icons/chevron-circle-down?style=solid Thanks
×
×
  • Create New...