Developing (v7+)

Creating "master" accounts that cannot be changed by clients

Is it possible to have a "master" account in Concrete so that we can log in to our clients sites and service them when necessary? I know we can have an account within their installation - but this is at the mercy of the client - they can delete our acc…

External CSS doesn't load images? {o_O }

CSS within the template .php loads just fine IF i supply a full url AND if that url is in quotation marks. example: background:url(images/Pic.png); - doesn't work background:url(http://../images/Pic.png) - doesn't work background:url("http://../…

display certain item pairs in autonav?

this may seem like a strange request but i need to have the autonav spit out specific pairs of nav items from within a specific folder... ie: nav-item-1 nav-item-5 nav-item-2 nav-item-6 nav-item-3 nav-item-7 nav-item-4 nav-item-8 is thi…

Global var available in block via Ajax

This may be a silly question, but here it goes: I created a package with a block. In the block's /tools directory I have placed a few php pages that do the magic. These pages are called via Ajax from the page containing the block (via a OnClick event a…

information at the very bottom of the webpage

i am a tile installer trying to complete a website for my business. i know nothing of code or site building yet i somehow managed to get this far. i do not know how to edit the info at the bottom of the website and i searched the forum and help page but …

addHeaderItem depending on $isEditMode

I have built a package with a block which contains extra JS and CSS. The extra JS (Prototype Javascript Framework) interferes with C5's edit mode. So, I have added a test for $isEditMode (in \packages\myPackage\blocks\myBlock\controller.php) to avoid i…

addHeaderItem in block template

I'm trying to include different css file in block template depending on a certain condition. I've tried to do it with $controler->addHeaderItem(html->css($cssURL)) and with instantiating a view, and calling addHeaderItem on the view (I even set the coll…

Site Title

I'm trying to change the title on my site from home;template to the name of my site (rmc consulting). In html it's in the title tag that's in the head section. Where do I do this in concrete?

Site Title

I'm trying to change the title on my site from home;template to the name of my site (rmc consulting). In html it's in the title tag that's in the head section. Where do I do this in concrete?

Site Title

I'm trying to change the title on my site from home;template to the name of my site (rmc consulting). In html it's in the title tag that's in the head section. Where do I do this in concrete?

Filter Posts