Jump to content

Gideon So

Members
  • Posts

    468
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. Hi, I am building a module which lists some pages in a table with edit add new and delete button. I would like to have a modal window when the edit or add new button is clicked. Do I need to implement a third party js plugins or there is some built-in function in ProcessWire?? Gideon
  2. Hi, Thanks for reminding me. Just closed it. Gideon
  3. Thanks for Ryan's quick work. This bugs has been fixed. Gideon
  4. I think this is a bug that not ready for long whitelist. I make a bug report here: https://github.com/ryancramerdesign/ProcessWire/issues/1968 Gideon So
  5. Hi, Still get the same error nomatter how high the max_nestibg_level set. I have 5000 Chinese characters whitelisted in the config.php file. Is it possible the problem? If I disable xdebug, the connection just get reset and show a blank page when save. Any more ideas to fix it?? Attached last two lines of the error message from xdebug. Gideon
  6. Hi, I tried the UTF8 page name function. It is indeed very good but it seems limit the number of Chinese Character to 16. If the page name is more than 16 Chinese Characters, the whole backend become a blank page. I enabled the debug mode and found this error: ( ! ) Fatal error: Maximum function nesting level of '256' reached, aborting! in /home2/web/testserver/WireCore-3.0/core/Sanitizer.php on line 551 Any hints to fix it?? Gideon So
  7. Hi, Can you show us the family tab of your template?? Gideon
  8. Hi tpr, Would you share how to get it done?? A tutorial would be good and helpful to many. Gideon
  9. Hi Ivan, Thanks for the input. I will surely take a look. What I want to do is send a rendered output of a page via mailgun. Gideon
  10. Hi, Is it possible to compose an newsletter in the backend as a page then send it out through mailgun to many recipients?? Gideon
  11. Work it out myself. Maybe someone need the answer. Here it is. 1. Download mpdf 6.0 from http://www.mpdf1.com/mpdf/index.php 2. copy the Sun-ExtA.ttf file to /path/to/your/web/site/modules/Pages2Pdf/mpdf/ttfonts 3. add the following lines to /path/to/your/web/site/modules/Pages2Pdf/mpdf/config_fonts.php "sun-exta" => array ( 'R' => "Sun-ExtA.ttf", 'sip-ext' => 'sun-extb', ), 4. change the mode to R in WirePdf module config page 5. Chang fonts to sun-exta in WirePdf module config page Done. Gideon
  12. Hi, All Chinese characters in the output pdf file become . How to config to use CJK fonts?? Thanks. Gideon
  13. This is great news. Thanks Ryan for your amazing job to make PW better and better and better and better.........(deleted 1000 words) Gideon
  14. Hi Antti, Sent you another email address. Thanks for your great help. Gideon
  15. Hi Antti, Look like padloper doesn't compatible with PW3.0. I sent you an email with the error I have. Gideon
  16. Good. Waiting for your great tutorial. Gideon
  17. Hi Macrura, This is very impressive. Any tutorial or resources to show us how to do it?? Thanks. Gideon
  18. Hi Tom, Good fix. But any plan to fix this?? Gideon
  19. Hi Teppo, I read the thread serveral times and always thinking about writing here. I know this is a big issue but worth the effort to implement it. Gideon
  20. Hi Gretsky, I read it. But I think it is different. The issue mention is about the url input field. What I need is non alpha numberic page name and url. Gideon
  21. Hi Ivan, Like Asian characters in the page name field and display it in the url. Gideon
  22. Hi, It would be great to have non alphabet page name and non alphabet urls. Gideon
×
×
  • Create New...