Is it possible for the news module to show a dropdown with the pages as a pagination system or at least a 1 2 3 4 5 6 type of pagination?
using cmsms 1.4.1 and news 2.8.2
Search found 18 matches
- Fri Oct 31, 2008 1:20 pm
- Forum: CMSMS Core
- Topic: News dropdown pagination
- Replies: 0
- Views: 677
- Thu Jun 26, 2008 2:15 pm
- Forum: CMS Show Off
- Topic: It's all Greek to me
- Replies: 0
- Views: 1426
It's all Greek to me
Hey everyone. This is a website built using CMSMS 1.3.1. It's all in Greek but hey..
This is a website for a Greek free press magazine called Address.
Congrats for this excellent CMS. I can't find anything else close to this. So powerful and simple.
there you go http://www.addressmag.gr
This is a website for a Greek free press magazine called Address.
Congrats for this excellent CMS. I can't find anything else close to this. So powerful and simple.
there you go http://www.addressmag.gr
- Thu Feb 14, 2008 8:24 am
- Forum: CMSMS Core
- Topic: CG Google Maps Custom Markers
- Replies: 0
- Views: 815
CG Google Maps Custom Markers
Is there any way to include custom markers in the CG Google Maps? Say i have a map with 3 different categories of markers. Is it possible to have different markers for these categories?
- Wed Dec 19, 2007 3:06 pm
- Forum: Feature ideas
- Topic: News Filter
- Replies: 0
- Views: 1881
News Filter
In admin -> news , is it possible to filter the news by category, edit an article and after submission return to the "filtered" page? I am running a website using cmsms with more than 200 news items and it's a bit difficult to filter them each time i want to edit a page. Otherwise, best cm...
- Fri Nov 30, 2007 8:42 am
- Forum: CMSMS Core
- Topic: News module: Question about details page
- Replies: 2
- Views: 1201
News module: Question about details page
Hello everyone, I am using the news module and i would like to know if it is possible to make the details page optional. I mean, i would like to be able to write only on the summery field in some articles without having to write details about a specific article and now to show the "more" l...
- Mon Oct 30, 2006 8:45 am
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
Hey jozef
This is the first time using cmsmadesimple and i will need multilingual support for sure. At the point i get there i ll be the first to post my tips 


- Fri Oct 27, 2006 3:14 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
- Fri Oct 27, 2006 2:52 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
actually the line i mentioned before is :
Code: Select all
$ary[] = "word = " . $db->qstr($word);
- Fri Oct 27, 2006 2:46 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
aply those 2 changes in fckconfig.js
re enter the greek word in one content page and search again. Without my patch it should not find anything
Code: Select all
FCKConfig.IncludeLatinEntities = true;
FCKConfig.IncludeGreekEntities = false;
- Fri Oct 27, 2006 2:27 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
Now i am confused. I thought that after my patcing there will be no HTML entities in DB. But they are there! There are no HTML entities in DB anymore jozef. These characters i mentioned before appear on the URL NOT the database.Try it by urself. Copy paste the word "Αποτέλεσμα" from here ...
- Fri Oct 27, 2006 2:20 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
ok let's see coz it works but i am not sure if this is the right way... after doing everything jozef said i did the following: in the file action.dosearch.php i replaced this line : $ary[] = "word = " . $db->qstr(htmlentities($word, ENT_COMPAT, 'UTF-8')); with this: $ary[] = "word = &...
- Fri Oct 27, 2006 1:37 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
Josef i added the set names lines and i did everything u described :) This is the first time i am using mysql 5.0 and that's because the site built with cmsmadesimple is going to be hosted on mysql 5.0 server. Here's a step. I edited fckconfig.js like that and now the characters are stored in db jus...
- Fri Oct 27, 2006 12:52 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
Nope. This didn't work for Greek characters. everything on my DB (mysql 5.0) is set to utf-8.
When i use fckeditor characters are stored as "Γ&Theta.. etc" and they are searchable.
I deactivate fckeditor, contenet goes as it should be in db but it's not searchable.
When i use fckeditor characters are stored as "Γ&Theta.. etc" and they are searchable.
I deactivate fckeditor, contenet goes as it should be in db but it's not searchable.

- Wed Oct 25, 2006 4:23 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
Exactly. This is the second day straight playing with this. I used fckeditor and characters are stored in database as "&Gamma&Epsilon" etc.. In that case search works just fine... If i take fckeditor out data is stored Like that in database "Σκατά". Both are searchab...
- Wed Oct 25, 2006 1:11 pm
- Forum: CMSMS Core
- Topic: Search Module - Greek Search
- Replies: 20
- Views: 8962
Re: Search Module - Greek Search
I am using 1.0.2 . Any related topics to read on? It just doesn't return any results... 
