Developing (v7+)

Testing with Dreamweaver CS5 (not really working)

Hi I have started using concrete5 and I love it! Now I'm testing it with the new DW CS5. For easy editing of templates and themes. Hoewer there is some problems with the template css files. Dreamweaver does not seeme to find them, Or I get a messa…

Invalid feed address

Hi :) I'm new to Concrete5 and still discover the whole thing. However, I built my site and am looking for creating an RSS feed so that my potential subscribers know when I update the site. I looked through all threads and most used kind of rss i…

Database calls from single page

I added a new schema to my MySQL server for some stuff that I'm bolting on to a C5 installation. I gave the C5 user access to the new schema. What's the best way to do a prepared insert to one of those new tables? Can I use the existing connection or s…

create a link to retrieve file for download

Triing to create a url link that can be used to retrieve a file from the file manager [code] $file = File::getByID($fID); $path = $file->getDownloadUrl(); $filename = $file->getFileName(); [/code] creates the url fine but cant download the f…

%s ??

The "%s" is used in some of your code. What is it? I don't see it as html code, nothing on w3 and I get no results searching on Concrete5 and Google. It appears to be a placeholder of some sort. It shows inside of html code but appears to hold/display…

Show sub menu on body class

Hi all, How can i show a hidden div on when the body class had a for example "about". I use a Attribute to give the body a class. This is the code i have now: HTML [code]

[Pretty URL's] Cant get the homepage to display "home"

Hi all, I have put the pretty urls on, but cant get the homepage to display "home" instead i get "index.php?cID=1". The rest of the pages are working just fine. Can somebody help me with this? Thanks in advance!

Search Indexer options

There seems to be a new config key called SEARCH_INDEX_AREA_LIST But when I have a look at the code I see this: http://svn.concrete5.org/svn/concrete5/trunk/web/concrete/helpers/concrete/upgrade/version_540.php Only header and heaver nav are indexe…

jQuery .ajax() not working in external form

Is there some strange reason why none of my jQuery works on a click event for a submit button in an external form? Like: [code] $('#ss_button').click(function(e) { //nothing in here works... }); [/code] Other jQuery in the external form works fine,…

Form

I'm having trouble how to find out how to put a form block into a template. Im trying to put a small contact form at the footer of each page as default, how do I do this?

Filter Posts