A single page controller's
[code]
public function validate($args)
[/code]
catches php post errors.
How can I catch DB exceptions thrown by Doctrine? For example I have a unique key:
[code]
/**
* @ORM\Column(type="string",unique=true)
…
I did some changes in the CSS files of some Blocks. (copied it to application folder first) Testimonial is one of it. Everything is showing up fine. After about a day, the old style is showing up. Clearing Cache is fixing it again for an day. Disabling th…
Having scoured the Forum for pointers on how to best approach multiple filters it seems this is not something which is easily resolvable or likely to be added in the near future.
I tried creating a CustomPageList class to extend the PageList functional…
Hi all,
I'm creating an email output to notify users regarding a file of their ownership. Ideally in this email, I'd be able to provide a direct link to said file in Concrete's file manager - either just the folder that it's in, or with the properties …
New to Concrete 5, and have a question.
I want to create a new page type linked to a specific page template that has the blocks pulled in by default. I can see how to do this via the interface (https://documentation.concrete5.org/tutorials/how-to-recre…
I use a datetime picker as
[code]
$dt = date('Y-m-d H:i:s', strtotime('tomorrow 09:00:00'));
echo $app->make('helper/form/date_time')->datetime('pickup_dt', $dt, false, true, null, 1800, array());
[/code]
It shows a 24 h format in Russian locale but …
How do I get all locales and their respective root paths?
e.g.
http://site.com/
http://site.com/ru/
I tried
[code]
use \Concrete\Core\Entity\Site\Site as Site;
$site = new Site();
$this->set('locales', $site->getLocales());
[/code]
but it th…
Hi all,
I'm running an event which should remove guest users' viewing permissions to the specified file ($f). The below code, when the event is run, is removing guest view permissions from files globally, not just for the file passed in.
[code]
$p…
Hello all
I work with the Elemental theme v.8 and use a responsive autonavigation in the header.
I have 5 pages with subpages and I want to have all subpages always visible - not just on hover.
I've created a template for autonavigation and now I'm st…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.