Jump to content

turner2f

Members
  • Posts

    614
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by turner2f

  1. @INUMIO-Rob Thanks. I will give it a shot.
  2. Already tried that earlier. Did not find any posts. Awesome
  3. How Do We Whitelist an Email Address to Avoid "Support Request Failed" ? The payment gateway that we use is not able to send emails to us because they are not an "official" member / user of the Blesta system. So the payment gateways emails are getting bounced. ============= The emails are not even reaching our C-Panel webmail. Is there a way to bypass this email so that we can get emails form this particular email address into C-panel's webmail ? ============= Does Blesta have an "Email Whitelist" function ? IF not, can this be added as an "update request" to the software's functionality ?
  4. @Jawanet Thank you. Just sent an email reply concerning the footer installation.
  5. Awesome But still did not find any posts that say how and which files to add a footer to. What are the files , the exact lines , and the code that should be used for BOTH the "regular" Blesta pages AND also to the "login" page ?
  6. The page I am speaking of is at... http://support.websitename.com/client/pay/confirm/
  7. @INUMIO-Rob Which file did you make the change in ? What was the line of code you used ?
  8. When choosing to pay with PayPal there is a button in the form of an image. How do we change the PayPal "Submit Payment" button found at https://www.paypalobjects.com/en_US/i/bnr/horizontal_solution_PP.gif ? Not everyone making a payment would know to click on this image so they can pay. ========== So we would like to design our own -OR- the ability to create a button made from CSS . Please let us know what file and what lines of code to edit. ========== PS - Will customizing this be a security hole issue ?
  9. When you go to http://support.websitename.com/client/pay/index/USD/ You then get taken the "Make Payment" page. On that page you will see a text field that says, "Other Payment Amount". If the due bill is $112 - - > and you insert $5 in the text field for " Other Payment Amount ", - - > and then click " Continue ", - - > the Total will now be $117. ================= Is this normal ? IF yes, then the text for " Other Payment Amount " really should say " Additional amount " . Look forward to your reply.
  10. Now that we have a header for our Blesta pages 1) - How Do We Add a 4-Column Footer to the entire site ? 2) - And how do we add ( reference ) CSS for the background color and the fonts for the footer ? 3) - How Do We Add a 4-Column Footer to the Login page ? 4) - How do we ensure that the 4-Column Footer will be "responsive" for mobile phones and tablets ?
  11. @Jawanet We want to thank you VERY much for your assistance we are sorry for the delayed response. Although we really loved the code modification solution for creating a MODAL LOGIN we found that it would work in one area, but cause CSS and functional issues elsewhere. ============== As an alternative we found a fantastic solution for embedding the Login / Registration interface into the website, with the website's navigation menu and header at the top. We found the solution at ... ================================= HERE IS WHAT WE DID... We went to ... /app/views/client/bootstrap/structure.pdt We replaced... if ($this->Html->ifSet($show_header, true)) { with... if (true) { Or you could just remove the " if " block altogether. ================================= Again, thanks for your kind assist earlier.
  12. UPDATE : Even after RE-Uploading the backup SQL file to the site it was STILL dead. We actually had to delete everything on the server and RE-Upload the WHOLE website to get it back online . ============ Does this plugin change or add files to the site ? Because apparently it was looking for them and could not find them. ============ Why did RE-Uploading our DB file to PHPMyAdmin NOT resolve the issue ? ============ Does this plugin work with BETA 4.0 ?
  13. After installing the vQmod plugin... It killed our website. Warning: require_once(/home/pigomult/support.pigomultimedia.com/pigo_hub_cntr/vqmod/vendors/autoload.php): failed to open stream: No such file or directory in /home/username/support.websitename.com/sub_folder/vqmod/vqcache/vq2-lib_init.php on line 6 Fatal error: require_once(): Failed opening required '/home/pigomult/support.pigomultimedia.com/pigo_hub_cntr/vqmod/vendors/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/support.websitename.com/sub_folder/vqmod/vqcache/vq2-lib_init.php on line 6 Even tried deleting the folder from the server, and our website was still dead. ============ Why did the plugin kill our site ?
  14. Not certain if this modification works anymore since posted from 2013. Looked inside the /config/routes.php file and did not find " form method " . <form method="post" action="http://billing.licensecart.com/customers/login/"> =========== Is there another way for the Blesta version in 2016?
  15. @Jawanet THANK YOU !! Go it to work for the "Reset Password" button by adding the code and CSS to the "client_login.pdt" file. So at least we know that the modal action works. BUT... we are needing to know which Blesta file has the "Log In" link that appears in the top navigation menu shown in the screenshot we posted. =========== Which Blesta file do we need to alter for the "Log In" link that appears in the top navigation menu ? And which line within the file ?
  16. @Jawanet I tried your advice, and was still taken to the "stand-alone" Login page. How do we get the login button to open up a Modal window that contains the login interface? 1) - What do we need to do from start-to-finish ? 2) - What areas of which files, do we need to place specific code to make this happen ? Here is a screenshot of our interface...
  17. @Jawanet We already have our website done. But I took a look at your two themes at ( very nice, by the way ) ... https://www.blesta.com/forums/index.php?/topic/7746-kit-material-blesta-html-hosting-theme-v2-huge-update/ https://www.blesta.com/forums/index.php?/topic/7609-e-theme-blesta-hosting-template/ =========== What we are curious to know is how do we get the login button to produce a "Modal" window for the login interface ? We saw three tutorials on how to do it, bu figured you might be able to give advice that is more clearly understood. External ClientLogin Form With Csrf Tokens Enable External Login CustomLogin Integration From Your Own Site. No. (Data-Toggle="modal")
  18. Is there a way to use a browser URL to "trigger" the email to go out so that we can see ( or preview ) what its final output looks like for the email template ? This way we can make necessary changes immediately to any discrepancies we see.
  19. Ah yes, "Billing Brawl" my favorite childhood cartoon ( wham! Bam !! ). Good point about the email.
  20. 1) - Can the Auto Backups be Limited to a certain amount ? EXAMPLE: To limit them to a maximum of 10, so as to not bloat the server with tons of backups . ============= 2) - Also, can the backups or a download link be sent to our email ?
  21. @evolvewh Thanks for the suggestion. Definitely would be good to have this as a feature. Since in order to preview ALL of these templates we might have to wait for a CRON job to execute before we can see some of them. Having a "preview" feature would allow us to see the output immediately, without delay.
×
×
  • Create New...