Hey scotch,
I had this issue as well. You can find my solution in this post:
http://forum.cmsmadesimple.org/index.php/topic,23901.0.html
Of course, getting the latest version of TinyMCE ( as suggested by mark) will probably work as well, but I haven't tried that.
Search found 6 matches
- Thu Jul 24, 2008 10:59 am
- Forum: CMSMS Core
- Topic: only images showwing in 'links' dialog box
- Replies: 5
- Views: 2033
- Thu Jul 24, 2008 10:54 am
- Forum: CMSMS Core
- Topic: [SOLVED] - Unable to link to pdf files using the WYSIWYG editor
- Replies: 7
- Views: 3367
Re: [SOLVED] - Unable to link to pdf files using the WYSIWYG editor
sam_butler is correct. The actual line i changed in this file was line 70. I changed it from this: if ($file["ext"]!=".jpg" && $file["ext"]!=".gif" && $file["ext"]!=".png") continue; to this: if ($file["ext"]!=&q...
- Mon Jul 21, 2008 2:37 pm
- Forum: CMSMS Core
- Topic: [SOLVED] - Unable to link to pdf files using the WYSIWYG editor
- Replies: 7
- Views: 3367
Re: Unable to link to pdf files using the WYSIWYG editor
The problem here was that TinyMCE was looking for only images. I simply changed the file modules/TinyMCE/filepicker.php to allow .pdf files as well.
- Fri Jul 18, 2008 11:09 am
- Forum: CMSMS Core
- Topic: [SOLVED] - Unable to link to pdf files using the WYSIWYG editor
- Replies: 7
- Views: 3367
[SOLVED] - Unable to link to pdf files using the WYSIWYG editor
Hey folks, I'm adding a page which has a list of pdf files which can be downloaded. I've added all the pdf files using the file manager and they are all where they should be (/up;oads/ directory). However, these files are not showing in the 'CMSMadeSimple File Selection' dialog box when I try to a...
- Thu Jul 17, 2008 2:50 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Can I have two 'top-level' menus in my template?
- Replies: 4
- Views: 1944
Re: Can I have two 'top-level' menus in my template?
Thanks for the replies guys (that'll be the poet in me again :)) I actually got it working as I wanted. What I did was take two copies of simple_navigation.tpl and added an IF statement to both: one only outputting the horizontal menu (which should never change) and the other outputting all other ...
- Thu Jul 17, 2008 2:11 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Can I have two 'top-level' menus in my template?
- Replies: 4
- Views: 1944
[SOLVED] Can I have two 'top-level' menus in my template?
Hey folks, I've had a look through the default templates that are provided with CMS-MS, but none of them seem offer what I'm looking for so I've built my own template. This template needs to have two menus: one running horizontally beneath the page header and the other down the left column. It bas...