Yes that was exactly it - I've been given the permissions now so I'm sorted.
Thank you.
Jude x
Search found 26 matches
- Fri Feb 22, 2013 3:53 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Can't find templates in admin section
- Replies: 2
- Views: 1544
- Fri Feb 22, 2013 11:33 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Can't find templates in admin section
- Replies: 2
- Views: 1544
Can't find templates in admin section
I've inherited a CMS Made Simple site to work on. In the Admin section, there is normally a heading called Layout where you can find the templates and stylesheets but for some reason there isn't one on this site. I've no idea why this should be - does anyone have any ideas?
Thanks.
Jude
Thanks.
Jude
- Fri Dec 14, 2012 1:44 pm
- Forum: CMSMS Core
- Topic: Module installation
- Replies: 4
- Views: 1816
Re: Module installation
Genius! Thank you so much.
My day is starting to improve already!
Jude x
My day is starting to improve already!
Jude x
- Fri Dec 14, 2012 1:03 pm
- Forum: CMSMS Core
- Topic: Module installation
- Replies: 4
- Views: 1816
Re: Module installation
Yes it is that module.
So this is the file path:
modules/contenttoggle/
2 directories under contentoggle - lib and plugins
lib contains toggle which contains some files (php css etc)
plugins contains the function_toggle_start and end php files
It all sounds like it's in the right place …
Jude x
So this is the file path:
modules/contenttoggle/
2 directories under contentoggle - lib and plugins
lib contains toggle which contains some files (php css etc)
plugins contains the function_toggle_start and end php files
It all sounds like it's in the right place …
Jude x
- Fri Dec 14, 2012 12:40 pm
- Forum: CMSMS Core
- Topic: Module installation
- Replies: 4
- Views: 1816
Module installation
So … I know how to install a module as an xml file. I've been trying to install Content Toggler, which is a zip file. I've uploaded the folder into the modules/ directory. It doesn't appear in the list of module in the admin panel. I read that the folder name has to exactly match the module name but...
- Wed Sep 12, 2012 9:06 pm
- Forum: CMSMS Core
- Topic: Calguys Calendar
- Replies: 2
- Views: 1005
Re: Calguys Calendar
Hmm … I'm starting to think something weird has happened to the system. Site Admin » System Information gives me a blank page with nothing on it except 'CMS Made Simple™ 1.9.4.1 "Faanui"' Likewise the News module gives me tabbed headers but nothing underneath them - so no means to add a ne...
- Wed Sep 12, 2012 4:16 pm
- Forum: CMSMS Core
- Topic: Calguys Calendar
- Replies: 2
- Views: 1005
Calguys Calendar
The Add Event option appears to have disappeared from this in the admin section of freyamusic.co.uk
All the events show up at the front end but all i have at the back end is what I'm attaching as an image.
Any ideas?
Thanks.
Jude
All the events show up at the front end but all i have at the back end is what I'm attaching as an image.
Any ideas?
Thanks.
Jude
- Thu Nov 17, 2011 8:28 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Error message
- Replies: 4
- Views: 1611
[Solved]Error message
Solved. Thank you.
- Thu Nov 17, 2011 8:25 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Error message
- Replies: 4
- Views: 1611
Re: Error message
It was in the config.php file - I found it in the end. Thanks everyone for your help.
Jude x
Jude x
- Tue Nov 15, 2011 6:19 pm
- Forum: Modules/Add-Ons
- Topic: Can Content Blocks have a Character Limit? [solved]
- Replies: 4
- Views: 1369
Re: Can Content Blocks have a Character Limit? [solved]
This is great. Is there a way that someone adding content can be told when they've reached the content limit? I've experimented with this and it seems like I can add as much content as I like, but only the number of characters specified will be displayed. And it makes the background disappear on my ...
- Sun Nov 06, 2011 10:39 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Error message
- Replies: 4
- Views: 1611
Error message
I've moved a CMSMS site to a different webhost and am getting the following error message: Fatal error: Class 'cms_cache_handler' not found in /var/sites/s/sidmouthfolkweek.co.uk/public_html/modules/CGExtensions/CGExtensions.module.php on line 69 I'm sure the problem lies with something I have, or h...
- Thu Nov 03, 2011 8:07 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: niftyCubes : cssmenu1 menu styling
- Replies: 10
- Views: 3917
Re: niftyCubes : cssmenu1 menu styling
Wow - thanks! It's working.
Jude x
Jude x
- Thu Nov 03, 2011 6:00 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: niftyCubes : cssmenu1 menu styling
- Replies: 10
- Views: 3917
Re: niftyCubes : cssmenu1 menu styling
Here it is: {* CSS classes used in this template: #menuwrapper - The id for the <div> that the menu is wrapped in. Sets the width, background etc. for the menu. #primary-nav - The id for the <ul> .menuparent - The class for each <li> that has children. .menuactive - The class for each <li> that is a...
- Thu Nov 03, 2011 5:50 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: niftyCubes : cssmenu1 menu styling
- Replies: 10
- Views: 3917
Re: niftyCubes : cssmenu1 menu styling
Hmm … it all sounds so simple. My problem (I think( is where exactly in the menu template to put the following: <li {if $node->extra1 != ''}class="{$node->extra1}"{/if}> Here's the template with it put in somewhere randomly that doesn't work: {* CSS classes used in this template: #menuwrap...
- Wed Nov 02, 2011 6:21 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: niftyCubes : cssmenu1 menu styling
- Replies: 10
- Views: 3917
Re: niftyCubes : cssmenu1 menu styling
1. For every page that needs a custom color, go into Options and setup something in the Extra Page Attribute 1 (like you guessed). The easiest will be to put the name of the class you want to use in here. So do I write class="dance" or dance, or 'dance'? I'm going to apply myself to this ...