Hi All:
I've been using c5 for over 4 years now where I've completed 80+ websites in the 5.6 arc alone so I'm sorry to say but that there are numerous things with 5.7 that are disappointing.
I'm not part of the Beta community so I never got to test …
Is there any option to align image in center, left or right ?
As far as i know this option is missing in image block.
Is it feasible to use content block to insert single image as it allows to align position of images ?
After adding a user, I get the page shown in the attached file. Each time I try to go to the users page the help pops up and is not dismissable, and the users are not listed. I have added a userand got no errors, but now can;t seem to find that user.
Hello,
I'm considering to filter by Topic Category.
When I install c5.7 with sample data, I get reviews category, with four topic terms: gadgets, movies, books, and music.
My idea is, filtering by reviews = pickup pages with one of gadgets, movie…
Hi there,
Since we moved away from ADODB to Doctrine, I can't find a way to set a block table field value to NULL,
before in your block controller save($args) function you would simply set the key to null :
[code]
public function save($args)
{…
Is it possible to clone a page and save it like a new page? Eksample. If i make a page with all the blocks i need and layouts..and i want to use the same layout and blocks on a new page! Can i clone it, instead of do the same operations to the new page?
I'm trying to set up some page controllers for the first time in 5.7, I made /applications/single_pages/test_page.php and added it through the dashboard, and that worked as expected.
Next I made the controller, applications/controllers/single_page/tes…
Doing some default requireasset in on_start function like this:
[code]$al = \Concrete\Core\Asset\AssetList::getInstance();
$al->register(
'css', 'datetimepicker', 'blocks/datetime_test/css_form/bootstrap-datetimepicker.min.css'
…
I moved this very simple package from my development machine to the production machine, and, on the production machine, it says "Broken Package" and won't let me instal. Both machines are running PHP version 5.4.
Anyone have any pointeres on how to …
I want to put a form block on the user profile page so an upload can be submitted, when I submit the form it just returns to the page with no action taken on the form data.
This could be done in 5.6, but is not working on 5.7
Does any one have any …