Search found 22 matches
- Tue Jun 21, 2011 9:38 am
- Forum: French - Français
- Topic: [RESOLU]Problème TinyMCE disparition de la barre
- Replies: 9
- Views: 8149
Re: [RESOLU]Problème TinyMCE disparition de la barre
Bonjour, Excusez moi de remonter ce post, mais je viens d'avoir le même problème de barre d'outil TinyMCE qui avait disparue. Je suis passé à la version 1.7 sur un site et j'ai eu ce problème. Avant de me lancer dans 3 heures de mise à jour, je suis aller voir le module tinyMCE dans le panneau de co...
- Mon Sep 13, 2010 11:13 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Is it possible to Search within a News module Category?
- Replies: 3
- Views: 1442
Re: [SOLVED] Is it possible to Search within a News module Category?
Hello, Sorry to "re open" this topic, but I can't find any answer to my question. I need to start a search on the page's content and the news. How can I do that (ie what is the name of the module for the content) ? I tried : {search modules="News, Contents " resultpage="myP...
- Sun Feb 14, 2010 4:52 pm
- Forum: Developers Discussion
- Topic: css compression
- Replies: 5
- Views: 2676
Re: css compression
Thanks Jeremy I made a try of ScriptDeploy ... It seems that it can be my solution, but ... I had something strange : I made a script within ScriptDeploy : JS and the target is lig/prototype.js. I made a group for my css' I made a script with one css (for the moment) and put it in the group. I p...
- Sun Feb 14, 2010 3:34 pm
- Forum: Developers Discussion
- Topic: css compression
- Replies: 5
- Views: 2676
Re: css compression
Thanks for the answer. I know the css compression tools. I will make a try for my css. I tried on the meetup.com and get the meetup.css : 35Ko (according to yslow). When I looked at your css, its weight is 179 Ko, so the content is zipped on the server and send to the client. This zip is automatic f...
- Sun Feb 14, 2010 12:20 pm
- Forum: Developers Discussion
- Topic: css compression
- Replies: 5
- Views: 2676
css compression
Hi all, Like a lot of web site maker, I'm trying to accelerate the page load time ... I'm using the 1.6.6 CMS version and try to accelerate using the Yslow firefox plugin indications. It said me that the css were not compressed ... so I searched for solutions with google informations. I found some s...
- Sat Jan 30, 2010 9:47 pm
- Forum: Developers Discussion
- Topic: Getting CSS from module
- Replies: 5
- Views: 2916
Re: Getting CSS from module
So I'm back with a solution to my problem. To wishbone : I tried the script you gave me, and it works fine. I tried also the "CheckExistingTemplateName" function , but it only returned true or false if the template exists (it's quiet normal according to the function's name). But finally, I...
- Mon Jan 18, 2010 8:04 am
- Forum: Developers Discussion
- Topic: Getting CSS from module
- Replies: 5
- Views: 2916
Re: Getting CSS from module
Thanks a lot for the answer.
I will try it today (with the template name first and the template ID if it doesn't work) and reply to let you know the result.
So let's go to work ....
Stephane
I will try it today (with the template name first and the template ID if it doesn't work) and reply to let you know the result.
So let's go to work ....
Stephane
- Sun Jan 17, 2010 11:46 pm
- Forum: Developers Discussion
- Topic: Getting CSS from module
- Replies: 5
- Views: 2916
Re: Getting CSS from module
Thanks wishbone, I will try it tomorrow. Just a last question : Do I have to know the page Id or is it possible to get the associate CSS with the alias of my page in a king of : $style_ids = $style_ops->GetTemplateAssociatedStylesheets(My_Alias); For Dr.CSS : I know that HTML email are not very easy...
- Sun Jan 17, 2010 7:32 pm
- Forum: Developers Discussion
- Topic: Getting CSS from module
- Replies: 5
- Views: 2916
Getting CSS from module
Hi All, I'm actually writting a module. In this module , I use CMSMailer to send a mail : I get the cmsmailer module, fill the body and send. But, the body is a HTML page (I'm using $smarty->ProcessTemplate('myTemplate') to get it), and I need to retrieve the according css. So my question is : How d...
- Sat Oct 31, 2009 5:54 pm
- Forum: CMSMS Core
- Topic: Very big smarty object
- Replies: 2
- Views: 1047
Re: Very big smarty object
Thanks Peciura for answer, I didn't explore the get_template_vars functionnality. I will ... But my question is only a "performance" one : if I can find all the pages content in this object, it means that there was one (or more) sql query made to do this. Actually, I'm just making some tes...
- Sat Oct 31, 2009 5:14 pm
- Forum: CMSMS Core
- Topic: Very big smarty object
- Replies: 2
- Views: 1047
Very big smarty object
Hi all, During some UDT developpement, I made a print_r($smarty) to see if could catch some information. I saw a "very big" smarty object containing all the pages content (not only the one I'm on). They are located in the $smarty->[_tpl_vars]->gCms[hrinstance][content]. I don't really unde...
- Sat Oct 31, 2009 5:00 pm
- Forum: CMSMS Core
- Topic: getting hierarchy_path
- Replies: 1
- Views: 888
getting hierarchy_path
Hi all, I was trying to make a UDT to recompose the textual hierarchy of one of my page. I searched in the database and I saw that a page (in the content table) has this field called hierarchy_path. And now, my question is : how can I retrieve this information in my template ? Thanks for your answer...
- Thu Sep 10, 2009 3:35 pm
- Forum: CMSMS Core
- Topic: [Solved] copy icon
- Replies: 8
- Views: 2498
Re: copy icon
Thanks a lot, You're right but there's some things I don't understand. My actual configuration is : CmsMS : 1.6.1 I am an editor I have the 'Manage All Content' permission allow. Finally, on page (Content pages) : - I can copy a page I created (the icon is here). - I can not copy pages I didn't ...
- Thu Sep 10, 2009 2:56 pm
- Forum: CMSMS Core
- Topic: [Solved] copy icon
- Replies: 8
- Views: 2498
Re: copy icon
Thanks for the reply,
I had a look on this, but the answer is "it should" but it doesn't ...
I think I will look at the sources to see what is the "preference configuration" for the 'add a new content' field and the 'copy icon'.
But if somebody has an answer ...
Thanks
I had a look on this, but the answer is "it should" but it doesn't ...
I think I will look at the sources to see what is the "preference configuration" for the 'add a new content' field and the 'copy icon'.
But if somebody has an answer ...
Thanks
- Thu Sep 10, 2009 2:14 pm
- Forum: CMSMS Core
- Topic: [Solved] copy icon
- Replies: 8
- Views: 2498
[Solved] copy icon
Hello,
In the page list and with administrative rights, I can see and use the copy icon for each page.
This icon disappears when I use Editor rights.
Does anyone know what are the right I should check to allow the use of this icon with Editor rights ?
Thanks in advance
Stéphane
In the page list and with administrative rights, I can see and use the copy icon for each page.
This icon disappears when I use Editor rights.
Does anyone know what are the right I should check to allow the use of this icon with Editor rights ?
Thanks in advance
Stéphane