Apache/Bitnami/AWS specialist to configure my Bitnami hosted website to Improve Server Response Time are you using nginx or apache? This is something I could help with and generally get it done within a day. Do you have a staging server or staging folder setup? Is the site live… says ScottC on 03/16/16 at 7:05 am, in reply to Currently my Bitnami hosted Co…
Package Reading Entity Mappings on install, accessing Doctrine CLI in context of Concrete5 Application? Hi, I've been looking at the code for 5.7.1, and it isn't immediately apparent where I can either: Put up my directory of Package Specific Entities that usually I would run: … says ScottC on 10/24/14 at 10:22 am
Blog Add-On Missing in Marketplace I had it pulled knowing that 5.7 was coming up, and at the time I wasn't aware that 5.7 wasn't going to be backwards compatible with 5.6. If you need a copy of it please shoot… says ScottC on 10/24/14 at 9:46 am, in reply to I have several customers in ne…
Limit the life of purchases... project pages moving forward with 5.7 I know I saw it too.. I don't have any record of it. At one point it was 60/40 but I'm pretty sure it was posted that it would maintain the 70/30 split. says ScottC on 08/21/14 at 9:48 am, in reply to I was looking for the statemen…
I've read through this thread and I agree with everything Franz has stated. I do believe that you should reasonably be expected to provide support for your current package version … says ScottC on 08/01/14 at 4:56 pm, in reply to So this thread just came up as…
concrete5 5.7 Developer Snapshot Alpha '14 (Major Updates) current timestamp depending on the field you just pass in a \DateTime or a Carbon instance (Carbon extends DateTime). If you elaborate on where you're having the problem I can try … says ScottC on 04/23/14 at 5:35 pm, in reply to This is awesome – do you think…
Trying to get the current page URL This actually resolves based off of the parsed URL after the domain. It isn't actually domain aware so I don't know if that is a good or a bad thing in your case depending on if … says ScottC on 07/06/13 at 7:35 am, in reply to How would this work on a site …
Redactor's license doubt which license did you get? says ScottC on 06/12/13 at 12:55 pm, in reply to We have acquired an appropriat…
Get a data array from controller into view.php? (Profiles single page.) I'd first make sure your controller is in fact running, which it seems like it is since you are seeing the print_r. literally from your controller override you should see whatev… says ScottC on 01/24/13 at 5:08 pm, in reply to I'm sure the answer here is ob…
Bulk Import of Pages Hi Carl, You can certainly do this, but I would really recommend that you bulk import the files for the thumbnails ahead of time. That is no big deal really at all to do.. they h… says ScottC on 01/07/13 at 11:10 am, in reply to Hi People I have a Similar …
Best way to populate a page w/ a form entry? you would just want to wire this up as a single page. This is something like a full day sort of problem, maybe a day and a half it just really depends on the scope of what you're r… says ScottC on 01/05/13 at 11:11 pm, in reply to Hi, I need some help brainstor…
Building real estate website If you have the budget i'd be keenly interested in writing a "real" real estate add-on for concrete5 if the terms make sense. says ScottC on 01/05/13 at 11:06 pm, in reply to I've seen a couple of real est…
Using javascript call after selecting a file with $al->image() (in block edit mode) there's two window functions you can potentially override: ccm_chooseAsset and: ccm_alSelectFile Some of this stuff gets overridden with a load of the file manager in t… says ScottC on 01/05/13 at 11:04 pm, in reply to So, if I use this for selectin…
Events not hooked up? i'd try calling the event from another standard event to make sure that the event manager is finding your class correctly. I'm currently working with on_page_view and on_page_outp… says ScottC on 01/05/13 at 11:00 pm, in reply to Heya everyone -- In my sit…
How do I inject PHP variables into external JavaScript files. I would personally set the javascript and css be to served up per block instance, using a block tools file and a proper header. The key is to load it via tools if the plugin accept… says ScottC on 09/09/12 at 5:49 pm, in reply to I'm building a block that reli…
Pretty URL with a custom variable. Well you could either write a singlepage, in a singlepage as long as you implement a view method you should be able to redirect based on this variable back to the same controller w… says ScottC on 09/09/12 at 11:35 am, in reply to .htaccess and I have never bee…
$this->redirect() $this->redirect is usually a controller method, not a view method You would probably want to do $this->redirect('/page_path'); and not just name the page, I wasn't aware you … says ScottC on 09/06/12 at 1:14 pm, in reply to I have used $this->redirect('p…
Concrete and CRM Sounds great. Good luck :). It sounds like a daunting application. How many hours do you have estimated for it? says ScottC on 09/05/12 at 12:19 pm, in reply to Hi all Attached is a spec d…
Blurry thumbnails using image helper in your config.php add this [code] define('AL_THUMBNAIL_JPEG_COMPRESSION', 99); //or whatever works, the default is 80 [/code] And see if that helps. Keep in mind you will … says ScottC on 09/03/12 at 6:47 pm, in reply to Has anyone had any issues with…
Can the database backup tell me which add-ons were installed yep. Look under the Packages table definitions and content. says ScottC on 08/28/12 at 6:04 pm, in reply to Hi all, I am trying to restor…