Any Idea on how to use Sothink DHTML with cmsm ?
found the links below
http://forum.cmsmadesimple.org/index.ph ... 064.0.html
DHTML Menus
http://forum.cmsmadesimple.org/index.ph ... 124.0.html
http://dev.cmsmadesimple.org/projects/pimenu/
Search found 19 matches
- Mon Mar 15, 2010 6:40 pm
- Forum: Modules/Add-Ons
- Topic: sothink dhtml menu compatible met cmsmadesimple ?
- Replies: 1
- Views: 1153
- Mon Feb 22, 2010 8:38 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Solved-Upgrade Missing Admin CSS
- Replies: 1
- Views: 1105
Re: Upgrade Missing Admin CSS
::)Found it Table: cms_userplugins $websiteWidgetArgs = array( 'widgetID' => $params['wid'], 'method' => 'fopen', 'whoisWidget' => $params['whois'], 'multiDomain' => $params['mwhois'], 'urlORpath' => 'https://www.domain/shop/order' ); @include('secure/shop/order/website_widget_creator.php'); chdir(...
- Mon Feb 22, 2010 6:22 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Solved-Upgrade Missing Admin CSS
- Replies: 1
- Views: 1105
Solved-Upgrade Missing Admin CSS
I did a backup of the old installation. Created a new installation and restored sql back Result missing UDT and templates content still exits but no working website Upgraded Old installation Result missing Admin CSS The problem is not in any file as I now have two databases running With the old data...
- Sun Feb 21, 2010 1:49 pm
- Forum: CMSMS Core
- Topic: Solved - Config Root Http_Host + sub directory
- Replies: 1
- Views: 885
Re: Config Root Http_Host + sub directory
Solved
$config['root_url'] = 'http://'. $_SERVER['SERVER_NAME'].'/cmsms';
$config['root_url'] = 'http://'. $_SERVER['SERVER_NAME'].'/cmsms';
- Sun Feb 21, 2010 1:41 pm
- Forum: CMSMS Core
- Topic: Solved - Config Root Http_Host + sub directory
- Replies: 1
- Views: 885
Solved - Config Root Http_Host + sub directory
I have multiple domains thus use $config['root_url'] = 'http://'. $_SERVER['HTTP_HOST']; see http://forum.cmsmadesimple.org/index.php/topic,23767.msg115404.html#msg115404 How Do I ? add a subdirectory to this ? example $config['root_url'] = 'http://'. $_SERVER['HTTP_HOST']; = domainname $config...
- Sun Feb 21, 2010 8:41 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] Smarty Error in Step 1
- Replies: 24
- Views: 8968
Re: [Solved] Smarty Error in Step 1
Had the same problem on a new install of 1.6
Error was caused by the config file.
Removed the config file and restarted installation
PS. The error only seems to effect the images cycle
Error was caused by the config file.
Removed the config file and restarted installation

PS. The error only seems to effect the images cycle
- Tue Feb 02, 2010 9:19 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: How to configure the domain/cms correctly (cms in a subdirectory)
- Replies: 7
- Views: 4394
- Tue Feb 02, 2010 9:17 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Installation in sub Domain eg cms
- Replies: 5
- Views: 3114
- Tue Feb 02, 2010 8:51 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] CMSMS - Install cms in a subdirectory RewriteBase /cms
- Replies: 4
- Views: 3952
[Solved] CMSMS - Install cms in a subdirectory RewriteBase /cms
The wiki documentation mentions installing cmsms in a subdirectory RE: http://forum.cmsmadesimple.org/index.php/topic,27436.msg132606.html#msg132606 $config['root_url'] = 'http://mydomain/cms'; = http://mydomain/cms/index.html $config['root_url'] = 'http://mydomain'; = http://mydomain/index.ht...
- Mon Dec 14, 2009 4:17 pm
- Forum: CMSMS Core
- Topic: [ SOLVED ] two identical CMSMS into the same host
- Replies: 3
- Views: 1667
- Wed Nov 04, 2009 8:49 pm
- Forum: Modules/Add-Ons
- Topic: File Backup when Tar not available
- Replies: 4
- Views: 1507
Re: File Backup when Tar not available
Have your tried it anyway as I have the same error but can do the backup
- Sat Jan 24, 2009 12:26 pm
- Forum: Modules/Add-Ons
- Topic: Module suggestion? Artist profile page + image gallery + user ability to update
- Replies: 10
- Views: 3877
Re: Module suggestion? Artist profile page + image gallery + user ability to update
Which module does this site http://www.northsoundartisans.org/ use for the gallery ?
- Tue Nov 11, 2008 11:54 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Installation in sub Domain eg cms
- Replies: 5
- Views: 3114
Re: Installation in sub Domain eg cms
Cleared cache but content is from a sql backup.
- Mon Nov 10, 2008 10:52 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Installation in sub Domain eg cms
- Replies: 5
- Views: 3114
Installation in sub Domain eg cms
I have usually installed CMS in the root directory , however had to change this to avoid conflict with another script. I tried changed the following RewriteBase /cms RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteRule ^(.+).htm$ index.php?page=$1 [QSA] This ...
- Fri Jul 25, 2008 2:50 pm
- Forum: CMSMS Core
- Topic: linking to documents
- Replies: 4
- Views: 1856
Re: linking to documents
Create edit a template in the uploads module
Create downloads page with category
{cms_module module="Uploads" category="**folder**" template="summary" }
Create downloads page with category
{cms_module module="Uploads" category="**folder**" template="summary" }