Developing (v7+)

PDF Thumbnail

Has anyone heard if/how you can programmatically generate a thumbnail of a PDF document?

Deploying Concrete5 across multiple environments, a multi-part series

Hi All, At my place of employment, we have developed a good system for using a multi-staged environment with Concrete5 development. We have our development server, QA servers, production servers and a lot of helpful tools that make working in this man…

creating module or blocks in concrete5

Hi everyone: I'm a programmer (PHP developer and Zend Framework enthusiast) and I just start to mess with concrete5 from yesterday. I am trying to create a custom module(zend framework talk) or blocks (as far as I understand concrete5 terminology). Are…

Animated image rotator not firing

PHP and javascript fire an animated image slider at http://pinotpdx.com, but not at pinotpdx.com/CMS/C5/. I am not sure why.

Lost my PASSWORD_SALT (!)

Um, I accidentally overwrote my config/site.php file and thus have lost my PASSWORD_SALT… Now none of my users can log in :( I published the config/site.php file for my local copy of c5 to the remote server without thinking, and of course it has a diffe…

Ajax query - area handler

Hi, I'm having problems while creating an ajax form inside a block. If I use the code from Andrew: [code] if ($_REQUEST['ajax'] == true) { $b = $this->getBlockObject(); $bv = new BlockView(); $bv->render($b);[/code] the code generated …

Can you change the order of page attributes?

Hello, I am not sure if I am just not finding it but I really need the ability to change the order of page attributes. It is really no fun having to delete the attributes, then have to add them back in the correct order. This may be more of a fe…

adding a tempalte to autonav for a submenu and linking to css

I am working on a site that has a main header menu, and a sub menu. I made a copy of the header_menu.php template and saved it as /blocks/autonav/templates/sub_menu.php. I want to be able to edit the css style (link color, hover color, etc.) so that the…

htaccess refining / SEO duplicate content

Hi, i use the pretty URL forming as recommended using the following code [code] ... RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [NC] ... [/code] now that i refining the SEO conditi…

Google Analytics Goals

I've been loving Tony's Traffic & Stats Package, which works beautifully with c5 (thanks Tony!). However, I'm also trying to work with Google Analytics to integrate with Adwords, and especially track Goals/Conversions. So far, I haven't been able to g…

Filter Posts