Als je op Uitbreidingen klikt in je CMSMS admin, staat daar in de lijst TinyMCE. Daar kan je settings voor TinyMCE aanpassen.
Vr.gr.,
Baris
Search found 10 matches
- Sat Sep 06, 2008 4:27 pm
- Forum: Dutch - Nederlands
- Topic: TinyMCE opmaak/buttons/advanced
- Replies: 1
- Views: 1518
- Sat Sep 06, 2008 2:09 pm
- Forum: Dutch - Nederlands
- Topic: FEU: username variabele in andere modules of tags gebruiken
- Replies: 1
- Views: 1491
Re: FEU: username variabele in andere modules of tags gebruiken
In mijn eigen tags gebruik ik (bovenaan):
global $gCms;
$feusers = $gCms->modules['FrontEndUsers']['object'];
if( $feusers )
{
$uid = $feusers->LoggedInId();
}
$uid is dan het indexnummer van de ingelogde user.
Vr.gr.,
Baris
global $gCms;
$feusers = $gCms->modules['FrontEndUsers']['object'];
if( $feusers )
{
$uid = $feusers->LoggedInId();
}
$uid is dan het indexnummer van de ingelogde user.
Vr.gr.,
Baris
- Thu May 08, 2008 2:46 pm
- Forum: Modules/Addon patchs
- Topic: Patch for Statistics module
- Replies: 5
- Views: 27555
Re: Patch for Statistics module
Ok, thanks!
- Tue May 06, 2008 10:55 am
- Forum: Modules/Addon patchs
- Topic: Patch for Statistics module
- Replies: 5
- Views: 27555
Re: Patch for Statistics module
Hi, I have MLE 1.2.4b and added this patch. I have 2 languages: english and dutch. Before the patch, the Current Online Visitors always calles the pages by the Dutch titles. After the patch it calles all the pages by the English title. Ofcourse it needs to call the pages whatever is really is (so if...
- Mon Apr 28, 2008 11:03 am
- Forum: [locked] CMSMS MLE fork
- Topic: [SOLVED] own custom language words / phrases in template
- Replies: 4
- Views: 3440
Re: own custom language words / phrases in template
Ok, thank, that is what I allready made myself also. So there is no module for this yet I guess. Maybe I will make it then.
- Mon Apr 28, 2008 11:00 am
- Forum: CMSMS Core
- Topic: Moving content up and down from the page [solved]
- Replies: 7
- Views: 2815
Re: Moving content up and down from the page
Don't know for sure if this is what you want: but can't you put DIVs around each content block and put arrows in those blocks and then with javascript program what the going up and down? I am not a javascript programmer but guess this code can be looked up thru google.
- Mon Apr 28, 2008 10:44 am
- Forum: [locked] CMSMS MLE fork
- Topic: [SOLVED] own custom language words / phrases in template
- Replies: 4
- Views: 3440
[SOLVED] own custom language words / phrases in template
Hi, I could not find the answer for my "problem" so am posting it here. I am using cmsms 1.2.4b (the multi language cmsms version). I am working on a multi language site. All modules that I have installed have language files so they get translated whenever a user clicks on a different lang...
- Fri Apr 25, 2008 10:11 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] paths in config/split paths for writable data and other files
- Replies: 5
- Views: 2314
Re: paths in config/split paths for writable data and other files
I found it. I did:
define("TMP_CACHE_LOCATION", '/site/data/tmp/cache');
etc.
That worked. Thanks
define("TMP_CACHE_LOCATION", '/site/data/tmp/cache');
etc.
That worked. Thanks
- Fri Apr 25, 2008 9:07 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] paths in config/split paths for writable data and other files
- Replies: 5
- Views: 2314
Re: paths in config/split paths for writable data and other files
Thanks for your fast reply. In fileloc.php I see the following: define("CONFIG_FILE_LOCATION", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'config.php'); define("TMP_CACHE_LOCATION", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'cache'); define("TMP_...
- Fri Apr 25, 2008 8:27 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] paths in config/split paths for writable data and other files
- Replies: 5
- Views: 2314
[SOLVED] paths in config/split paths for writable data and other files
Hi, I am working with CMSMS 1.2.4 on my own server to test and it works great. Now I have installed it on another server which has 1 odd thing: the path for the writable data directory is different from the normal path. So lets say my normal path is /site/www . This directory is not writable for my ...