Search found 54 matches

by jsmonzani
Thu Nov 23, 2017 12:02 pm
Forum: Modules/Add-Ons
Topic: Issues: TinyMCE loading styles in the Editor and a solution
Replies: 0
Views: 919

Issues: TinyMCE loading styles in the Editor and a solution

This is an answer to the question raised here: https://forum.cmsmadesimple.org/viewtopic.php?f=8&t=74514 (unfortunately the topic is locked). I've run into this problem with TinyMCE 3.1.4 and CMSMS 2.2.3.1, where my custom stylesheet doesn't always load in TinyMCE. Here's my solution. I've got t...
by jsmonzani
Thu Oct 06, 2016 10:58 am
Forum: The Lounge
Topic: CMS 2.1.5: Unwanted accents in aliases and URL (OK with v.1)
Replies: 0
Views: 1230

CMS 2.1.5: Unwanted accents in aliases and URL (OK with v.1)

Hello, Being a long-time user of CMS Made Simple, I'm facing a problem with automatically generated aliases / URLs in CMS 2.1.5, based on the page title. In the past, accentuated characters were replaced be regular characters for the automatically generated aliases and URLs. For instance, a page nam...
by jsmonzani
Wed Jun 29, 2016 10:33 am
Forum: Developers Discussion
Topic: CMS 2: need help $smarty in UDT
Replies: 3
Views: 4503

Re: CMS 2: need help $smarty in UDT [SOLVED]

Thank you very much for your replies! All is working now, and I can confirm that $gCms assignment is working properly too. Thanks Jeff for your suggestion, I do agree with you. There's actually a reason for using global smarty variables in my application. (Just looking for how to mark this topic as ...
by jsmonzani
Tue Jun 28, 2016 1:59 pm
Forum: Developers Discussion
Topic: CMS 2: need help $smarty in UDT
Replies: 3
Views: 4503

CMS 2: need help $smarty in UDT

Hello I'm trying to upgrade my websites to CMS v.2 and I'm running into problems with $smarty in UDT. Basically, I know how to get / set data in $smarty and in $gCms in v.1 but I fail to map my knowledge to v.2. I've read the Introduction to Writing Modules for CMS Made Simple as well as the new doc...
by jsmonzani
Wed Mar 13, 2013 8:19 pm
Forum: The Lounge
Topic: I want small url with no parent directory displayed[solved]
Replies: 4
Views: 2750

Re: I want small url with no parent directory displayed

Rolf's suggestion is correct: I've tested it in 1.11.4 You should go to Site Admin -> Global Settings -> Content Editing Settings and check Automatically create page URL's: Yes Automatically created URL's are flat: Yes Mind you though that the new approach is to use custom page URLs: therefore, you ...
by jsmonzani
Sat Feb 23, 2013 8:00 am
Forum: General Discussion
Topic: [SOLVED] Search module: multiple search templates?
Replies: 5
Views: 4082

Re: [SOLVED] Search module: multiple search templates?

Thank you very much Psy, it's indeed a good starting point for me.

Best regards,

JS
by jsmonzani
Tue Feb 19, 2013 3:36 pm
Forum: General Discussion
Topic: [SOLVED] Search module: multiple search templates?
Replies: 5
Views: 4082

Re: Search module: multiple search templates? (search in New

calguy1000: Your efficiency is always a pleasure :)
Yes, I had thought of a smarty global variable too, or a POST variable hack. It seems that it's the kind of workaround I would need to go for.

Thanks for your help!
by jsmonzani
Tue Feb 19, 2013 3:27 pm
Forum: General Discussion
Topic: [SOLVED] Search module: multiple search templates?
Replies: 5
Views: 4082

[SOLVED] Search module: multiple search templates?

Hello I am preparing a website into which I need to add two search boxes: - search the full website - search only in news Is it possible to let the visitor search in the news module exclusively? (I'm not talking about filtering by tags but plain text search). It could be tempting to modify the Searc...
by jsmonzani
Mon Jan 28, 2013 10:24 pm
Forum: General Discussion
Topic: [SOLVED] Share smarty variables between multiple CSS
Replies: 3
Views: 2554

Re: Share smarty variables between multiple CSS

Thank you both for your answers! calguy, as usual, you're faster than light ;) The GCB will indeed be a good solution. I also thought that each call to cms_stylesheet would be independent. Actually, you might wonder why I simply don't do a {cms_stylesheet} and attach my stylesheets to the template. ...
by jsmonzani
Mon Jan 28, 2013 9:56 pm
Forum: General Discussion
Topic: [SOLVED] Share smarty variables between multiple CSS
Replies: 3
Views: 2554

[SOLVED] Share smarty variables between multiple CSS

Hello! I am currently using multiple CSS for an adaptive website (media-queries-specific CSS and pre-IE 9 specific files) and manually loading them in my template with {cms_stylesheet name="mycss"}, depending on the context. I've noticed that variables defined in smarty within a stylesheet...
by jsmonzani
Wed Dec 15, 2010 10:36 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing or Upgrading to 1.9 - Problems and Solutions
Replies: 181
Views: 83538

Re: Installing or Upgrading to 1.9 - Problems and Solutions

1. Problems with {menu ... number_of_levels="1"} [Fixed] Solution: Already fixed in SVN MenuManager rev. 172  file MenuManager.module.php http://viewsvn.cmsmadesimple.org/filedetails.php?repname=menumanager&path=%2Ftrunk%2FMenuManager.module.php You can also temporary set number_of_le...
by jsmonzani
Fri Sep 17, 2010 9:32 am
Forum: [locked] Installation, Setup and Upgrade
Topic: TinyMCE 2.7.3 - displaying cms_selflink tags as regular links / CMSMS 1.8.2
Replies: 0
Views: 929

TinyMCE 2.7.3 - displaying cms_selflink tags as regular links / CMSMS 1.8.2

Hello! While upgrading a CMSMS 1.2.5 site to 1.8.2, I've encountered a problem with TinyMCE. Self-links added to pages by clients won't display as regular underline links but with the full smarty code like that: {cms_selflink page='111' text='test'} while it was previously displaying like this: test...
by jsmonzani
Mon Sep 28, 2009 2:27 pm
Forum: Tips and Tricks
Topic: Editing a page with 1.6.x: restore the "Template" droplist
Replies: 2
Views: 1894

Re: Editing a page with 1.6.x: restore the "Template" droplist

Thanks Ronny. Yes, I've understood that by myself :)

Unfortunately, I couldn't locate the explanation about this feature and therefore lost time digging for it ;D
by jsmonzani
Mon Sep 28, 2009 2:26 pm
Forum: Tips and Tricks
Topic: simple way to exclude thumbnails in content_image plugin
Replies: 6
Views: 5982

Re: simple way to exclude thumbnails in content_image plugin

it renders the content_image block uneditable
Really? I've just tested it on 1.6.5 with Firefox and IE without any problem. Which browser did you use?
by jsmonzani
Mon Sep 28, 2009 1:15 pm
Forum: Tips and Tricks
Topic: Editing a page with 1.6.x: restore the "Template" droplist
Replies: 2
Views: 1894

Editing a page with 1.6.x: restore the "Template" droplist

For people editing pages and wondering why the “Template” droplist isn’t there anymore in version 1.6.x If, like me, you didn’t liked the moving of the “Template” droplist from the Main page editing tab to the Advanced tab, here’s how to fix it: go to Site Admin , click Advanced Setup and check Tem...

Go to advanced search