Search found 6 matches
- Fri Jul 18, 2008 4:06 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: use one set of files for multiple sites
- Replies: 3
- Views: 1668
Re: use one set of files for multiple sites
thanks, but that is 3 domains pointing to the same cms, not 3 separate websites, different content, all using the same core files. thats a totally different idea. I am tryig to run multiple sites using one set of core files, like editwrx or dragdropsitecreator or sitezen can do so we just have to up...
- Thu Jul 17, 2008 9:27 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: use one set of files for multiple sites
- Replies: 3
- Views: 1668
use one set of files for multiple sites
Is it possible, or has anyone tried this. I have root access to my server. I have a lot of installs in a lot of different urls/accounts. Updating all the sites is a real pain. Quesiton 1 I was wondering if I could put the core files above the root of each domain on my server and then just change t...
- Mon Jan 21, 2008 7:27 pm
- Forum: CMSMS Core
- Topic: FileManager error when attempting to delete file or perform -any- action
- Replies: 7
- Views: 55915
Re: FileManager error when attempting to delete file or perform -any- action
i can delete it, just can not rename a file or chmod a file
when i mouse over those icons i see somehting like this:
when i mouse over those icons i see somehting like this:
Code: Select all
-- AddME - Module:FileManager - string:chmod --
- Tue Jan 01, 2008 2:09 pm
- Forum: CMSMS Core
- Topic: Permissions problems - things showing up that shouldn't be
- Replies: 4
- Views: 2078
Re: Permissions problems - things showing up that shouldn't be
this worked better for me: in class.admintheme.inc.php around line 775 change the permission of the extensions to something else you would want it to be allowed under like managing users as i did inthe example 'description'=>lang('extensionsdescription'),'show_in_menu'=>$this->HasPerm('extensionsPer...
- Tue Jan 01, 2008 2:04 pm
- Forum: CMSMS Core
- Topic: Remove 'Extensions' menu from control panel
- Replies: 11
- Views: 4158
Re: Remove 'Extensions' menu from control panel
this worked better for me: in class.admintheme.inc.php around line 775 change the permission of the extensions to something else you would want it to be allowed under like managing users as i did inthe example 'description'=>lang('extensionsdescription'),'show_in_menu'=>$this->HasPerm('extensionsPer...
- Tue Jan 01, 2008 1:59 pm
- Forum: CMSMS Core
- Topic: How to hide "Extensions" menu in admin panel?
- Replies: 7
- Views: 3248
Re: How to hide "Extensions" menu in admin panel?
in class.admintheme.inc.php around line 775 change the permission of the extensions to something else you would want it to be allowed under like managing users as i did inthe example 'description'=>lang('extensionsdescription'),'show_in_menu'=>$this->HasPerm('extensionsPerms')), change it to for exa...