Developing (v7+)

Add custom option to User Search dropdown

I'm working on adding the ability for an admin to run a manual transaction for the user in the dashboard with the E-commerce Add-on. I'm figuring the best way to handle this would be for the admin to be able to select the option from the dropdown in the S…

Location of Installed Themes

I have been searching for an answer to where installed themes get placed after being downloaded and installed from the dashboard. What is the directory? I am trying to design a theme from the skeleton theme: "Stripped" by Steven Braun at C5themepark.com …

Core Overrides again

this file is controllers/blocks/autonav.php [code] defined('C5_EXECUTE') or die("Access Denied."); class Concrete5_Controller_Block_Autonav extends BlockController { } class Concrete5_Controller_Block_Autonav_Override extends Concrete5_…

Cannot edit dashboard Nav Bar

I have edit navbar by replacing the buttons by changing the code in page_controls_menu_js.php in Concrete/tools But when I go into the dashboard the edit bar reverts back to normal, I checked all the If statements but cant figure it out, any ideas? …

Bootstrap themeing

Is there a tutorial somewhere showing themeing a bootstrap site? It's been commented on by tons of people in here. Do I just start out with all the files in a regular bootstrap site and start themeing it like any other site? Is there still conflicts with…

auto-nav defaults

I am using Auto-nav in a web site and the text is black. I would like to use color and am sure this is somewhere in the defaults but where is it?

eCommerce - Possible to hide price from unregistered users?

Does anyone know if it is possible to only show price in the eCommerce product block to registered logged in users? Assume I can do this with a duplicate block for price only with permissions set, however, do not want to rebuild the already existing prod…

Getting a Theme Path from the Controller, (Page Type)

I have tried using [code] public function on_start(){ $html = Loader::helper('html'); $v = View::getInstance(); $this->addHeaderItem($html->javascript($v->getThemePath().'/js/ios6fix.js')); //this produces, "concrete/js" } [/cod…

Blog Title Missing from Composer Form

I set up the C5 blog feature, and after some trial and error, got it working as expected...as the site administrator. Next step was to set up permissions, etc., to allow the client to add/edit new blog posts. It looked like everything came up roses whe…

Filter Posts