Search found 10 matches
- Fri Jan 06, 2017 11:53 am
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module: Adding a Checkbox to display feature content
- Replies: 5
- Views: 4301
Re: News Module: Adding a Checkbox to display feature conten
{if $entry->fields.Featured->value == '1'} ... {/if} Thanks Rolf, but that is not working either. Here is this whole code for the summary template (minus the JS config stuff) <div class="slidebox"> <div id="slides"> <div class="slidesjs-navigation"><ul><li><a href=&quo...
- Fri Jan 06, 2017 10:57 am
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module: Adding a Checkbox to display feature content
- Replies: 5
- Views: 4301
Re: News Module: Adding a Checkbox to display feature conten
Hello, If you change this: {if $entry->fields.Featured->value == 'true'} to {if $entry->fields.Featured->value} Is it then working? to show the values you get back from ($items) use in top of your template the following line: {$items|@print_r} Hi, thanks for your response - just catching up after a...
- Tue Dec 27, 2016 2:18 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module: Adding a Checkbox to display feature content
- Replies: 5
- Views: 4301
News Module: Adding a Checkbox to display feature content
Hi All, I have created a summary template in the form of a slideshow to display featured news articles, to sort the featured articles from the non-featured ones I have added a custom field definition called 'Featured', it is a checkbox. I am now trying to use this field to define which articles make...
- Tue Dec 20, 2016 1:27 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: News Browsecat Template: Arrange Categories as Columns
- Replies: 1
- Views: 2050
News Browsecat Template: Arrange Categories as Columns
Hi All, I am needing a little assistance... I would like to write a browsecat template that allows all sub-categories to be arranged into columns according to the first parent categories. The structure looks like this: Newsfeed (parent) - UK - Europe - Asia Projects (parent) - Golf - Sports - Design...
- Fri Nov 04, 2016 7:53 pm
- Forum: CMSMS Core
- Topic: Module Manager can not be accessed
- Replies: 8
- Views: 3671
Re: Module Manager can not be accessed
Hi All, thanks for your advice - in the end I just solved the problem by exporting all the designs and uploads and flattening the server directory. It's a build in progress and there was no proper content yet, so fresh install and a few hours reloading the layout and it sorted. Sure there is a bette...
- Fri Nov 04, 2016 2:09 pm
- Forum: CMSMS Core
- Topic: Module Manager can not be accessed
- Replies: 8
- Views: 3671
Re: Module Manager can not be accessed
SEOTools and SEOTools2 are not CMSMS version 2 compatible so by installing it you may have messed something up. If you can get to the site information page (see my signature) post what it says there. Hi Paul, Here it is: Cms Version: 2.1.5 Installed Modules: AdminSearch: 1.0.2 CMSContentManager: 1....
- Fri Nov 04, 2016 2:05 pm
- Forum: CMSMS Core
- Topic: Module Manager can not be accessed
- Replies: 8
- Views: 3671
Re: Module Manager can not be accessed
You can disable a module by renaming it's folder in the '/modules' folder. So e.g rename /modules/SEOTools to /modules/ _ SEOTools Note that did doesn't uninstall the module (database tables and entries created during installation won't be deleted). Hi thanks for the advice, I have done this and it...
- Wed Nov 02, 2016 8:07 pm
- Forum: CMSMS Core
- Topic: Module Manager can not be accessed
- Replies: 8
- Views: 3671
Module Manager can not be accessed
Hi, [version 2.1.5 "high rock"] I can no longer access the module manager, when I click on the link to attempt to open it, I get some kind of error message - reads like this: Notice The versions displayed here represent the latest XML files uploaded to the CMSMS module repository. They may...
- Fri Oct 14, 2016 12:04 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Simple Navigation: different colours for each list item
- Replies: 2
- Views: 2304
Re: Simple Navigation: different colours for each list item
Consider using the page attributes 1-3 on the options tab while editing a page. Read the help of the Navigator module to find out how to retrieve the values of those attributes. That way you don't need to hard code the stuff into the Navigator template and it is very flexible. Thanks Velden, very h...
- Wed Oct 12, 2016 4:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Simple Navigation: different colours for each list item
- Replies: 2
- Views: 2304
Simple Navigation: different colours for each list item
Hi, I would like to colour-coordinate the first level list items in the main navigation, specifically the a:hover and .menuactive behaviours. The intention is that I will be able to specify the a:hover and menuactive colour of each individual link. It seems to me like I want to be able to say someth...