Developing (v7+)

URGENT!!! exclude pages from search results

Site launch in the morning and need a quick way to exclude a bunch of pages (over 100) from the search results... I tried excluding the parent pages but this doesn't effect the children urgent help required

URGENT!!! search indexing issue

I have specified a bunch of pages to be 'excluded from search index' however when I search for something the pages are still appearing in the search results?.. is this because I am still signed in? This site is to go live so any help or experiences of …

Updating to 5.3.3.1

I've previously upgraded to v5.3.2 fine a few months ago... No problems. I recently tried to follow the same procedures updating to v5.3.3.1, but no luck. I still show via my dashboard that the version is 5.3.2 and the link /index.php/tools/required/upgr…

Single Page controller question

I have a single page controller with: [code] $html = Loader::helper('html'); $this->addHeaderItem($html->css('colorbox.css')); [/code] The CSS file is located in my theme directory. But the helper method doesn't seem to be able to find it. Things a…

sortByMultiple

I noticed this method in the DatabaseItemList class. So I attempted to use it with the UserList. It works perfectly, as long as I prepend an 'ak_' to my attributes... doesn't work... [code] $userList->sortByMultiple('region asc', 'last_name asc')…

<style> tag in code not validating

Hi all. I have built my site, which validated fine, but as soon as I place into Concrete 5 it does not. The code in question is: The problem is the: How can I delete this?!? I can't find at anywhere. Please help!

Filtering by Select Attribute?

I've created a bunch of User Attributes, and I'm trying to make a block to display groups of users filtered by some of these attributes. Everything seems peachy until I try to filter based on select type attributes. example... [code] Loader::model…

Adding New Page Types in Dashboard

Hi. I did a search for my specific issue, but didn't see anything that addressed my question in a precise manner. In the dashboard under Pages and Themes -> Page Types, there are 4 layout images. I need some direction with an approach to add addi…

Autonav hide top level if no children

I want to display a mulitlevel nested list navigation using autonav, which is easily done. But then I want to modify the template so that if a top level parent has no children it will not display in the list. Therefore only items with children will be …

Filter Posts