Tagged Questions
2
votes
1answer
258 views
Locating Template CSS File in Concrete5 [closed]
I just installed concrete5 and wanted to customize the css file to match the color scheme of my business. Unfortunately, I can't find the CSS file for any of the templates. Unlike Wordpress, it ...
0
votes
0answers
44 views
Edit autonav output dependant on page permissions in concrete5
I need to change the output of the autonav block.
I have set up my own template without problem but I need the autonav to highlight the pages that a logged in user has access to.
For example, I have ...
0
votes
1answer
408 views
Custom block (layout?) containing other blocks in Concrete5
I make a number of websites for clients who are... less than tech savvy... and need an easy means of editing their website after I've made it for them. For this purpose I have been coding a lot of my ...
0
votes
1answer
382 views
How to make a menu editable in Concrete5?
I've been looking around for some guide that could tell me how to make an existing menu editable when added in Concrete 5.
Here's the menu I'm using now, I'd like to be able to edit it in c5:
...
0
votes
1answer
243 views
php compare float numbers with input field value
I have a form in which users can enter floating point values. I post these values to a php script and i compare if the numbers the users entered are between some values. If i post an integer the ...
0
votes
3answers
880 views
Can I use Code Igniter with Concrete5?
I am building a site that will (obvisouly) have a front end public portion that I want to drive with Concrete5, but then it will also have a members section that I would like to build with Code ...
-2
votes
1answer
26 views
Add numbers based on month
Here I want to get sum total of a person's monthly payment as a report. More than one payment is possible for a month by the same person.
My database looks like:
id member_id date ...