One of concrete5's key selling points is the user editing experience. It is what makes it stand out over Wordpress and Drupal. The ability to create a site that serves users across a wide range of skill levels - that makes creating and changing content re…
Hi,
concrete 5.7 looks great, these days I'm updating the two themes I have on the marketplace to work with the new version (really enjoying all the new features so far).
Some questions / thougths I'd like to ask / share:
1. I think no add-ons on…
Hi,
I need some fixes that are on the master branch of github repo, so I checked it out, and ported some of my addons with it.
I'd like to set the appversion required to 5.7.0.2 but when I do that C5 complains that my git repo (declared as 5.7.0.2b)…
File under UX annoyances.
Using the tray for adding blocks etc often needs to scroll down to get to the bottom. Same with the dialog boxes for blocks themselves.
The issue that I'm having is that when I flick my finger to scroll down on the Plus Tra…
I have been following the videos on youtube, to learn how to make new themes for the 5.7
I totally like the way they are made, simple and easy to follow.
I was at the part that i was going to make a page_theme.php file. I was removing the Urbanic the…
Hi, Has anyone worked out adding a Toolbar Button in 5.7? I think I am getting stuck on the elements/header_menu controller, probably needs to be namespaces 5.6 controller looked like this
[code]
[/code]
What is the appropriate replacement for Loader::library and Loader::model (I assume this one just goes away)? See below:
[code]
namespace Concrete\Package\EasyNews;
defined('C5_EXECUTE') or die(_("Access Denied."));
use Concrete\Core\Block\Block…
Modified the Cobalt controller.php as follows:
[code]
namespace Concrete\Package\Cobalt;
defined('C5_EXECUTE') or die(_("Access Denied."));
use PageTheme;
use PageType;
use PageTemplate;
class Controller extends \Concrete\Core\Package\Packa…
So i'm getting used to building for 5.7 except for one "feature" of the single pages on the dashboard. On sub pages I get the page title at the top of the page in the darker grey bar except on the home page for my package (see attachment for example) any …