Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/07/2015 in all areas

  1. Hello when i was playing with a custom theme , i have found that the ClientTheme always use the theme.css of the bootsrap template . and normally it should fetch them file from the client set template . in admin side i have set a custom template , normally it should fetch this file from this custom template . // Set the path to the custom theme style sheet $theme_loc = VIEWDIR . "client" . DS . "bootstrap" . DS . "css" . DS . $dir . "theme.css"; a simple fix // Set the path to the custom theme style sheet $theme_loc = VIEWDIR . "client" . DS . $this->layout . DS . "css" . DS . $dir . "theme.css";
    2 points
  2. Hello The community LAST UPDATE : 23-08-2014 First i dont know if this is the correct forum to post ! another time we are happy to announce the release of the first professional Template for blesta called admin LTE , this Template is based in the adminLTE , is bootsrap of course (3.1.x) . to not talk so much i will let you with some screenshoot . Login Page Client Dashboard Client Other Pages when we get more time we will word in the admin side , but we need to add ability to select template for admin side like client side . any BUG/SUGGESTION port it in this thread . you can download it from github https://github.com/Blesta-Addons/adminlte just upload the folder adminlte inside the folder "app/views/client/" and select the template from admin area . THE BONUS : the color theme can be changed from admin side in look and feel , client section . if you like our work , thanks or donate
    1 point
  3. I needed something similar recently, so I thought I'd share. I feel it's not yet a complete plugin because it does not allow for Blesta account creation through Facebook graph information, but it is a working addon to allow Blesta clients to login by connecting through Facebook. This addon requires the Shared Login plugin. You will need to either create a new Facebook App or have the APP ID and APP SECRET of an existing one. You can manage your Facebook apps at https://developers.facebook.com/apps Once set up Clients will first be redirected to Facebook to authorize the app to view their email address. If the email address registered with their Facebook account is also the username of their Blesta account, the client will then be redirected back to your Blesta Portal automatically logged in to their account. Quick Instructions Download facebook-login.zip Edit facebook-login/index.php via Notepad or other text editor Upload facebook-login/ folder (does not need to be in the Blesta plugins folder) Link to facebook-login/index.php for client login Complete instructions can be found at http://docs.bitbayou.com/blesta/facebook-login
    1 point
  4. Hello 1 - i suggest to add the first_name and last_name to the shurtcode of tickets . 2 - add a new template email just for closing ticket rather than assign a response . something will be confusing to the clients if they have more than 2 open ticket . he will receive a closing notice of ticket but is not including any reference to the ticket in the body . normally we should describe wish ticket will be closed some think like Dear {first_name} {last_name}, This message is regarding your ticket ID #{ticket} . We are changing the status of this ticket to Closed as we have not heard back from you in 10 days . also if we move it to the template email, the response will be multi-languages , as now the response is not multi-languages and that is a pain .
    1 point
  5. Paul

    Issues With Piping

    It sounds like you had piping set up correctly, but were receiving a lot of spam. The permissions of pipe.php have nothing to do with that if the emails are legitimately sent to your mail server. My suggestion is to use a different email address, or put a hardware spam filter between the Internet and your mail server. Or, you can allow only clients to open tickets, in which case the email will be rejected if it doesn't match a client email address. (This is a department setting)
    1 point
  6. Ok, I've made this setting but it doesn't make sense to me since the Blesta subfolder is what's missing in the broken urls. In any case, I waited for the cron to run naturally instead of sending it myself and the urls were correct this time. I also sent it manually and the urls were correct there too. Much thanks for all the help!
    1 point
  7. Hello Blestars Once again free content for all This time one of the best Banking gateway in Europe, SOFORT Banking - https://www.sofort.com/ Teaser 1: Teaser 2: Just set your merchant acccount https://www.sofort.com/, create a "Project" and set your URL's, copy your "Configuration Key" of your "Project" and your are done! How to Install 1º- Download the Sofort Payment Module here: updated 05-09-2015 2º- Uncompress, and upload the folder "sofort" to blesta /components/gateways/nonmerchant/ directory. 3º- Go to Blesta Admin, and click on Setings->Company->Payment Gateways->Available and it will list the "Sofort" module, just Click on "Install" 4º- Now Add your Sofort.com Config Key, and select your Currency. 5º- Got to your Order Forms in Packages->Order Forms and edit and select your new Payment Sofort, below. How to Upgrade 1º- Download the Sofort Payment Module here: updated 05-09-2015 2º- Uncompress, and upload the folder "sofort" to blesta /components/gateways/nonmerchant/ directory and replace all files. 3º- Go to Blesta Admin, and click on Setings->Company->Payment Gateways and it will list the "Sofort" module, just Click on "Upgrade" 4º- Now test it How to Uninstall Go to Blesta Admin, and click on Setings->Company->Payment Gateways and it will list the "Sofort" module, just Click on "UNINSTALL" Any problem just say Regards, PV
    1 point
  8. Make sure this path is correct. The cron may not set the correct paths in email template URLs via CLI mode if this value is incorrect. This is almost certainly the cause of the problem you are experiencing. The "sent status" that appears next to invoices is only updated when the invoice is sent automatically. If you have the cron enabled to send invoices, as it appears you do, then the invoice will be sent the next time the cron runs. There is no need to send it manually as well unless for some other reason. Invoices will be delivered based on either the Invoice Delivery (Unpaid) or Invoice Delivery (Paid) templates depending on whether the invoice has been paid. The payment URL is generated automatically and replaces the {invoice.payment_url} tag from the template when the invoice is sent.
    1 point
  9. i never know about it , is a pain that is just in some europe countries
    1 point
  10. 1) Teamviewer.com: Remote control any computer or Mac over the internet within seconds or use TeamViewer for online meetings. 2) Because when you use the manual button it's running the cron job manually, using the folder it's in. When you are using the cron job it's using the url you have there and using the root url / etc to send the email relating to your issue. 3) it's a special tag which does it which is why you can't set it.
    1 point
  11. I believe that's how Wordpress works. You might need to edit the Wordpress htacess to dis-include the Blesta folder.
    1 point
×
×
  • Create New...