Jump to content

ctalkington

Members
  • Posts

    27
  • Joined

  • Last visited

About ctalkington

  • Birthday December 18

Profile Information

  • Gender
    Male

Recent Profile Visitors

1,104 profile views

ctalkington's Achievements

Newbie

Newbie (1/14)

18

Reputation

  1. In regards to hostname, this is something I've manually fixed before. Instead of removing the IP, I just added another field and changed a few outputs to use it and it can be referenced in emails as well. I borrowed a lot of the naming/logic from cPanel module. Here's a gist showing the changes made (replace + with / for filenames): https://gist.github.com/ctalkington/e72ecefaeb1cd3eec73905e411dba89c/
  2. any chance of getting this an ID assigned for tracking? seems its come up a few times.
  3. I received a cron error when payment reminders attempted to send. PHP Fatal error: Call to a member function deliverInvoices() on a non-object in /app/controllers/cron.php on line 858 I've manually patched this by placing this at 811: if (!isset($this->InvoiceDelivery)) { $this->components(array("InvoiceDelivery")); } Blesta 3.6.0-b1 PHP 5.6.13
  4. wanted to bump this to see if it can be addressed in next version.
  5. The following page mentions "The coupon may be set automatically when added to a URL at /order/main/ or /order/config/ using the parameter coupon." http://docs.blesta.com/display/user/Order+System#OrderSystem-LinkingtoanOrderFormtoIncludeaCoupon However, when using the wizard list the "/order/config/" aspect doesn't work (ie /order/config/index/web-hosting/?group_id=2&pricing_id=13&coupon=10off) will take you to the product but won't actually apply the coupon. I found that adding the preAction block found in "plugins/order/controllers/main.php" to "/plugins/order/controllers/config.php" that it applies the coupon correctly. Is there a reason why this logic wasn't added originally?
  6. im not sure if the guys have gotten much in build processes like grunt but there is a nice task for this: https://www.npmjs.org/package/grunt-cssjanus WordPress community has adopted this heavily recently.
  7. any possibility of this getting a ticket and version set for correcting this.
  8. im not sure there is much to do besides maybe update the version mapping? there really weren't any removals from looks of changes posted. blesta doesnt deal with any of the hosting values and leaves that up to the plan id. the only other thing that might be nice is to use the new convert reseller to customer command for 12.0.
  9. technically, this could almost be done with an adjustment to the contact system to add a type for previous primary contacts (no login, admin only listing). then store contact id with invoice. the cost is most likely minor since youd specify the exact ids you want as part of invoice row.
  10. ctalkington

    Release 3.3.0-B2

    got an email? i can send through some info.
  11. ctalkington

    Release 3.3.0-B2

    Its a homebrew combo of base conversion, ord, and character shifting (two passes). I had to go the decoding route to track this down cause I don't feel my data should be locked in the way HB has made it. This was fine for my purposes but it makes it a challenging to release due to copyrights.
  12. nice! what id really like to see is support for the email reselling side of things. once you get past 50 domains hosted, it gets a bit fun to keep it all straight. i do think a email module will be my focus after migration from HostBill.
  13. ctalkington

    Release 3.3.0-B2

    yah, i've been working on an internal HB importer for myself on and off for the past few months and thats picking and choosing the parts I really need. had fun dealing with decoding the passwords too
  14. I feel that the plesk component should treat these two a bit more uniquely in a few places: a ) id storage: should store the reseller id and not the webspace id of primary domain (more below) b ) stats: for resellers it should really pull from the reseller info api and show things like accounts provisioned vs avail, total space used vs allocated in recent versions 11.5/12, cant confirm previous, plesk allows the webspaces under a reseller directly to have a service plan or custom limits just like any other webspace. this makes it a misleading figure to show in blesta specially when it comes to space and such.
  15. i agree its def a tricky road to go down. i just dont see the groups being useful if provisioning requires hacking of plesk IDs to work.
×
×
  • Create New...