Search found 15 matches
- Mon Oct 26, 2009 5:49 am
- Forum: General Discussion
- Topic: process_whole_template true or false
- Replies: 6
- Views: 4629
Re: process_whole_template true or false
With process_whole_template set to true, the template is processed at once, as opposed to creating a template for the html section and another one for the section and processing them individually. The biggest effect I noticed was that, with process_whole_template set to false, the section is process...
- Fri Oct 02, 2009 10:41 pm
- Forum: CMSMS Core
- Topic: Problem with printing module
- Replies: 4
- Views: 2379
Re: Problem with printing module
try setting allow_url_fopen to 1 in your php.ini file
- Mon Sep 28, 2009 8:17 am
- Forum: General Discussion
- Topic: Incorrect behavior of title attribute in {cms_selflink}
- Replies: 1
- Views: 3089
Incorrect behavior of title attribute in {cms_selflink}
Hi all, The {cms_selflink} tag uses the linked page's name for the title attribute if no title is provided as a parameter to the tag or in the page's description field. In my opinion, this is the wrong behavior. To quote the W3C: "The title attribute is used to provide additional information to...
- Fri Jan 23, 2009 11:19 pm
- Forum: Developers Discussion
- Topic: Using search module to generate meta keywords
- Replies: 2
- Views: 1532
Re: Using search module to generate meta keywords
to have the search module generate meta keywords automatically (although, to be honest, the meta keywords tag doesn't make that big a difference in seo, i was using the feature for another reason) just insert the code ' in your template (without the single quotes of course, and assuming your using x...
- Fri Jan 23, 2009 11:11 pm
- Forum: CMS Show Off
- Topic: interesting new student news site
- Replies: 2
- Views: 1826
Re: interesting new student news site
there's no specific feature we're using that ie6 doesn't support. we just haven't yet bothered to make the css work in ie6 because it's a pain and ie6 users make up less than 2% of our audience.
- Fri Jan 23, 2009 6:45 am
- Forum: CMS Show Off
- Topic: interesting new student news site
- Replies: 2
- Views: 1826
interesting new student news site
http://www.lanewsdesk.com/ cmsms 1.4 on php 5 only using the search module and the comments module i am using a lot of user defined tags, though. ex: to manage top stories through various categories, to combine the stories and related content, to generate home page stories, to split the pages over m...
- Fri Jan 23, 2009 6:35 am
- Forum: Developers Discussion
- Topic: Using search module to generate meta keywords
- Replies: 2
- Views: 1532
Using search module to generate meta keywords
Hi everyone, I want to use the search module to generate meta keywords for each page. I have this working for the most part already using the code {search action=keywords count=10} in my template. However, the problem is that I have word stemming turned on in the search module preferences, so the ke...
- Thu Dec 11, 2008 3:18 am
- Forum: Developers Discussion
- Topic: Optimizing a CMSMS site
- Replies: 1
- Views: 2002
Optimizing a CMSMS site
Hi everyone.
I was wondering what are some parameters I can change/things I can do to optimize my site. Also, were I to build an interface outside of CMSMS for updating content, would this cause problems with any caching CMSMS may be doing?
I'm using CMSMS version 1.4 with PHP 5 and MySQL 4.
Thanks
I was wondering what are some parameters I can change/things I can do to optimize my site. Also, were I to build an interface outside of CMSMS for updating content, would this cause problems with any caching CMSMS may be doing?
I'm using CMSMS version 1.4 with PHP 5 and MySQL 4.
Thanks
- Fri Nov 21, 2008 7:13 am
- Forum: Developers Discussion
- Topic: Interacting with CMSMS Caching
- Replies: 0
- Views: 846
Interacting with CMSMS Caching
Hi Everyone, I'm not quite sure if this is the right place for this to go, so correct me if I'm wrong. Here's the problem: I'm building a news site with CMSMS (version 1.4) but, given that CMSMS wasn't intended to do this, it has taken various UDTs and other jury-riggings to make the site work. As a...
- Tue Aug 05, 2008 4:54 am
- Forum: Modules/Add-Ons
- Topic: smarty fix to add last-child class to menu
- Replies: 4
- Views: 2591
Re: smarty fix to add last-child class to menu
the point of this was to deal with incompatibility in the css :last-child psuedo class. I already wrote a javascript fix, but figured doing it on the server's side would be better (because the user might have javascript disabled).
- Mon Aug 04, 2008 8:41 pm
- Forum: Modules/Add-Ons
- Topic: smarty fix to add last-child class to menu
- Replies: 4
- Views: 2591
smarty fix to add last-child class to menu
hi everyone. I need help customizing a menu template so that a class of "last-child" is added to each last, second-level menu item. The HTML is structured like this: TOP LEVEL #1 TOP LEVEL #2 SECOND LEVEL ITEM #1 UNDER TOP LEVEL ITEM #2 ...
- Sat Aug 02, 2008 8:53 am
- Forum: Announcements
- Topic: 1.4?? already?
- Replies: 64
- Views: 66744
Re: 1.4?? already?
Just wanted to say that I've been trying to make a low vision version of my CMSMS site and really, really would like to see the ability to make persistent, primary, and (especially) alternate stylesheets. thanks
- Wed Aug 15, 2007 3:47 pm
- Forum: CMSMS Core
- Topic: CSS file for simple horizontal navigation
- Replies: 1
- Views: 1406
CSS file for simple horizontal navigation
hi. using the latest version of cmsms (1.11) I think. However, i accidentally deleted part of the css file called "Navigation: Simple - Horizontal". Could someone please repost an unedited version of that file or tell me how to get one.
Thanks.
Thanks.
- Wed Aug 15, 2007 3:18 am
- Forum: CMS Show Off
- Topic: Site for a client
- Replies: 3
- Views: 3958
Re: Site for a client
very clean design scheme but not enough color contrast for me. btw, html doesn't validate
- Wed Jun 13, 2007 9:02 am
- Forum: CMSMS Core
- Topic: using dfn tags to show definitions, but still using them as menu structure
- Replies: 1
- Views: 1049
using dfn tags to show definitions, but still using them as menu structure
Hi. I am running CMSMS version 1.0.7. and using an unedited version of the "Top simple navigation + left subnavigation + 1 column" template. It uses the "simple_navigation.tpl" file from the menu manager to make the top menus. I believe that either the menu manager file or the cs...