Developing (v7+)

Bootstrap on frontend

I'm sorry if this has been answered already - I looked around the forum and didn't find a definitive answer. If I drop Bootstrap (v2.0.4) in on a frontend theme do I need to make any modifications to it in order for it to play nice with c5's editing bar …

help with $userList->filterByGroupID method

hey how can i filter users who are in groups with 'OR' operator? for example i want to select users who are in group with id=2 OR id=3. when i use : [code] $userList = new UserList(); $userList->filterByGroupID(2); $userList->filterByGroupID(3); …

Auto Cascade AutoNav

It's been a while since using C5. I forget if there was an autonav on each page. I may have deleted it in the Global area. I added one to the home page. It's only there though, and not on any other page. Is there a way add the autonav once, and have…

Site Name Not Changing

Running 5.5.2 - using Plain Yogurt - one of the default themes. Changed it to Green Salad, then changed it back. Changed site name in Stacks & Blocks - Stacks. Has not changed though on any page. It's as if nothing happened. How can I really ch…

Uploading HTML/Camtasia files within C5

I'm just getting started with C5 but I love what I've seen so far. This one has me stumped however. The site I'm creating will include some video tutorials created with Camtasia. One of the output options of Camtasia is one that includes an HTML file…

Add-Ons, Am I just Blind?

Hello, I just started with Concrete5 today, so please forgive me if this is a stupid question. Where do I find Add-Ons? when I go browse the market and click Add-Ons, I only see one thing coming up. Am I missing something?

Tool 404 Error

Im getting a 404 error on the tools placed in the root of my site. The tools I have in my package work fine, but when it comes to using a tool in the root it will show the tool, but will throw a 404 error too even though it found the file.

Amiant CSS Menu Questions

1. Using IE the menu does not behave right - see annapurna.nepaltickets.com 2. How can I adjust the font size in the navigation. I tried design, but does not seem to change.

Login and Register

Ok, so when I am done I will have a Forum, Photo Submission area, and Ecommerce. Is it possible for users to create ONE account at my website and access all these features? If so, how is this done as I do not even see a login/register block. I have S…

setBlockLimit in Layout?

Is it possible to force a blocklimit within a layout? I would like to be able to restrict the user to only adding one area within each row created by the layout. I can add this to the area in my theme pages: $a->setBlockLimit(1); But I can't seem …

Filter Posts