Search found 21 matches

by kode_fi
Thu Oct 04, 2007 8:11 am
Forum: CMSMS Core
Topic: I see file list when I try to go to home page...
Replies: 4
Views: 1402

Re: I see file list when I try to go to home page...

You need to give more info on your server: Windows or linux, IIS or Apache etc.
by kode_fi
Fri Apr 06, 2007 10:38 am
Forum: CMSMS Core
Topic: search module problem
Replies: 4
Views: 1475

Re: search module problem

Hi Take a look at this forum thread It's about similar problem on searching special characters on CMSMS 1.02. If I remember correctly, I had to make following modifications: 1. Make sure that CMSMS uses "set names UTF-8" when connecting to mysql 2. Turn off FCKEditors HTML entities convers...
by kode_fi
Wed Feb 14, 2007 5:53 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Fixed width vs relative width - How?
Replies: 3
Views: 1876

Re: Fixed width vs relative width - How?

Your footer seems to be outside of div #wrap. Maybe you should modify our template and put it inside #wrap. Also your footer div does not have . 
by kode_fi
Wed Nov 22, 2006 3:22 pm
Forum: [locked] Quality Assurance
Topic: typo in function.cms_selflink.php
Replies: 1
Views: 2147

typo in function.cms_selflink.php

Hi I tried to use cms_selflink with ext -option and target="_blank" option. Everything worked ok, except target parameter that was missing from HTML source. Line 45 from function.cms_selflink.php: $target=' target="'.$params['taget'].'" '; ['taget'] should be ['target'] Teemu
by kode_fi
Fri Oct 27, 2006 3:28 pm
Forum: CMSMS Core
Topic: Search Module - Greek Search
Replies: 20
Views: 8539

Re: Search Module - Greek Search

Thank's guys!!!

Searching works now as it should even when content is not encoded HTML entities. This was BIG problem for my project, but now it's solved.
You really saved my weekend!!!

Teemu
by kode_fi
Thu Oct 26, 2006 5:18 am
Forum: CMSMS Core
Topic: Search Module - Greek Search
Replies: 20
Views: 8539

Re: Search Module - Greek Search

Well, as you seem to have same problem as me, I'll file bug report to tracker. I'm not 100% sure is this CMSMS core problem or search module problem? There are quite a few variables (in php.ini, my.cnf, config.php.....) which can mess up international characters. I've tried every combination I can i...
by kode_fi
Wed Oct 25, 2006 3:41 pm
Forum: CMSMS Core
Topic: Search Module - Greek Search
Replies: 20
Views: 8539

Re: Search Module - Greek Search

I tested search module and int characters today. It seems to me that search works if characters are encoded to HTML entities (γε etc..) when stored to database. If those characters are stored to database as they are (not as html entities) searching doesn't find anything. Do you use WYSYWYG-editor wh...
by kode_fi
Wed Oct 25, 2006 10:12 am
Forum: Modules/Add-Ons
Topic: Pisearch 1.71 and special characters
Replies: 3
Views: 1998

Re: Pisearch 1.71 and special characters

Thanks Piratos!! With pisearch 1.72 ä encoded characters are found from content. If I set default_encoding from config.php, pisearch seems to use ISO-8859-1. I think this line from pisearch.module.php sets encoding to 8859-1 if encoding is set at config.php if ($config['default_encoding']=="&qu...
by kode_fi
Tue Oct 17, 2006 9:31 am
Forum: Modules/Add-Ons
Topic: Pisearch 1.71 and special characters
Replies: 3
Views: 1998

Pisearch 1.71 and special characters

Hi I can't get Pisearch 1.71 to find strings containing special characters (öäå) I've tried fresh install of operating system and cmsms 1.02 on Centos 4.4 and Fedora Core 5 with same results. It makes no difference if I use FckeditorX to add content or not, so problem is not &umlaut;-coding or l...
by kode_fi
Mon Sep 25, 2006 10:44 am
Forum: CMSMS Core
Topic: How to set a height for the FCK editor area?
Replies: 2
Views: 1355

Re: How to set a height for the FCK editor area?

On admin panel go Extensions --> FCKeditorX. There are width and height settings for WYSIWYG area.



Teemu
by kode_fi
Mon Sep 25, 2006 9:23 am
Forum: CMSMS Core
Topic: CMSMS 1.02 search module and special characters
Replies: 3
Views: 2285

CMSMS 1.02 search module and special characters

Made fresh 1.02 installation on Centos 4.4 using php 4.3.9 Apache 2.0.52 mysql 4.1.20. Cmsms and mysql database uses UTF-8 encoding. There was a bug on 1.01 ( http://dev.cmsmadesimple.org/tracker/index.php?func=detail&aid=993&group_id=6&atid=101 ) that prevented search module to search a...
by kode_fi
Fri Aug 25, 2006 5:18 am
Forum: Announcements
Topic: 1.0 Beta6 Released!
Replies: 222
Views: 170047

Re: 1.0 Beta6 Released!

Has anyone had problems deleting pages using admin panel's "trash can" button?? I've tried 1.0beta5 and beta6 using two linux boxes. After clean installation I try to delete "Default templates explained" and all sub pages. After hitting trash can button httpd takes 70% cpu time. ...
by kode_fi
Mon Mar 06, 2006 1:52 pm
Forum: [locked] Quality Assurance
Topic: {print} tag generates centrally aligned page (0.12-beta2)
Replies: 0
Views: 2007

{print} tag generates centrally aligned page (0.12-beta2)

Using default stylesheets, printer friendly pages gets alignment from Layout stylesheet (if there is no alignment attributes in content): /* SITE SPECIFIC LAYOUT */     body {         margin: 0;         padding: 1em;         text-align: center;     } I think most users would like text-align: left mo...
by kode_fi
Fri Mar 03, 2006 6:38 am
Forum: General Discussion
Topic: Loooooong page with a looooooot of text | How to insert pagebreak?
Replies: 5
Views: 3104

Re: Loooooong page with a looooooot of text | How to insert pagebreak?

I haven't tested this on CMSMS so this is only suggestion...... I think that single page size limitation is about 65000 characters. That's because page's content is stored to database cms_content_props table's content column. Column is set to TEXT data type. It might be possible to change that data ...
by kode_fi
Sun Jan 22, 2006 7:51 am
Forum: Developers Discussion
Topic: User-defined tag problem
Replies: 1
Views: 2224

User-defined tag problem

I made user-defined tag that print's mysql status to hmtl table. Tag works OK, but table appears at the very end of the page. If I put {tag} on the beginning of the  page, it appears below the footer. Code looks like this $host="localhost"; $user="xxx"; $password="xxx";...

Go to advanced search