• Join Now
  • Sign In
  • Cart
  • Instant Setup
  • Download
Logo
  • About
    • For Developers
    • For Agencies
    • For Designers
    • For Anyone
    • Testimonials
    • Showcase
    • Our Philosophy
    • Blog
    • Instant Setup
  • Community
    • Members
    • Forums
    • Chat
    • Karma
    • International
    • Jobs
    • eNewsletters
  • Developers
    • Download concrete5
    • Join Beta Team
    • Translate concrete5
    • Bug Tracker
    • Submit to Marketplace
    • Code Submissions
    • News
    • Community Leaders
    • Related Projects
  • Marketplace
    • Add-Ons
    • Themes
    • Hosting
    • Training
    • Add-on Installation
    • Deal Of The Day
    • Swag
  • Enterprise
  • Documentation
    • Getting Started
    • Editor's Guide
    • Learn concrete5
    • Developers Index
    • How-Tos
  • Forums

Adding c5 to existing site

“If I am understanding things correctly, I can recreate my index.php file as a concrete5 page. That will help me better understand how things are structured, and to see how to tran…”
says janie0183 on 05/23/13 at 11:41 AM, in reply to “And, some hosting configuratio…”

11

replies

Files Permissions after upgrading 5.6.1.2

“Hi all, I upgraded C5 from 5.5.2.1 to 5.6.1.2. I've a page which list files from fileset (using "list_files_from_set" addon) I would like to restrict access to some files …”
says moosh on 05/23/13 at 11:29 AM

0

replies

Removing options to add things, dashboard, etc for Admin?

“Hi guys, I'm developing a very simple website for a client, and I was wondering if it's possible to remove certain elements for users other than the Admin? For example: - Re…”
says phatzimihail on 05/23/13 at 11:23 AM

0

replies

Best practices on translating dynamic content...

“Regarding the context "problem", I wonder if there's any usefulness to having an "English -> English translation". Right now t("free") returns free in the current language if a …”
says jshannon on 05/23/13 at 11:15 AM, in reply to “So this issue is going to be t…”

31

replies

Pagelist on a custom CollectionType, how can I make it show only pages below the page it's on?

“For anyone trying to fix this, I just found a solution. cThis is going to be overwritten, and you can't rely on it in this fashion. You can however set it on an instance level t…”
says lostPixels on 05/23/13 at 11:10 AM, in reply to “I'm creating a new CollectionT…”

1

reply

Best practices on translating dynamic content...

“So this issue is going to be the heart of our new Weekly Community Advocacy Check in meeting. (I know! Shocking level of process for us, right?) Andrew and Ryan will likely have…”
says frz on 05/23/13 at 10:53 AM, in reply to “I don't have much of a proposa…”

31

replies

Customization Not Taking Effect

“Hi There, this is pretty common, the good news is if your customisations are showing on the preview pane it means they are working. To get them to show on your site, Clear your …”
says Vidall on 05/23/13 at 10:50 AM, in reply to “For some reason the customizat…”

1

reply

HTML Emails - Cant use variables

“Hello, I am using the standard send mail function and sending HTML emails. This work fine, however, when i try and add a variable to the mail body using %s, the html mail fails and…”
says obaudains on 05/23/13 at 10:32 AM

0

replies

Foundation Theme Edit Issue

“Bryan, Thank you for the idea. I am not a developer, while I have an idea of what a JQuery is I am fairly certain I am not calling them on purpose. Could the add-ons I have app…”
says cmurray2329 on 05/23/13 at 9:58 AM, in reply to “Are you including jQuery too m…”

5

replies

Edit Bar and Footer is Missing on One Page

“I have, yes. Actually, one of the first things I checked after looking at many of the support forum questions... ;)”
says herbyderby on 05/23/13 at 9:57 AM, in reply to “You may need to check the page…”

2

replies

Recent Chrome issues in edit mode

“I'm working on a site currently in development and we've recently run into issues with it in Chrome, from the editing side of things specifically. Up til yesterday it's been workin…”
says hsuarez on 05/23/13 at 9:52 AM

0

replies

Pagelist on a custom CollectionType, how can I make it show only pages below the page it's on?

“I'm creating a new CollectionType with the handle 'events'. In this cT, I want to always have a Pagelist block that displays all the pages nested under 'events'. I have seen some o…”
says lostPixels on 05/23/13 at 9:50 AM

1

reply

Customization Not Taking Effect

“For some reason the customizations I've made to a theme won't take effect on the website itself even though the preview shows the customizations. I've tried switching themes then s…”
says erik17 on 05/23/13 at 9:38 AM

1

reply

Framework CSS clashes with Lightbox Add Ons

“You're welcome. The CSS hooks into the ID used for the pop-up i.e the HTML element looks like: [code] [/code] All the CSS is doing is telling the browser to render the …”
says RBeddie on 05/23/13 at 9:36 AM, in reply to “Fantastic!!!!! I've added t…”

18

replies
“Fantastic!!!!! I've added the other variations: [code] #colorbox { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } [/cod…”
says designclash1 on 05/23/13 at 9:28 AM, in reply to “Makes sense now :) Add this…”

18

replies

Adding Single Page Issue

“I have added a few single pages to the site already (all in the single_pages/app directory. I went to add another single page and it gives me the error of That specified path does…”
says planist1 on 05/23/13 at 9:24 AM

0

replies

Pricing of Modules and Developer Incentive

“I am the original poster on this thread, and I still stand by what I wrote three years ago. Since that time, I have developed many more useful modules for my clients, but will not …”
says skote on 05/23/13 at 9:13 AM, in reply to “Hey Everyone I guess this a…”

29

replies

C5 5.5.1, Twitter Bootstrap 2.0 and Header Nav global area markup

“Hi, this worked perfectly for me in moving the navbar down below the Edit bar. My problem now is that the navbar is covering the 'Publish' or 'Exit Edit Mode' buttons when you h…”
says scruft on 05/23/13 at 8:46 AM, in reply to “Sorry, this is what you need i…”

11

replies

Fatal error on installation - call to a member function getPackageHandle line 223

“Hi There, I am having the same issue with this. I am installing C5 on a subdomain. I get the error message on the page asking for the database details, so it appears there is…”
says iControl1 on 05/23/13 at 8:27 AM, in reply to “Thanks for the amazingly speed…”

3

replies

Sorting blocks by custom block value before displaying

“I manged to get it working. I put the area.php in models and extended it. Put a copy of the display() method in and all I did was to change this line from: [code] function disp…”
says MrLindau on 05/23/13 at 8:13 AM, in reply to “Having never played with this,…”

13

replies

feedFilter By Forum

  • » Select All

Sort By

  • Recent Activity
  • Most Helpful
  • Most Replies

Filter By Answered

  • Show All
  • Answered Only
  • Unanswered Only

Filter By User

  • Show All
  • Other

Commands

Start New Discussion

Earn some Karma...

Answer Questions
Next »

Post

(Enclose code samples in [code][/code].)
remove
Attach a file
x
(receive an email each time a reply is posted)
 
  • Community
  • Forums

Do you have questions

  • What are users saying?
  • Who is using concrete5?
  • What makes concrete5 easy?
  • Why develop on concrete5?
 

We’re on “The Twitter”

こんばんわ〜 ( #concrete5 live at http://t.co/OX5ERuWcP3)

Follow concrete5

About

  • For Developers
  • For Agencies
  • For Designers
  • For Anyone
  • Testimonials
  • Showcase
  • Our Philosophy
  • Blog
  • Instant Setup

Community

  • Members
  • Forums
  • Chat
  • International
  • Jobs
  • eNewsletters

Developers

  • Download concrete5
  • Join Beta Team
  • Translate concrete5
  • Bug Tracker
  • Beta
  • Submit to Marketplace
  • Code Submissions
  • News
  • Community Leaders
  • User Doc Group
  • Related Projects

Marketplace

  • Add-Ons
  • Themes
  • Hosting
  • Training
  • Add-on Installation
  • Deal Of The Day
  • Swag

Documentation

  • Getting Started
  • Editor's Guide
  • Learn concrete5
  • Developers Index
  • How-Tos

Legal

  • Privacy Policy
  • Terms of Use
  • Refund Policy
  • Contact Us
© 2008 to 2013 Concrete CMS Inc. All Rights Reserved.

Sign In?

You must have a user account and be signed to perform this action.

  • Sign In
  • Register