Search found 15 matches
- Sat Jan 31, 2009 6:53 am
- Forum: CMSMS Core
- Topic: rewrite problem
- Replies: 5
- Views: 1675
Re: rewrite problem
acctually the problem is with CMSMS because the rewrite rules that are included allow both .html and just entering / this should be easy enough to fix by people who are skilled in these kinds of things and this kind of problem wouldn't be possible. well.. I did google htaccess rewrite rules and I so...
- Fri Jan 30, 2009 3:32 am
- Forum: CMSMS Core
- Topic: rewrite problem
- Replies: 5
- Views: 1675
Re: rewrite problem
I wish people would realize you don't run into duplicate content problems with goggle, unless you have more than one page with the same name and with cmsms it is impossible because the page alias will not let you use the same alias... But as far as google finding dup. con. on your site because &quo...
- Tue Jan 27, 2009 3:48 pm
- Forum: CMSMS Core
- Topic: rewrite problem
- Replies: 5
- Views: 1675
rewrite problem
Hi, I'm running CMSMS 1.4.1 and I'm having a maybe silly problem.. I setup mod rewrite to run on the site and use .html as suffix for my pages. however, the pages work without the .html suffix, causing google to be somewhat annoyed at my site since I get duplicate content.. any help availible for th...
- Thu Oct 02, 2008 12:55 am
- Forum: CMSMS Core
- Topic: [solved] second menu
- Replies: 4
- Views: 2232
Re: second menu
So basicly there is no way to set "start_page" = currently selected page?
How would I code this in the menutemplate then?
I don't know all the node-> attributes availible
but guess there should be some if(currentlyselected = node->parent) or something like that..
How would I code this in the menutemplate then?
I don't know all the node-> attributes availible

but guess there should be some if(currentlyselected = node->parent) or something like that..
- Wed Oct 01, 2008 9:42 am
- Forum: CMSMS Core
- Topic: [solved] second menu
- Replies: 4
- Views: 2232
[solved] second menu
I have spend alot of time in the documentation and searching on this forum but only found "no answer answers" like "go read the manual!" or "you have to code it".. some helpfull users here ::).. anyway the question as have been asked many times before is this I have th...
- Thu Sep 25, 2008 3:12 am
- Forum: Announcements
- Topic: CMSMS 2.0 (say what now?!)
- Replies: 264
- Views: 252760
Re: CMSMS 2.0 (say what now?!)
when can we expect 2.0?


- Mon Aug 18, 2008 11:02 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Tiny MCE messup my content
- Replies: 3
- Views: 1583
Re: [SOLVED] Tiny MCE messup my content
wouldn't that force me to create a new template for all pages that have slight differences in the layout?
my start page has 3 columns, the rest of the pages has 1 or 2. I found it easy to just do it like this, but I guess I could also make 3 different templates instead.
my start page has 3 columns, the rest of the pages has 1 or 2. I found it easy to just do it like this, but I guess I could also make 3 different templates instead.
- Sun Aug 17, 2008 1:29 am
- Forum: Modules/Add-Ons
- Topic: Front endusers
- Replies: 3
- Views: 1457
Front endusers
I installed the front end users module http://dev.cmsmadesimple.org/projects/frontendusers/ And got a problem directly, firstly all the templates included had \' in them with gives smarty errors, so this had to be replaced by just a ' easy enough to fix, second problem is a bit more difficult, When ...
- Sat Aug 16, 2008 2:10 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Tiny MCE messup my content
- Replies: 3
- Views: 1583
[SOLVED] Tiny MCE messup my content
[SOLVED] The solution was to put a space " " inside the divs that was cut. I put have the content posten below on a page, each time I have to copy-paste it from a notepad file because the and gets deleted by TinyMCE everytime I open the page for editing. Solution to this? Webbyrå I. Presta...
- Mon Jun 16, 2008 11:28 pm
- Forum: Developers Discussion
- Topic: FCK Editor
- Replies: 3
- Views: 1968
Re: FCK Editor
okej, that's good to know.
Do you have sil's full username?
Thanks for the help
Do you have sil's full username?
Thanks for the help
- Mon Jun 16, 2008 1:36 pm
- Forum: Developers Discussion
- Topic: FCK Editor
- Replies: 3
- Views: 1968
FCK Editor
I read on the forum that the FCK editor is not supported any more, is the project totaly dead? or will there be updates in the future? right now there is a problem with css styles not loading as they should in the drop down, other than that, the FCKeditor is much better than tinyMCE since the swedis...
- Mon Jun 16, 2008 12:53 pm
- Forum: Modules/Add-Ons
- Topic: Problems with FCK Editor's styles drop down menu
- Replies: 1
- Views: 1022
Re: Problems with FCK Editor's styles drop down menu
I am having the same issue, if you find a solution please let me know also.
- Sat Dec 08, 2007 4:17 am
- Forum: CMSMS Core
- Topic: Friendly URLs 500 error
- Replies: 24
- Views: 7981
[SOLVED] Friendly URLs 500 error
I did find some more "AllowOverride" in apache config to set to All
and also changed default directory file from index.html to index.php and now it works.
Thanks all
and also changed default directory file from index.html to index.php and now it works.
Thanks all
- Sat Dec 08, 2007 4:13 am
- Forum: CMSMS Core
- Topic: Friendly URLs 500 error
- Replies: 24
- Views: 7981
Re: Friendly URLs 500 error
Made some changes .htaccess (Copied the example file in doc directory) #php_flag magic_quotes_gpc Off #php_flag register_globals Off #php_flag session.use_trans_sid Off # Make sure you have Options FollowSymLinks # and Allow on RewriteEngine On #Rewrites page.shtml as index.php?page RewriteCond %{RE...
- Thu Dec 06, 2007 2:49 pm
- Forum: CMSMS Core
- Topic: Friendly URLs 500 error
- Replies: 24
- Views: 7981
Re: Friendly URLs 500 error
I'm having the same problem :'( I'm running Apache on a windows machine for local testing. The CMSMS works fine without the friendly urls. This is config file #------------ #URL Settings #------------ #Show mod_rewrite URLs in the menu? You must enable 'use_hierarchy' for this to work for modules $...