(OLD 5.7 Discussion FORUM)

Themes

Hello C5.7 users! I'm having difficulty working out how to apply a theme in this new version... any help would be appreciated.

5.7 Marketplace Integration

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…

Setting required app version to next version (using git core repo)

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)…

Plus Tray & Dialog Boxes - What scrolls & what doesn't

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…

Problems after installing a new theme

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…

Adding a Toolbar Button

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]

Another package port

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…

Porting a package

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…

Dashboard Single Page missing title

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 …

Filter Posts