ryan
Member Since
October 27, 2008Bio
C5 Rocks!I'm a proud member of the Concrete5 core team.
C5 Sites
http://www.concrete5.orgPersonal URL
http://www.rvskier.comMarketplace
My Posts
re: Rename concrete core folder. Help ,please!
If you're working with the 5.3.3.1 version, you may want to grab the 5.4 rc that will come out later today. In 5.4 we made the /concrete folder configurable and also the index file configurable.
03/11/10 - 1:14pm
re: I think I know the problem
Or you can just upgrade to the new concrete 5.4 release candidate which includes the current jquery.
03/11/10 - 10:31am
re: W3C Validation
So, this is a problem with your server:
C5 is trying to write to your cache, but it's getting the error:
Disk quota exceeded
So, looks like you need to clear some stuff off your hosting account, or up your hosting plan to have more server space.
03/10/10 - 7:38pm
re: Javascript not initializing ketchup no errors thrown???
Here's a problem:
[code]
[/code]
input type should be text
03/10/10 - 7:18pm
re: Javascript not initializing ketchup no errors thrown???
I dug into this a bit and couldn't find any problems in what I saw, except that it of course is not working..
I do see that ketchup being initiated and it's disabling the form submit, it's also injecting the absolutely positioned divs that should displ...
03/10/10 - 6:59pm
Good to go
This problem is related to the uninstall & re-install of the eCommerce package. It doesn't completely uninstall so when it's installed again some of the associations in the database don't get setup correctly. I logged into your account and manually stra...
03/01/10 - 10:35am
How's this solution
You could add a few config values to your config/site.php
[code]
define('SITEA_BASE_URL','http://w ww.sitea.com');
[/code]
Then in your templates you could reference links like this:
[code]
echo SITEA_BASE_URL.View::url('/siteA/contact');
[/co...
02/25/10 - 4:21pm
Here's some css that may help
First off, try not to modify the /packages/superfish/blocks/superfish/css/superfish.css file because when we release the next upgrade to the package your changes will get overridden.
You should be able to add this css to your main css file
[code]
/* ...
02/25/10 - 12:58pm




