Jump to content

nyo08

Members
  • Posts

    12
  • Joined

  • Last visited

nyo08's Achievements

Jr. Member

Jr. Member (3/6)

2

Reputation

  1. That's work with Flash addon for CKE I'll look at hannacode, that seems really interesting module. Thanks again
  2. Hello, An other question for U : I want to add a specifc flash player in my source code : <object width='320' height='462'> <param name='movie' value='http://www.balbala.fr/swf/flvplayer.swf'></param> <param name='flashvars' value='skin=http://www.balbala.fr/swf/Skin_desc_play.swf&file=http://www.balbala.fr/rss/blabla_600.xml&playlist=bottom&playlistsize=250&stretching=uniform'></param> <param name='allowfullscreen' value='true'></param><param name='allowscriptaccess' value='always'></param> <embed src='http://www.balbala.fr/swf/flvplayer.swf' width='320' height='462' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='true' flashvars='skin=http://www.balbala.fr/swf/Skin_desc_play.swf&file=http://www.balbala.fr/rss/blabla_600.xml&playlist=bottom&playlistsize=250&stretching=uniform'></embed> </object> but Ckeditor doesn't allow me to do that. I paste code in the source, save, and it disappears. I look into "extraallowedcontent" and add some parameters like object and embed but doesn't work... It's cke ? or deeper than that.. like specific compatibility between flash and PW. Thanks for help
  3. Hello, This module works great on my PW Website... except one thing : if I import CSV file with special characters in fields (like é, è or '), it doesn't understand and import just part of the field with no special characters. example: I have a field with : L'espagne --> import just the "L" and that's it. How can I add the interpretation of special characters in this module ? Thanks for your help.
  4. yes that's good Thanks. I'm studying CKEditor docs for more options
  5. Hello PWers I work with PW 2.5.3 and have CKEditor Module (version 1.2.8) associated with the "body" field. So, in back-office, when I edit the body, I have CKEditor Toolbar (that's ok) --> in it, I have the "source" button where I can put HTML directly... My problem is that some tags code arenot interpreted (I think that's not the right word...), and finally the html I add isnot included. Example : I put <span style = "color:red;"> blablalbaa </span> I click OK and Save and the red color doesn't appear... and if I take a look in the source code, "style="color:red;" had disappeared. How can I activate the "style" tag inclusion in CKEditor ? Thanks for your help
  6. Indeed I update my PW (I had the 2.2.4 version... looks like I miss some update ahah) and that's perfecly work
  7. Hello, I was glad to find this module, cause that was just what I looked for.. but I upload the module and when I Install it, I have an error : Method Modules::getInstall does not exist or is not callable in this context But If I go back in the module page, It seems well installed (I have access to the settings), but when I call the form in my template, an error appears : Error Exception: Method Modules::getInstall does not exist or is not callable in this context (in /home/www/d7a3bc5db5bed31cde906ac7976f3d83/web/wire/core/Wire.php line 231) Any ideas ? Maybe I skipped a step... I'm not a Master in PW, but I globally understand how it works.. Thanks in advance.
  8. Hello, I upload this module on my server and "check new module" and install it... but it doesn't appear in SET UP and show "This page may not be deleted" why I tried to uninstall it. Any idea to resolve this ? Thanks you in advance. Nyo.
  9. Of course, I had not assigned the formatter to the field...and now it's done...that's work Thank again. I will try to post harder question next time
  10. Hello everyebody, hope you're fine. I have a little bug with this module. I installed it, step by step like it's describe in the module page. First, I had an error. But it was in my htaccess file, a line missed : "php_value allow_url_fopen On". After that, the install works... but videos don't appear on the site. PW lets url appear and that's it. And I put it in <p> etc...but that doesnot work. So I would like to know what and where I can check in order to use this module (in my module Page, it is "install" and it's ok, on my FTP, it is in the site/module file)? (sorry for my mistakes in English, as you can see, this isnot my native language ) and thanks for your help.
  11. Hello, I'm a newbie in processwire. I have a problem : In my file head.inc, in the sidebar, there is a link : <a href="http://www."><div class="sidebar-block sidebar-corps"><?=$txt['espaceCorps']?></div></a> I want to change the text of the link (the text behind the <?=$txt['espaceCorps']?>, but I don't find where I can change that in the admin site, or in the code.... Any idea ? Thanks.
×
×
  • Create New...