Jump to content

cProg1x

Member
  • Posts

    7
  • Joined

  • Last visited

About cProg1x

cProg1x's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hey all, Just as a quick update, they finished it this morning. I suppose I should have been much more patient, but regardless, it's completed and looks fantastic. Thanks guys! Kind regards, cProg1x
  2. Hello Alistair, Ah well, I'll be a bit more patient, I just hope there's some understanding of the frustration I'm experiencing as I still haven't received a reply all day, which makes about two business days without a response since I've given the .zips. Kind regards, cProg1x
  3. Hello Jack, I was told it had began then, but I'm pretty curious like yourself on how it started without the .zip files in the first place. Here's the reply I received: Leaving names out of course because I do enjoy their services quite a bit and there's no need for it. Then I received this message: I had integrated my site prior to purchasing integration. I wasn't able to fully satisfy my tastes and became lazy, so I requested their services in which I provided the template that I had already began integration with. Kind regards, cProg1x
  4. Hey all, I don't want to bash on the team or anything, but I just wanted to provide honest feedback, and it's been disappointing the past week. I've ordered the integration service on 12/03/2011 00:15 and the integration began on 13/03/2011 13:00. The beginning wasn't so bad, especially getting responses on the weekend, but then I get a response on the 15th for a .zip of the files. Totally cool with me, sending that information should help them out and we should be almost done! Not quite... I attached the .zips in which it took almost a full business day to change the status to Recd & In Progress. The last response was mine containing the two .zip files at 16/03/2011 01:08. I understand if there's issues or complications with it, it'd just be nice to know so I know that it's being worked on and not just a status change. If the team honestly started on the integration on the 13th, then I've been waiting about five days for completion. I completely understand that integrating is a bother and takes some time, just a bit disappointed is all. I'll continue to recommend WHMCS and hopefully just consider this bad luck. Kind regards, cProg1x
  5. Bear is correct, if you want a directory to be covered then your best bet is to issue the SSL certificate to mycompany.com. However, this will not cover sub-domains, so if you decided to go with https://manage.mycompany.com and issued your certificate to mycompany.com, then your certificate will not apply. Hopefully this answers your question!
  6. Hey all, So I've ran into a bump in the road while trying to integrate my website with WHMCS. I'm trying to modify the .css to change .adminticketreply, however it's not reflecting the changes back when I view a ticket. Here is my viewticket.tpl: <div style="padding-left:10px; padding-top:10px;" class="{if $reply.admin}admin{else}client{/if}ticketreply"> The reason I had to use style within that div is to add padding to the admin replies as it wouldn't when trying to use .adminticketreply. Anyways, below is my style.css for support tickets: /* -------------------------------------------------------------- SUPPORT TICKETS -------------------------------------------------------------- */ .ticketheading1 { font-family:Candara; color: #277dca; font-size: 14px; font-weight: bold; padding-bottom:5px; } .conversation { border: 1px thick solid; border-color: #06F; background-color:#277dca; color:#FFF; padding:5px; font-size:13px; } .clientticketreplyheader { margin-top: 20px; background-color: #92BDEA; font-weight: bold; color: #ffffff; padding: 10px 20px 10px 20px; width: 96%; } .clientticketreply { font-family:Candara; font-size:14px; min-height: 80px; background-color: #ffffff; /* background-image: url('images/clientticketreplybg.gif'); */ background-repeat: repeat-x; width: 98%; padding: 10px; color: #000000; border: 1px; } .adminticketreplyheader { margin-top: 20px; background-color: #92BDEA; font-weight: bold; color: #ffffff; padding: 10px 20px 10px 20px; width: 96%; }: .adminticketreply { font-family:Candara; font-size:14px; min-height: 80px; background-color: #ffffff; /* background-image: url('images/adminticketreplybg.gif'); */ background-repeat: repeat-x; width: 98%; padding: 10px; color: #000000; border: 1px; text-align: center; } .closeticket { border: 1px dashed #cc0000; font-weight: bold; background-color: #FBEEEB; color: #cc0000; } Any ideas? Kind regards, cProg1x
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated