Search found 11 matches

by nkaushal
Thu Mar 26, 2009 4:28 am
Forum: Help Wanted (commercial)
Topic: Need Help to Modify Footer and add Google Analytics
Replies: 4
Views: 4894

Need Help to Modify Footer and add Google Analytics

We have a CMS Made Simple built website, whose webmaster recently left. We are trying to add GA code in the footer and not able to find where and how it can be added. Its not in global, and not in footer either. There already is an existing code which needs to be replaced but not sure where its comi...
by nkaushal
Thu Mar 26, 2009 2:31 am
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

Thats a sad news :(
Can we atleast do a 301 of some pages, say index.htm to index.php and so on?
by nkaushal
Wed Mar 25, 2009 7:02 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

Cleared the cookies but stiil not working.
by nkaushal
Wed Mar 25, 2009 6:54 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

IS this the correct one? $config = &$gCms->GetConfig(); $url = ""; $alias = ($this->mAlias != ''?$this->mAlias:$this->mId); /* use root_url for default content */         if($this->mDefaultContent) {         $url =  $config['root_url']. '/'; return $url;         } if ($config["ass...
by nkaushal
Wed Mar 25, 2009 6:38 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

I have done the changes as mentioned below, but its still going to en_US $config = &$gCms->GetConfig(); $url = ""; $alias = ($this->mAlias != ''?$this->mAlias:$this->mId); /* use root_url for default content */         if($this->mDefaultContent) {         #$url =  $config['root_url']. ...
by nkaushal
Wed Mar 25, 2009 5:41 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

I will take my chance with editing php file.
Can you please help me in that?
by nkaushal
Wed Mar 25, 2009 4:00 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

Yes there is a folder called mle and there also is a file config_lang.php in root
by nkaushal
Wed Mar 25, 2009 10:51 am
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

Existing webmaster left and we overtook this site, so honestly speaking no idea where it was downloaded from. If you like I can post the url.
by nkaushal
Wed Mar 25, 2009 4:17 am
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Re: Need help in making en_US url to show in root

I am using htaccess to manage urls. Here is my config.php url settings: #URL Settings #------------ #Show mod_rewrite URLs in the menu? You must enable 'use_hierarchy' for this to work for modules $config['assume_mod_rewrite'] = true; #Extension to use if you're using mod_rewrite for pretty URLs. $c...
by nkaushal
Tue Mar 24, 2009 4:31 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 9210

Need help in making en_US url to show in root

We are using CMS Made Simple 1.4.1 and the url structure which is showing right now is:

http://www.site.com/en_US/

Where we want it to be http://www.site.com/

Can you please help. We have mod_rewrite on and config_lang.php has define('DEFAULT_LANG', 'en_US');

Go to advanced search