Jump to content

Gideon So

Members
  • Posts

    508
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. Hi, This is nice. Gideon
  2. 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
  3. Hi, All Chinese characters in the output pdf file become . How to config to use CJK fonts?? Thanks. Gideon
  4. This is great news. Thanks Ryan for your amazing job to make PW better and better and better and better.........(deleted 1000 words) Gideon
  5. Hi Antti, Sent you another email address. Thanks for your great help. Gideon
  6. Hi Antti, Look like padloper doesn't compatible with PW3.0. I sent you an email with the error I have. Gideon
  7. Good. Waiting for your great tutorial. Gideon
  8. Hi Macrura, This is very impressive. Any tutorial or resources to show us how to do it?? Thanks. Gideon
  9. Hi Tom, Good fix. But any plan to fix this?? Gideon
  10. This is very nice. Gideon
  11. 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
  12. 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
  13. Hi Ivan, Like Asian characters in the page name field and display it in the url. Gideon
  14. Hi, It would be great to have non alphabet page name and non alphabet urls. Gideon
  15. Very useful tutorial. I would to display all the events in the month under the calendar. How can I do this?? Thanks. Gideon
  16. Hi all, worth the buy. Antti provides world class support. I testify it. :lol: Gideon So
  17. Hi Horst, See. Thanks for your reply. Gideon
  18. Hi, The output values are decimals. Can I have output like Shutter Time: 1/60?? Gideon So
  19. Hi Horst, I installed this module and follow the instructions in the video but I am not able to get it work. I am using the lastest Image Manager and image manager meta data and PW 2.6.18. Can you give me some advice?? Gideon
  20. Hi, I install the module and test it on a 2.6.17 system. I get this error: Error: Call to a member function count() on null (line 555 /path/to/the/module/ImagesManager.module); If I change the line 555 and 557 like the following, it works as expected. if($res->myimagefield->count()){ $imageUrl = $res->image->first->url; $thumb = $res->myimagefield->first->size(120,0)->url; } Any clues for me?? Gideon So
  21. Hi Juergen, Finally track down the problem. The button is there but it is invisible if you choose any of those colour profile. Gideon
  22. Hi Reno, I am using this fantastic admin theme and I like it very much. Thanks for your great work. I found an issue regarding using pagetable with this theme. The close [X] button is missing in the modal window editing content of a page. I can see it in the default theme. Gideon So
  23. It would be great to have this feature. Gideon
  24. Hi Adrian. You are fast. And it works as expected. Don't know that there is a "start" selector at all. I can't find any document mention about it. Thanks a lot. Gideon
  25. Hi all, I have a page which use MarkupPagerNav to generate a pager. It works fine. I have made a menu with the following code to generate the sub menu: $grandChildren = $child->children("limit=5"); It works find in the 1st page but when I click to the 2nd page, the $grandChildren array return an empty array and the sub menu doesn't show up. I have tested with this code: $grandChildren = $child->children; It works everywhere. Any hints for me? Best Regards, Gideon So
×
×
  • Create New...