Thank you for trying to help me with this.
Although I decided today , after 4 years of using cmsms on 20 sites, to go and migrate all sites to Wordpress. Therefore more help on improving my current installations will not be neccessay.
Thank you anyway.
Search found 79 matches
- Tue Apr 06, 2010 3:49 pm
- Forum: Modules/Add-Ons
- Topic: Search and News module questions
- Replies: 7
- Views: 2252
- Mon Apr 05, 2010 10:07 pm
- Forum: Modules/Add-Ons
- Topic: Search and News module questions
- Replies: 7
- Views: 2252
Re: Search and News module questions
News works now, but not the search ...
- Mon Apr 05, 2010 7:18 pm
- Forum: Modules/Add-Ons
- Topic: Search and News module questions
- Replies: 7
- Views: 2252
Re: Search and News module questions
So I guess your point is that is hierarchy is set to true, News module will work? 
Tested and news SEO links are working just fine.
I guess only the 500 error for the search is left ...

Tested and news SEO links are working just fine.
I guess only the 500 error for the search is left ...
- Mon Apr 05, 2010 7:16 pm
- Forum: Modules/Add-Ons
- Topic: Search and News module questions
- Replies: 7
- Views: 2252
Re: Search and News module questions
No, no hierarchy is used.
Code: Select all
$config['page_extension'] = '.php';
$config['use_hierarchy'] = false;
- Mon Apr 05, 2010 1:49 pm
- Forum: Modules/Add-Ons
- Topic: Search and News module questions
- Replies: 7
- Views: 2252
Search and News module questions
After long time of using cmsms, this is the first time I wanted to try out the News and Search modules. Unfortunately I run into problems/errors. News: How to I get SEO friendly links? I see no options or info in the module info. Is it standard or does it have to be tweaked in the code? Search: Addi...
- Thu Sep 24, 2009 4:41 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
Re: How should links be written i user defined tags?
Well sorry for that. I use the latest version. Basically no other plugins or so. No there is more code in the UDT, but all code has ben checked.
As I said thanks anyway for taking your time, but I give up. Since I'm the only one having this problem, so I will no longer take your time.
As I said thanks anyway for taking your time, but I give up. Since I'm the only one having this problem, so I will no longer take your time.
- Thu Sep 24, 2009 4:24 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
Re: How should links be written i user defined tags?
OK, guys. Thank you anyway for your time. I will port those couple sites to another cms, since I lost enough time on this. All other sites, without this function, works great on cmsms and can as they are.
Thread can be closed.
Thread can be closed.
- Thu Sep 24, 2009 4:22 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
Re: How should links be written i user defined tags?
Not sure what is going on. Might be something else in the UDT that is causing the problem. Well, I have had this problem since 1.4 I think, but been too lazy to look into that. Last time I gave up after couple of days ... this time I don't know what to do anymore. I'm in a way dependent on this fun...
- Thu Sep 24, 2009 4:17 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
Re: How should links be written i user defined tags?
This is not a CMSMS issue, it's a general programming issue... better asked on a different board. What do you mean? The code is correct, but the user defined tags gives a blank screen. It sure is a CMS issue I think, but I just can't find the bug. What obvious programming issues do you see here? Th...
- Thu Sep 24, 2009 3:59 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
Re: How should links be written i user defined tags?
This works: echo '<a href=" ">'.$lankurl.'</a>'; This don't work and give blank output: echo '<a href="test">'.$lankurl.'</a>'; I really have no clue what is going on. All my installations have this problem. I run many other scripts on the server and have no problems.
- Thu Sep 24, 2009 3:55 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
Re: How should links be written i user defined tags?
Thank you.
The variable is just fine.
" doesn't work at all, and that's why I use \' ....
The variable is just fine.
" doesn't work at all, and that's why I use \' ....
- Thu Sep 24, 2009 1:28 pm
- Forum: CMSMS Core
- Topic: How should links be written i user defined tags?
- Replies: 12
- Views: 3390
How should links be written i user defined tags?
Ok, I have this problem, that I don't get. This is how I tried to write the links in user defined tags and it gives me a blank output on the page:
Any idea? 
Code: Select all
echo '<a href=\''.$lankurl.'\'>'.$lankurl.'</a>';

- Tue Jul 07, 2009 5:32 pm
- Forum: CMSMS Core
- Topic: Charset problems for links, 1.6
- Replies: 3
- Views: 1272
Re: Charset problems for links, 1.6
Thanks. I didn't find it there, but the thread led me to another: http://forum.cmsmadesimple.org/index.php/topic,31913.msg165925.html#msg165925 I think the main issue of function.cms_selflink.php between 1.5.4 and 1.6 iis that in 1.6 release there's these lines 345 $label = cms_htmlentities($label)...
- Tue Jul 07, 2009 12:22 pm
- Forum: CMSMS Core
- Topic: Charset problems for links, 1.6
- Replies: 3
- Views: 1272
Re: Charset problems for links, 1.6
Anyone maybe could give a hint where to start looking for this error?
- Tue Jul 07, 2009 12:21 pm
- Forum: CMSMS Core
- Topic: Upgrading from 1.0.2 to 1.6.0
- Replies: 3
- Views: 1272
Re: Upgrading from 1.0.2 to 1.6.0
I just upgraded one site from 1.08 . I upgraded first to 1.5 and then to 1.6 and it worked fine.