Jump to content

Michael

Moderators
  • Posts

    9,521
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by Michael

  1. Go to: /plugins/support_manager/views/default/client_tickets_reply.pdt Find: <strong><?php echo $this->Html->concat(' ', $first_name, $last_name);?></strong> Replace with: <php if($this->Html->ifSet($reply->staff_id) == '' && $this->Html->ifSet($reply->staff_id) == 0){ ?> <strong><?php echo $this->Html->concat(' ', $first_name, $last_name);?></strong> <?php } ?> Or remove the bit Paul said lol
  2. Fixed two main bugs I had today. - Fixed the permissions on viewing the account information: ---- If a staff member is logged in and the the staff ID isn't on an account it shows up as not registered. - Fixed the staff account connection. ---- If a staff member is logged in the staff ID didn't attach to the user account however this now works: https://screencast.com/t/yZlSMij2fGN5
  3. I think you are over complicating things. Make all the pages on WordPress no iframes. Link to the order forums with WordPress navs. Then on blesta ever frame the top and bottom or just add the header manually link it to your WordPress.
  4. I don't understand sorry. If you are doing Blesta with Wordpress just have two iframes. Make a header.html or header.php do the same with the footer in Wordpress if you can. I don't know how that rubbish works. But then on Blesta in the structure add a iframe at the top to the header.html and the footer iframe to pull the footer one. Then you don't have to keep editing two files to update links.
  5. That's why you don't have Blesta in the root of your website if you don't want to use it as your website. You have it in a folder called "billing" or use a subdomain like billing.domain.com. Then on domain.com you have the Html theme. On billing.domain.com or domain.com/billing/ you have Blesta.
  6. Ah ok you have 3 options now. Blesta Add-ons admin tools on their plans not sure if it's the free one. Edit the portal for every page. BlestaCMS a paid add-on which allows you to make pages etc. Blesta Add-ons is doing a CMS plugin too however.
  7. Been on my dads MacBook after he said I could so I've done a bit to the forums. I've added the thread / category titles and a breadcrumb to the user profiles which means you can go home from it without clicking community > forums.
  8. you haven't applied the hot fix for php 7 or you are on a old version which doesn't have a PHP7 hot fix.
  9. Could be cloudflare if you have rocket loader enabled.
  10. You need the index files in your website root not blesta's location. You also will need to edit the menu in the structure.pdt unless you use the cms and use the custom nav code etc.
  11. Michael

    Twig?

    Ah haha that's easy to run both ? love blesta even more lol
  12. Michael

    Twig?

    That other code looks so weird and ugly mate lol but that's cause I'm used to current way for 5 years and I'm learning to code it. Changing would also mean rewriting the whole of Blesta.
  13. What Paul said my MacBook Charger broke so I needed a new one so I've ordered one should be here 4-5th April so I can finish the beta.
  14. It comes up Blank as it's an invalid tag. The only two contacts available is first and last names. You can use invoice.id_code though but that's the invoice ID I believe.
  15. Because it pro-ratas. When the old term is up it invoices a full new term.
  16. We don't have any issues on PHP 7.2.x but yeah they are discontinuing it soon. Blesta I suppose will look for an alternative.
  17. I got banned a lot very easy, just post on there and I can get flagged lol.
  18. Before we launch the beta we're just doing the final check overs to ensure everything is working in a live environment feel free if you are a customer to create your forum account and get in with the action: https://blesta.store/client/plugin/blesta_forums/main/index/
  19. Good feature request I think it wouldn't be able to restore account data though.
  20. unless they've already been sent to the mail sender on the server which means they will all be sent.
×
×
  • Create New...