Developing (v7+)

Composer in 5.5

I'm re-designing my site in c5.5 (and love the new interface - good work!) but I'm new to Composer so I have a noob question... I'm using Composer to create news stories, press release type pages and it looks pretty straight-forward except for issues w…

Global Stack in 5.5.

Is there any documentation on using stacks in 5.5? I've experimented a little with setting global areas in themes, and adding a stack that works with that global area. When I create and page using the page type that has the area defined as a global area, …

Contact form not working - even with external smtp

So I went through this forum and tried everything. The contact form isn't sending emails. http://www.sosaddiction.com/index.php/contact I went to the sitewide settings and set my email up and even used the external smtp. still no luck. Does anyone ha…

Website and intranet

Hello friends, I want my website to have few closed pages just for the staff (basically a simple intranet). I want to put a link to the log-in page on the website so when my workers click on it they will see the log-in, will enter there email/username …

Big space between blog posts on my homepage

Hi, I have added a blog post the contains 4 separate blogs, after the first post there is a huge space then the 2nd, 3rd, and 4th post appears; does anyone know how to minimize this space. Please help. I am using the column cruiser theme. When I edit t…

Block error message.

When I go to "ADD BLOCK" I get this message: Fatal error: Cannot redeclare class LibraryFileBlockController in /home/refocu5/public_html/concrete/blocks/library_file/controller.php on line 340

Page type controller

Hello all, I have crested a package that has a page type and a page type controller. I need a way to access that page type's controller from a different file. The following is not working. $theController = Loader::controller('THE_PAGE_TYPE_HANDLE'…

Show Email Address on Member Page

This seems like it should be pretty easy, but I'm not seeing what I need to do. When a user registers for my site they enter an email address and I want that email address to show up on the members page. I have set the members page to be visible only to…

updating the page permissions not working properly

I'm setting the permission for page view programmatically, but it is working only for initial update, further updates not reflecting properly. Here is my code snippet [code] $page = Page::getByID($cID); if (in_array('Public', $groups)) { $pxml-…

Filter Posts