There is integer validation in validation/form helper. For adding double or float validation, is overriding form helper class and validation/numbers file the only way to do it or is there an easier alternative?
Hi,
I'm really getting mad trying to sort out jquery conflicts !! If I read the documentation and forum threads I understand that there should be no need to include jquery library as it is already included in the header_required or footer ...
But I'm t…
I am using block permissions to alter the content of a certain block.
public function view(){
$b = Block::getByID($this->bID);
$bp = new Permissions($b);
$this->canWrite = $bp->canWrite();
$this->set('canWrite', $bp->canWrite());
…
For the file
[code]
/concrete/core/controllers/blocks/form_minisurvey.php
[/code]
...where do I put the replacement override file? I tried /controllers, /controllers/blocks, /blocks/, no avail.
Thanks in advance.
Hi all
Hope someone can shed some light on this one.
I've read elsewhere that it's be design that customly added PageHeaderMenuItem's don't display when you're within the Dashboard - my question is why.
Is there a way around this? In something I'…
Does anyone know a way to create a custom page title for 404 pages? We are using setThemeByPath to look for page_not_found in a theme folder, but we don't see any way to have the page title to be anything other than ":: sitename." Ideally, we would like i…
Hi all, I'm having a problem to search for products by its keywords.
Here a little code:
[code]
public function view() {
$productList = new PageList();
$productList->sortByDisplayOrder();
if (!empty($_GET['cKeyword']) && $q = trim($_GET['cKeywor…
Hi there - I'm looking for the best way to create an editable 4x4 grid of images. When clicked on the images need to just link to other pages in the site.
Currently, there's a placeholder that's just a simple unordered list with elements and styled wi…
I was thinking about this the other day, and trying to figure out if it's possible or not. Right now, in a block view when you do $this->action('method') it spits out a super long url with a lot of parameters pointing directly at the index page. Not rea…
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.