Jump to content

Ole

Members
  • Posts

    39
  • Joined

Everything posted by Ole

  1. I've created a Slack Channel under the roof of the webDevs Slack Team. At the moment there are mostly germans. But everyone is welcome. Get an invite at http://webdevs.xyz/
  2. Yeah. We will join in at this year. I assume, we will arrive at monday noon.
  3. Short answer to your question: Yes. That's the way how it works. Everything else is well explained in the Forum post, I think.
  4. I had this problem as well and solved this by using subdomains for every project. Works fine.
  5. Great Piece. I've done something like that with textfields and FieldsetTab. But a Out of the Box Solution is quite nice. A client had requested once, a SEO traffic light, which checks different basic things like the Title, Image Description, Keyword Density, List of the actual keywords in the existing text etc. In my opinion you can achieve this as well with a small SEO cheatsheet and a bit brainpower. But on the other hand, it might be helpful for user, with less Web/Seo Knowledge. Would something like that be possible? Or is something like that already in your mind?
  6. You could do it with repeater fields also. The Repeater contains every possible fieldtype. Image (Big/Small Images), Textfield (Headline) etc. Additional you need a select-field (http://modules.processwire.com/modules/fieldtype-select/) and put all the possible inputfields as a Option into this field. Finally you have to configure the inputfields (Images, Textfield...) inside the Repeater-Field with Inputfield-Dependencies (https://processwire.com/api/selectors/inputfield-dependencies/), that they are only visible, if the option in the select-field is choosen.
  7. Did you set the charset... To slow ...
  8. Simple but therefore quite clear and easy to find every needed content. I miss the purple a bit. Not this red-purple combination. But it's the corporate color of the church and the church administration of Berlin, Brandenburg & Schlesische Oberlausitz, I think.
  9. Like it, looks good. Just a small point. The jumping of the main navigation, during the Hover state, breaks the look a bit, in my opinion. I would prefer a solution like the B-Level menu.
  10. Great Work. Nice design. Clean, simple, but not boring at all. Even it's when "just" content, I think the handling with all the data isn't done in a few minutes.
  11. I like the modularity of purecss.io. And there is no JS preinstalled, what I like even more. I've used UIKit for one project. But even this was to much rework, to achieve the wanted look. Normally I use my basic PW Profile and make everything else individual by hand. Templates makes me headaches every time, if I wants to change anything.
  12. You are right, It isn't really cheap. I looking forward and hope, it will be worth it. However I'll try to spread Processwire a bit more.
  13. Will anyone be there? 15th and 16th of September 2014... http://smashingconf.com/
  14. This looks pretty sick! I'd thought, I'm not bad with PW. But there is so much more to explore... I think I have to take a deeper look on the whole backend programming, with hooks and all the other parts. Your stuff seems to be a a nice start for that. Thanks for your idea!
  15. There was a reason, for building the menu this way. But I can't remember, why... Of course it is a lot smarter to build everything with CSS (gradients) and all the modern stuff. But for some reason I had to make it with images. I don't know if some content were changed or what else went wrong. I'll take a look on it. "Thanks" for error reporting! I couldn't find a option to deactivate the pagination, when a single image is displayed. Displaying a single image in a standard image tag is easier for me, than to change the JS... Thanks anyway for this food for thought.
  16. Hey Guys, The site isn't brand new, but runs for four months now. The client is a facility management & building-cleaning company from Hamburg, Germany. We had reworked the Corporate Design before we started the creation of the website. Quite modest colors characterize the website. Besides that, there is nothing really special about the site. ProcessWire 2.4 Responsive Layout a few "Cross-fields" (display data on different pages, but get it all from one central place to avoid redundant data like contact informations) Modules: Hanna Code Redirects (to keep the search engine ranking) Modules Manager ModestAdminTheme (my absolute favorite Admin theme) and most important: ProcessPreview by nico! Big thanks again for finalizing this nice module! This site will be constantly reworked and extended with smaller and bigger things. oellerking.de
  17. I've made something like this for me as well. Another interesting thing is sharing with WhatsApp. If you don't want to push it to the wide audience, but to a special friend or group... Unfortunately it just works on iPhones. I haven't try it yet, but want to use it in my next project. The HTML Part: <a href="WhatsApp://send?text=Text durch native Deeplink!" class="WhatsAppLink" style="display:none;" >Send</a> The JS: (navigator.userAgent.match(/(iPhone)/g)) ? $(".whatsappLink").fadeIn() : null ;
  18. I like the Textarea Solution a bit more than the Page Option. But I'm not skilled enough with the PW API (or just not smart), to add the Textarea field to the Contact-Page Frontend-Output? My naming: contact (Template) Connected to the Contact-Page Editor User has no direct access to the template (field configuration etc) Has a PHP-template-file Contact (Page) Editable by the Editor User Should contain the select field options contactform (Template) All the in the Page available Input Fields are selected in this template. Has no own PHP-template-file. Not editable by the Editor User This is my code of the contact-Template (Frontend-Output): $form = $modules->get('FormTemplateProcessor'); $form->template = $templates->get('contactform'); // required [...] echo $form->render(); // draw form or process submitted form Is there an easy way to get the editable Textarea Field from the Contact-Page into the contactform-Template or into the generating Process inside the contact-Template.
  19. Ok. And everything comes down to pages... I'd already this option in my mind, but want to know, if there is another solution with PW, which I haven't recognized yet.
  20. Unfortunately this module doesn't help me. I use Ryans FormTemplateProcessor module (https://github.com/ryancramerdesign/FormTemplateProcessor). The Select Field, which I need editable, is just implemented in a template. This template contains all contact form-fields, has no own template file and is rendered in another template. That means, the non-Admin Backend User would need access to the Setup > Field > *SpecialSelectField* Configuration.
  21. No, thats not my scenario. My case is simpler than your solution. On my site, the front-end user (Role: guest) won't have rights, to change any content. It is just possible to choose between the various options. The "editor" (my own Backend-Role) is allowed to work on this Option-Field and create/edit the different options. But he has no Admin Access to all Fields, Templates etc. I don't want provide ultimate admin rights to the Editor. It would be nice to have a solution, where he can access and edit this field only, but no other fields or templates.
  22. I need a select field, that is editable (add, erase, edit options) for the admin and different user-roles through the backend. Is there another way than: 1) Choose a Page-Reference Field and add for every Option a new Page. 2) Use the Form Builder Module and rebuild the "whole" (6 fields...) Contact Form. Or is it possible, to make one field editable for a specific user-role, without providing admin access?
  23. Big Thanks to Nico! The "Smooth Scroll JS" was too active and has blocked the Link... PW is still awesome!
  24. My thoughts are not about the naming and the keywords, but about the presentation and expanding the awareness of Processwire for the professional usage. I know the problem, to explain all the time, why I use this unknown System Processwire... Have you heard about the CMS Garden? (http://www.cms-garden.org/) Its a Collaborative Booth of different CMS. Started on the CeBit, 2013 and visited various IT/Web exhibitions till now. Actually is it a german project, but the concept (volunteers present their open source system to Business owners, Consultants and other professionals) were adopted in more Countrys after the big success in 2013. Especially because of the strong german community it should be possible to realise this and it should be a great opportunity to promote PW.
  25. Plain and easy HTML IDs. No Scripts. Script just for Animated (Smooth) Scrolling. It works as well, when the link is not directed to the domain root adress. For example, when the Homepage is located in a Subdir on the Server (domain.com/subdir/) or when the Singlepage is not the Homepage (domain.com/path/).
×
×
  • Create New...