Jump to content

Radek

Members
  • Posts

    96
  • Joined

  • Last visited

Everything posted by Radek

  1. This project was made from scratch (default profile and deleted all content, fields, templates, files). It uses /site/templates/inc directory where is main.php menu.php and other shared parts. In main.php file is basic html document and have some minimal layout (basicaly some 3 column with simple logic which column show). Templates in /site/templates/ contains more complex layout, logic .... if needed. Processwire is awesome if come to let me do things my way. In newer projects i am using little different way with _init.php and _main.php (prependTemplateFile, appendTemplateFile) that is inspired by Foundation Profile.
  2. Hi and welcome to forum Andreas. I made little investigation. This is not problem of CKEditor as this behaviour is same as in MCE. If the file field is in the repeater, link to file dont offer its values (not only pdf). Do you need repeater in this case (from screenshots its looking like not)? If you put file field directly to your template it will work.
  3. Yes, i am using Foundation on this web.
  4. Hi, Manfred thanks for your comment. That is intended behaviour. If you want hide it click somewhere else. I can change it if it is anoying, but i am quite happy with it, like for some newbie peoples are pain pointing mouse to right position (its about IT services for home users too).
  5. Hi, try look here http://processwire.com/talk/topic/3433-newsletter-system-for-pw/ or http://processwire.com/talk/topic/659-newsletter-system-with-pw/
  6. Presentation site which i made for my little one man company. http://www.rapidlab.cz/
  7. ČankišouNow listening awesome music from Czech Republic and seems like its worked.
  8. Here is another website made for Pekiti-Tirsia Kali instructor. http://www.austinptk.com/ Uses Processwire, Foundation and new admin theme with all features. System is finished, but you cant see whole functionality now like event calendar and gallery. Enjoy!
  9. Hi, good work, i found few places where can be done some minor changes (tested on firefox). Image and text is too much near. Some margin fixed it. .plink img { float: left; margin-right: 10px; } Footer texts are too much on the top. Little fixes. footer .links ul { margin: 30px 0px; padding: 0px; list-style: disc outside url("../graphics/small-plus-icon.gif"); } footer .credits { background: url("../graphics/footer-divider.gif") no-repeat scroll 0 10px rgba(0, 0, 0, 0); height: 160px; margin: 10px 0 0; padding: 16px 0 0 15px; }
  10. Thank you Ryan, your work on improvements in Processwire is very nice. Admin backend uses all new stuff like field dependencies, icons support, images presentation, ... offcourse some modules like cropimage. I made small update to screenshots.
  11. Hi all, here is another small site made with Processwire for building designer. http://www.projekceveleba.cz/ Main goal was simplest, easy to navigate and clean presentation site with responsive support. Second goal was easy to understand but powerful administration backend for whole content and easy to add new functions in future. Looks like this small project is good example to publish some more screenshots.
  12. Hi, i think its possible but i did not test it yet. Go to templates - show system templates - language (there is access tab). And offcource Languages are normal pages in admin tree: Administration - Setup - Languages
  13. Hello SadlyMistaken and welcome to PW forum. "Abandoned" fields are translated, but source code was changed (localization string need update) or missing modules. Good way for external modules localization could be release separate language pack and do not include them to core language pack. (Every user have different modules installed so let them choose). I am doing it in Czech language pack. And seems like i will do git repo for them soon....
  14. GNU/Linux system with i3wm tiling window manager dmenu - quicklaunch Geany or Sublime Text - IDE ZIM - notes, calendar, ... Inkscape - vector graphic editor Gimp - bitmap graphic editor Gcolor2 - color picker FEH - quick screenshots (binded on PrintScreen key) VokoScreen - capture videos FileZilla - ftp client Meld - diff and merge tool SQuirreL SQL or terminal - DB manager BitTorrent Sync - sharing data http://nerdi.net/ nice list of web tools ....
  15. Hi and welcome to Processwire forum. I had similar problem before on one older server hosting. Their server needed writable directory "tmp" in root of web ad this directory was not there. I fixed it simply with creating that /tmp folder and set write permissions without messing with $config->uploadTmpDir variable. There is another thread i found in forum too.
  16. One git repo per language containing all module translations seems like reasonable way to do it. Currently i am publishing Localization Pack for external modules like zip file with simple directory structure for each module.
  17. I was not angry Sorry if i sounded that. Its just way i am writing text as i am not native english speaker... I agree with you.
  18. Hi adrian and thanks for response. I think that localization support is quite important feature in PW. This have two basic parts. Localization of strings that can user/client see in admin backend like actions, editors, emails,... and offcourse locales. Localizalion of strings that will use only web developer when building site. (templates, fields, modules, ....) First part is like "must have" for non EN users to make client work in their own language when editing pages in Processwire. Second part is not that important for developers, but can boost time when dealing with admin backend. (This means that translated strings must be connected with official names from API, PW forum, ... and have right context.) Next benefit from complete localization is less time to find bugs and unsupported strings in PW code. Localization support for PW made some great progress in git. I can say, Processwire is very hard and time consuming project to make good complete localization, but benefits are sweet. Working with complete czech environment in Proceswire is awesome (even i understand english very good). And offcourse this open PW doors to new users (with less EN skills).
  19. Czech Localization Pack. Current version: 0.9.8 (93 files) + README.txt Changelog: Added multiple strings (Font-Awesome and new admin theme features from git dev, ...). Updated multiple strings and cleaning (Markup, Home, autojoin, ...). Czech Localization Pack for external modules. Current version: 0.3 (17 files) + README.txt Added: new default theme support from git dev templates-admin (complete for testing - may change soon) /site/templates-admin/default.php /site/templates-admin/shortcuts.inc Updated: FieldtypeCropImage (complete) FormBuilder InputfieldCKEditor (complete) TextformatterVideoEmbed (complete) pw_czech_098.zip pw_czech_modules_03.zip
  20. Hi Ryan, great work, i like cleaner look and feel. I am testing new theme in Firefox 24. I have issue with top dropdown menu. When i hover tob bar menu item, dropdown menu is shown without problem, but i cant focus any dropdown items with mouse (always dissapears).
  21. Login screen is localized thrue default language. If you want login screen in other language than en, load your non en localization to default language. Before user is logged on, system did not know about users language setting.
  22. Czech Localization Pack. Current version: 0.9.7 (93 files) + README.txt Changelog: Added some missing strings (LanguageSupport modules) Updated some strings Czech Localization Pack for external modules. Current version: 0.2 (15 files) + README.txt Changelog: Added: FormBuilder /site/modules/FormBuilder/email-administrator.php /site/modules/FormBuilder/email-autoresponder.php /site/modules/FormBuilder/FormBuilderConfig.php /site/modules/FormBuilder/FormBuilderEmail.php /site/modules/FormBuilder/FormBuilder.module /site/modules/FormBuilder/form-builder.php /site/modules/FormBuilder/FormBuilderProcessor.php /site/modules/FormBuilder/InputfieldFormBuilderFile.module /site/modules/FormBuilder/ProcessFormBuilderEmbed.php /site/modules/FormBuilder/ProcessFormBuilder.module Updated: InputfieldCKEditor pw_czech_097.zip pw_czech_modules_02.zip
  23. Hi, for now i am making separate language pack for external modules.
  24. Czech Localization Pack. Current version: 0.9.6 (93 files) Changelog: Added: /wire/modules/Fieldtype/FieldtypeFile.module Added some missing strings Updated some strings Czech Localization Pack for external modules. Current version: 0.1 Added: TextformatterVideoEmbed /site/modules/TextformatterVideoEmbed/TextformatterVideoEmbed.module InputfieldCKEditor /site/modules/InputfieldCKEditor/InputfieldCKEditor.module FieldtypeCropImage /site/modules/FieldtypeCropImage/InputfieldCropImage/InputfieldCropImage.module /site/modules/FieldtypeCropImage/FieldtypeCropImage.module /site/modules/FieldtypeCropImage/ProcessCropImage/ProcessCropImage.module pw_czech_096.zip pw_czech_modules_01.zip
  25. Yes in PW admin backend, but you can change pass this way too (it is less confusing)
×
×
  • Create New...