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…
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
…
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_…
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?
…
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…
I built my first Concrete5 website on an IIS 7.0 platform. I am changing hosting providers and moving to a Linux platform.
I am going to rebuild my site on Linux from a fresh install.
While I rebuild my site on my new hosting provider, I am going …
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…
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…
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…
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.