Search found 21 matches
- Tue Nov 01, 2022 10:36 am
- Forum: CMSMS Core
- Topic: Site admin is very slow
- Replies: 7
- Views: 1656
Re: Site admin is very slow
Thanks, I'll contact the hosting company.
- Mon Oct 31, 2022 8:47 pm
- Forum: CMSMS Core
- Topic: Site admin is very slow
- Replies: 7
- Views: 1656
Site admin is very slow
The admin side of my site http://www.williscalibra.com/ is very slow. Some pages take a minute or more to load, such as saving a page in Content Manager, or saving a template. The site uses CMSM 2.2.7 and PHP 5.6 so I’ve upgraded to 2.2.16 and PHP 8 on a copy of the site at http://cal.webu.org.uk/ a...
- Mon Oct 31, 2022 8:39 pm
- Forum: CMSMS Core
- Topic: Templates not working after upgrading to 2.2.16
- Replies: 1
- Views: 797
Templates not working after upgrading to 2.2.16
Hi, I’ve upgraded from 2.2.7 to 2.2.16 and now have problems with the templates. The content is shown on the client side but not shown in the editor. The template has 2 blocks of content and used to use: <tr> <td class="first">{content }</td> <td class="spacer"> </td> <t...
- Thu Aug 21, 2014 3:22 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE and Internet Explorer 11
- Replies: 20
- Views: 11589
Re: TinyMCE and Internet Explorer 11
A horrible bodge that works is to add
XXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXX
- Wed Aug 31, 2011 8:50 am
- Forum: Announcements
- Topic: Announcing CMSMS 1.9.4.3 - Important Security Release
- Replies: 42
- Views: 40128
Re: Announcing CMSMS 1.9.4.3 - Important Security Release
It's the stock version of TinyMCE. The Modules sceen gives the version as 2.8.4 Thank you for your deteiled message. Were you running a stock version of CMSMS 1.9.4.2 ? or had you customized TinyMCE. I got the cmsmsmadesimple-english-diff1.9.4.2-1.9.4.3 and tested on my local install. The tiny MCE u...
- Mon Aug 29, 2011 10:38 am
- Forum: Announcements
- Topic: Announcing CMSMS 1.9.4.3 - Important Security Release
- Replies: 42
- Views: 40128
Re: Announcing CMSMS 1.9.4.3 - Important Security Release
I got the cmsmsmadesimple-english-diff1.9.4.2-1.9.4.3 and tested on my local install. The tiny MCE updates change the text on the drop-downs to “advanced.style”, “advanced.paragraph” etc. instead of "Styles", "Format" etc. I re-copied modules/TinyMCE from the 1.9.4.2 release but ...
- Wed Sep 02, 2009 3:19 pm
- Forum: CMSMS Core
- Topic: [solved] TinyMCE toolbar disappeared after upgrading to 1.6.3
- Replies: 2
- Views: 1584
[solved] TinyMCE toolbar disappeared after upgrading to 1.6.3
The TinyMCE toolbar disappeared after upgrading from 1.5.4 to 1.6.3 on several different sites. Simply uninstalling & reinstalling fixed it.
Just thought I'd mention it in case other folk see the same thing.
Just thought I'd mention it in case other folk see the same thing.
- Mon Apr 06, 2009 2:55 pm
- Forum: Modules/Add-Ons
- Topic: Which is the best shopping cart ?
- Replies: 2
- Views: 1749
Which is the best shopping cart ?
Hi, I'm looking to upgrade the shopping cart on a CMSMS site http://www.optima-research.com. I'd really appreciate hints on the best way to go. The cart needs to : - display all the products on 1 page, in a format I define - let the site owner add & update products via CMSMS - let use...
- Wed Nov 26, 2008 12:16 pm
- Forum: CMSMS Core
- Topic: My mistake - but how to fix it ?
- Replies: 2
- Views: 1080
My mistake - but how to fix it ?
Hi, I put live a site with an error in config.php : I had $config['uploads_path'] = '/home/sites/mysite.co.uk/uploads not $config['uploads_path'] = '/home/sites/mysite.co.uk/public_html/uploads I've changed it, so file uploads work fine now, but the TinyMCE file picker still looks in the old, wrong...
- Sat Sep 13, 2008 10:15 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Tinymce pastetext
- Replies: 5
- Views: 2421
Re: Tinymce pastetext
Hi,
Will the version of CMSMS after 1.4.1 use TinyMCE 2.4.7 ?
TractorBoy
Will the version of CMSMS after 1.4.1 use TinyMCE 2.4.7 ?
TractorBoy
- Thu Mar 13, 2008 3:10 pm
- Forum: Modules/Add-Ons
- Topic: News module ordering bug
- Replies: 1
- Views: 1063
News module ordering bug
I couldn't get the news module to order stories by news_title, the story title. The fix is to change of actin.default.php to add "mn." before the field name : $query1 .= "ORDER BY mn." . str_replace("'", '', str_replace(';', '', $params['sortby'])) . " ";
- Thu Mar 13, 2008 3:08 pm
- Forum: Modules/Add-Ons
- Topic: News module extra field iimages don't work in Firefox
- Replies: 1
- Views: 963
Re: News module extra field iimages don't work in Firefox
line 81 of action.detail.php needs the same fix
- Thu Mar 13, 2008 9:23 am
- Forum: Modules/Add-Ons
- Topic: News module extra field iimages don't work in Firefox
- Replies: 1
- Views: 963
News module extra field iimages don't work in Firefox
Extra fields of type "file" let you upload images & add them to a story. The images appear ok in IE, but not in FF, because the URL uses "\" not "/" in the {$entry->file_location} tag. To fix this change line 267 of News\Action.default.php : //Old : $onerow->file_l...
- Wed Jan 23, 2008 4:13 pm
- Forum: CMSMS Core
- Topic: Character sets - ISO.8859-1 Latin-1 and utf8.
- Replies: 3
- Views: 2048
Re: Character sets - ISO.8859-1 Latin-1 and utf8.
I've just fixed a similar problem. The British pound symbol "£" was turned into "??" in page content, titles, menus etc. ( Maybe we should just use the Euro ;) ) The problem was the character set used in the database. Changing the character set from ascii to latin1 fixed the p...
- Sat Sep 29, 2007 9:58 am
- Forum: General Discussion
- Topic: A few "pre-sales" questions
- Replies: 11
- Views: 6726
Re: A few "pre-sales" questions
Thanks. One last question... what would you say are the key points of differentiation that CMSMS has over Joomla? Joomla has more add-ons and a wider user base than CMSMS. It has a lot more options for how content is grouped and displayed. 95% of sites don't need these options, which therefore ar...