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