Search found 15 matches

by mesaverde
Sat Aug 23, 2008 11:27 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Where is Pasteword in Tinymce
Replies: 5
Views: 1851

Re: [SOLVED] Where is Pasteword in Tinymce

I've copied the text from word and ctrl-v to paste into tinymce. The formatting is preserved which is what my users want but the html is full of the usual word tags. Not tidy but does the job. When I paste using the paste button with the force clean box checked I get a paragraph full of word html <!...
by mesaverde
Sat Aug 16, 2008 3:12 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Where is Pasteword in Tinymce
Replies: 5
Views: 1851

Re: Where is Pasteword in Tinymce

Sil thanks for the followup and adding back pasteword.

For the time being, I cleared the "Force clean on paste" checkbox on the TinyMCE Advanced configuration page. It seems to paste my text from word fine but the html has the usual Word baggage.

Mesaverde
by mesaverde
Sat Aug 16, 2008 5:13 am
Forum: Modules/Add-Ons
Topic: [SOLVED] Where is Pasteword in Tinymce
Replies: 5
Views: 1851

[SOLVED] Where is Pasteword in Tinymce

So, how do I get the pasteword button back on tinymce? I've tried the suggestions from 1.3 but with no luck.

Thanks
by mesaverde
Sat Apr 19, 2008 6:15 pm
Forum: CMSMS Core
Topic: TinyMCE 2.4.0a2 missing cmsmslink button
Replies: 2
Views: 1361

TinyMCE 2.4.0a2 missing cmsmslink button

I recently upgraded TinyMCE to version 2.4.0a2. It appears that the cmsmslink button no longer appears on the toolbar. I have checked the cmsmslink plugin and verified that cmsmslink is in the toolbar list but no luck getting the icon back. Would appreciate any help in getting this feature to work. ...
by mesaverde
Sun Sep 23, 2007 5:42 am
Forum: CMSMS Core
Topic: Error CMS_VERSION in cmsmadesimple 1.1.3.1
Replies: 3
Views: 4832

Error CMS_VERSION in cmsmadesimple 1.1.3.1

There is a small error in the adodb.inc.php file in the latest update, version 1.1.3.1. This file can be found in the /lib/adodb_lite directory. The error will generate a warning message at the top of your webpage. The first line of code reads if(!isset($GLOBALS[CMS_VERSION])) die('Attempt to use AD...
by mesaverde
Sat Aug 04, 2007 4:28 pm
Forum: Tips and Tricks
Topic: Javascript in templates
Replies: 2
Views: 2986

Re: Javascript in templates

If you want the script in the header section of the webpage you can include a tag like this <__script__ src="xxx.js"> in the metatag section on the add/edit content page. You'll find that under the option tab. This will put the script tag in the header of your page and will link to your sc...
by mesaverde
Sat Aug 04, 2007 4:20 pm
Forum: Tips and Tricks
Topic: Dealing with Internet Explorer - Admin Login Problems
Replies: 0
Views: 1949

Dealing with Internet Explorer - Admin Login Problems

I don't know if others have had a problem using internet explorer and the admin panel. The problem occurs when you edit a page, news item or any content and submit the changes. Internet explorer may kick you back to the login window instead of saving your changes. This is very frustrating when you'v...
by mesaverde
Sat Jun 30, 2007 5:57 am
Forum: CMSMS Core
Topic: loading a javascript
Replies: 2
Views: 1187

Re: loading a javascript

You can include a script tag like this

Code: Select all

<__script__ src="xxx.js">
in the metatag section on the add/edit content page. You'll find that under the option tab. This will put the script tag in the header of your page and will link to your script file.
by mesaverde
Mon Jun 25, 2007 2:53 pm
Forum: CMSMS Core
Topic: How to use the wiki?
Replies: 5
Views: 1735

Re: How to use the wiki?

Yes,

I did go to the Forum for most of what I needed and found the solution to my question there.

Even so, it seems like users should be able to search the wiki so I was puzzled that I could not do so.

Thank you for your help.
by mesaverde
Mon Jun 25, 2007 1:25 pm
Forum: CMS Show Off
Topic: Okinawa Diving Shop
Replies: 8
Views: 3954

Re: Okinawa Diving Shop

Your site is pretty fast too. Did you do anything special to get the good speed?
by mesaverde
Mon Jun 25, 2007 1:16 pm
Forum: CMSMS Core
Topic: Contact form error [solved]
Replies: 3
Views: 1386

Re: Contact form error

I had a similar problem. The issue was that my web hosting company's email system requires authentication. You might want to look at the file function.contact_form.php in the the plugins directory. Line 91 reads elseif (@mail($to, $subject, $message, $extra)) You can change the variable $extra to in...
by mesaverde
Mon Jun 25, 2007 12:37 pm
Forum: CMSMS Core
Topic: How to use the wiki?
Replies: 5
Views: 1735

Re: How to use the wiki?

I was searching for more information about FCKeditorX. I was searching from the Documentation page, http://wiki.cmsmadesimple.org/index.php/Main_Page I used the search link and the search box, no results either way. I ended up just doing a google search site:wiki.cmsmadesimple.org fckeditorx Appreci...
by mesaverde
Sun Jun 24, 2007 3:37 pm
Forum: CMSMS Core
Topic: How to use the wiki?
Replies: 5
Views: 1735

How to use the wiki?

I seem to be having trouble searching the documentation wiki. When I enter a search string, no matter what string I use, I am returned to the search page with no results. I start from the "Documentation" page, hit the link to "Search this Wiki", enter the search term and go right...
by mesaverde
Sat Jun 23, 2007 2:07 pm
Forum: Tips and Tricks
Topic: smarty variable modifiers
Replies: 3
Views: 3001

Re: smarty variable modifiers

You can change fckeditor's default behavior when hitting the enter key to not insert the p tag. Find the file fckconfig.js in the \modules\FCKeditorX\FCKeditor directory and change these lines: FCKConfig.EnterMode = 'br' ; // p | div | br FCKConfig.ShiftEnterMode = 'p' ; // p | div | br You should b...
by mesaverde
Sun Jun 10, 2007 3:10 pm
Forum: Modules/Add-Ons
Topic: FCKeditor changes behaviour after upgrade from 1.04 to 1.06
Replies: 5
Views: 4198

Re: FCKeditor changes behaviour after upgrade from 1.04 to 1.06

I had been wondering for awhile now how to change fckeditor's behavior when inserting smarty tags, links, images, etc. until I came across this thread. It is a great and simple solution. I made the changes to switch enter behavior to "br" and shift-enter to "p" and it works great...

Go to advanced search