you can set up the thumbnails to be stored in a separate folder, then call that folder via the content_image dir path
to change where the thumbails are stored edit /lib/filemanager/ImageManager/config.inc.php
$IMConfig['thumbnail_dir'] = 'thumb';
(on v. 1.6.6 it's at line 86)
Search found 11 matches
- Fri Oct 30, 2009 9:51 pm
- Forum: Developers Discussion
- Topic: content_image dropdown to thumbnail list?
- Replies: 2
- Views: 1745
- Mon Oct 30, 2006 8:18 pm
- Forum: CMSMS Core
- Topic: Root URL
- Replies: 2
- Views: 1740
Re: Root URL
Hey there,
I'm not entirely sure what you're asking, but if you're trying to create an absolute url for a file uploaded via your file manager this is how you would access it:
http://www.yourdomainname.com/entirepat ... lename.doc
Hope that helps...
I'm not entirely sure what you're asking, but if you're trying to create an absolute url for a file uploaded via your file manager this is how you would access it:
http://www.yourdomainname.com/entirepat ... lename.doc
Hope that helps...
- Mon Oct 30, 2006 8:11 pm
- Forum: CMSMS Core
- Topic: Preview blank in v.1.0.2 "Maui"
- Replies: 6
- Views: 2208
Re: Preview blank in v.1.0.2 "Maui"
Is anyone else experiencing this problem, or is it just me? 

- Fri Oct 20, 2006 5:08 pm
- Forum: CMSMS Core
- Topic: Preview blank in v.1.0.2 "Maui"
- Replies: 6
- Views: 2208
Preview blank in v.1.0.2 "Maui"
Hi All, I just installed v.1.0.2: the install went fine, I can see the live pages, but I the page preview won't work at all. When I'm in "Edit Content" I click the Preview button and nothing happens. So then I click on the Preview tab, and it switches to that tab, but the preview area is c...
- Thu May 04, 2006 7:14 pm
- Forum: CMSMS Core
- Topic: Preview not showing additional content blocks
- Replies: 14
- Views: 5027
Re: Preview not showing additional content blocks
Can anyone tell me if they experience this problem of additional content blocks not showing up in the preview?
Thanks!
Thanks!
- Wed Apr 26, 2006 8:24 pm
- Forum: CMSMS Core
- Topic: Preview not showing additional content blocks
- Replies: 14
- Views: 5027
Preview not showing additional content blocks
Hi All, I couldn't find another thread on this topic--and I assume I'm not the only one with this problem--so I apologize if I missed it... In all versions of CMS MS that I've downloaded (.11 through .12) I can't get additional content block content to show up in the preview mode. The content in the...
- Tue Mar 07, 2006 5:41 pm
- Forum: Modules/Add-Ons
- Topic: Missing messages
- Replies: 2
- Views: 1772
Re: Missing messages
I was receiving similar messages and it turned out that the paths were wrong in the config file--not sure if that will solve your problem, but you might want to double check those paths...
- Tue Mar 07, 2006 5:05 am
- Forum: CMSMS Core
- Topic: Error loading the News module
- Replies: 4
- Views: 2277
Re: Error loading the News module
has anyone found a solution or work-around to this?
thanks!
thanks!
- Fri Jan 27, 2006 1:27 am
- Forum: CMSMS Core
- Topic: Testing to see if a content block exists / contains content
- Replies: 20
- Views: 9390
Re: Testing to see if a content block exists / contains content
I was wondering if anyone figured out an alternate way of testing for content...
The {capture name='contentoutput'} worked for me on an older CMS MC version, but as soon as we upgraded it broke--and no changes were made to content in the database.
Thanks!
The {capture name='contentoutput'} worked for me on an older CMS MC version, but as soon as we upgraded it broke--and no changes were made to content in the database.
Thanks!
- Thu Nov 10, 2005 5:43 pm
- Forum: CMSMS Core
- Topic: Testing to see if a content block exists / contains content
- Replies: 20
- Views: 9390
Re: Testing to see if a content block exists / contains content
Wishy, Thanks for your prompt reply!
At first I couldn't get it to work, but then I added a '$':
{if $smarty.capture.contentoutput ne ''}{/if}
It works beautifully. Thanks!
At first I couldn't get it to work, but then I added a '$':
{if $smarty.capture.contentoutput ne ''}{/if}
It works beautifully. Thanks!
- Thu Nov 10, 2005 1:20 am
- Forum: CMSMS Core
- Topic: Testing to see if a content block exists / contains content
- Replies: 20
- Views: 9390
Testing to see if a content block exists / contains content
I'm a newbie to CMS made simple, so I suspect this may be an easy question--I just couldn't find an answer in the forums... I'm trying to display special html formatting in a template ONLY if a content block exists / contains text, so I need to figure out how to test for a content block. My content ...