Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pwired

  1. PW´s mighty code will do the job. Edited out a negative association.
  2. Did you check your language setup ? ============================================================================== Begin of Language setup 1. After a fresh install of processwire go to Modules => Core => Language => Install Language Support Click on the back button in your browser Install Languages Support Fields Click on the back button in your browser Install Languages Support Page Names Click on the back button in your browser Install Languages Support Tabs 2. Go To Setup->Languages and add new languages. Please note, that the default one is also the default language of your site. Add new languages with name and title: name: default Title: Default (e.g. german) name: english Title: English name: spanish Title: Spanish 3. SET URL FOR EVERY LANGUAGE Go to Pages => Home => Edit => Settings and under each language tab setup a url for every language, e.g. default = de/ de english = en/ en spanish = es/ es 4. Go to Setup => Fields Change title field from PageTitle to PageTitleLanguage Change headline field from Text to TextLanguage Change body field from Textarea to TextareaLanguage and then go to Setup => Fields => Body => Details => inputFieldtype Change inputFieldtype from Textarea to TinyMCE Change sidebar field from Textarea to TextareaLanguage Example use: Go to Pages and edit your About Us page go to Headline and edit About Us in the 3 languages e.g. Über uns - About Us - Sobre Nosotros End of Language Setup ==============================================================================
  3. still believe that aluminium wings can cut through concrete and steel columns ? even the tip of the wings ? Then don't read this: https://firstlook.org/theintercept/article/2014/08/25/icreach-nsa-cia-secret-google-crisscross-proton/
      • 1
      • Like
  4. pw lets you access 100 % your current and future creativity. What you already and will know. with pw either design or code (api) a website or do both. Just hang in long enough to see. try to get first the pw concept "that everything is a page" templates with fields and template files ! why all the bootstrap stuff, pw plus pocketgrid is amazing http://arnaudleray.github.io/pocketgrid/docs/ When having an hour to waist go dig this forum, it is loaded with all the content you need to start off. https://processwire.com/talk/topic/4173-grouped-forum-posts-links-articles-tutorials-code-snippets/
  5. Almost allways a flash code is provided, or with html 5 simply use the <video> tag, and with vimeo it is even for free nowadays so i don´t see any issue here for using an embedded video player. Maybe to have your own customized fancy stop and play buttons ? You can make your own swf. Else go here: http://www.instantshift.com/2010/05/14/21-free-video-players-for-your-website-and-blogs/
  6. I've worked and repaired with 98 until 7 and 7 is most stable and solid. There must have something slipped in or changed that caused you problems. I have never had a problem with 7 for whatever I am using it neither with 7 + wamp 2.0i for sitedev. You already are familiar with windows 7 desktop so go for linux cinnamon desktop cause it comes most close to the look and feel of a windows 7 desktop. Start menu, Control Panel, drives, folder and file handling and task bar all look very the same. Linux mint cinnamon has it already installed and is based on ubuntu so that distro saves you time and you don't have to worry you are missing something. http://desktoplinuxreviews.com/linux-mint-reviews/linux-mint-16-cinnamon/ cinnamon start menu
  7. Hello Marek747 Welcome to the website developers world. You are not the first with exactly these questions. If you go through this forum history you will find real good answers for these questions given by talented coders and experienced web developers. Just look for them. One good thing is that you have found processwire that compared to the other big cms'es out there will save you time in quality and manageable website developing. But to answer some of your questions from my own experience. Becoming a webdeveloper and making money with that is simply not easy in the beginning. It takes time and studying the market. Besides a cms you need to be very good in html, php and css and prototyping a layout that reflects the look and feel for your client and communicate that clear with your client. Many times a client does not have a clear idea of what he wants but makes you responsible if he does not get what he wants. So prototyping until you know what your client exactly wants is important. Also to get payed in case a client decides to change what he wants during the process or in case he wants to cancel the project during the process. That takes time to learn with lots of practise. And that is only halve of it. The other halve is finding projects, planning your time with deadlines, good client communication, getting payed, etc. Don't go for reseller web hosting alone, too much good competition. Better combine making a website including web hosting for your client and make a price for that combination. A good tip is try to work together with an established designer/developer. They usually have lots of work and need a helping hand. It will speed up your learning process drastically. Good luck
  8. Hats off for that code and thanks for putting the comments. The best captcha I ever saw was a puzzle so easy that even a child could do it, like parking a car with drag and drop, (still) too difficult for (current) captcha breakers.
  9. Yes I know but most of it is mediocracy or crap. This one however is one out of impossible - - - the reason I posted it.
  10. Yes, I know what you mean but I thought this amount of extraordinary luck was ranked high enough to post.
  11. : How much luck can you have ? Click on max screen: At the end the guy simply steps off the roof. Edit: link died out. http://www.telegraaf.nl/tv/opmerkelijk/22987318/__Ongeluk_loopt_bizar_af__.html Edit here is a better link with higher resolution This goes way beyond james bond. Speechless. http://www.youtube.com/watch?v=7vd_OuqUAaI
  12. @totoff Heared about TC but didn't know it was that good. Especially the part 12 connections in tabs. That would indeed be perfect to switch editing between .tpl, .inc, php, css and js files on a host. and in between upload/download files and also server to server connection and sync. Gonna try it and maybe you can use it also for backups.
  13. Right now I have no space between the different rows and they are stacked on top of each other without any space between them. That doesn´t look nice. What if I want some empty white space between two block-groups ? If you look at this example: http://arnaudleray.github.io/pocketgrid/examples/simple-stack.html If I set a margin-bottom on the Nav class for the space I want, the problem is that my Nav background color gets dragged down with it and so I end with no white space between my Nav and Main. What would be the best way to create some empty white space ( with pixels ?) between for example the Nav and Main ?
  14. Martijn, I did not make that website and I could not open that site during the day. Flushing my dns resolver cache and changing my dns settings in my network connection to google, telefonica, or vodafone, and also resetting our router here: did not help. I read your post now and while trying again to my surprise I can open that site. That's too bad because now I will never know what really caused the problem. About cookies, yes I can see the slider now too ha ha good one Oh and did you know there is a "hollandse winkel" here and every now and then I go there to buy some "dropjes" - "stroopwafels" and "pindakaas" from holland
  15. @Manfred62 - aahh yes that is even better, thanks. Going through the example pages. <body class="block-group"> <div class="header block">Header</div> <div class="nav block">Nav</div> <div class="main block">Main</div> <div class="links block">Links</div> <div class="footer block">Footer</div> </body>
  16. Thanks kongondo, I wasn´t sure about it but that makes pocketgrid very flexible. I really fall in like with this css grid. Can´t imagine using another grid anymore.
  17. @blad, thanks for the trace route snapshot. I still haven´t found it yet. This time the problem does not go away with changing dns server.
  18. Hi, I just started with Pocketgrid and on the example page it shows: <div class="block-group"> <!-- First row --> <div class="b1 block">b1</div> <div class="b2 block">b2</div> </div> <div class="block-group"> <!-- Second row --> <div class="b3 block">b3</div> <div class="b4 block">b4</div> <div class="b5 block">b5</div> </div> with css /* First row */ .b1, .b2 { width: 50%; } /* Second row */ .b3 { width: 50%; } .b4, .b5 { width: 25%; } - - - - - - - - - - - - - - - - - - - - My question is, is it only possible to use the format b1, b2, b3, . . . . , bn ? Or can you also replace them like this where r stands for row and c stands for column: replace b1 with r1c1 replace b2 with r1c2 replace b3 with r2c1 replace b4 with r2c2 replace b5 with r2c3 So if I replace upper html and css in that way, is the following allowed ? <div class="block-group"> <!-- First row --> <div class="r1c1 block">row1 column1</div> <div class="r1c2 block">row1 column2</div> </div> <div class="block-group"> <!-- Second row --> <div class="r2c1 block">row2 column1</div> <div class="r2c2 block">row2 column2</div> <div class="r2c3 block">row2 column3</div> </div> with css accordingly: /* First row */ .r1c1, .r1c2 { width: 50%; } /* Second row */ .r2c1 { width: 50%; } .r2c2, .r2c3 { width: 25%; }
  19. Thanks Kongondo, Martijn. I was afraid that would be the outcome. It means that somewhere dns is not working. Maybe with trace route I can find out where dns goes wrong. Edit: Still not solved, maybe it´s in our router.
  20. Hi, Something weird going on, need help with a domain check. My Boss just had a visitor from a distributor who can open the following site on her wireless samsung tablet. She was not connected with our wifi but with her own mobile provider. http://distribucionesjuanperdomo.es But we ourselves can not open this on our computers ?? I already changed to another dns server in my network connection but without success. Also if I do a ping there is no reply. What can be the cause ?
  21. Free as in free beer ? Voted PW
  22. If you have worked with other cms'es/webshops before, you would already know the difference from first hand. But anyway, how are you going to do such a test ? Same load on different cms'es with different frameworks and api ? I remember we already had such a question about pw performance with thousands of site pages. No problem there.
  23. Forgot to ask, if I install a fresh processwire 2.4 and the 2 blog modules, how does the blog show up on the front ? I mean a fresh pw 2.4 install has it´s own default front with nav, body and sidebar. How does the blog integrate with this ? Edit1: Got it, installing and just saw the blog template files, css and js. It is really complete ! How can I disable the default front that came during the processwire install and only have the basic blog front ? uploaded all the php blog files to /site/templates/ and in admin tried to change template for home to blog.php but didn´t allow me. Ok dumb me, just had to delete home.php and rename blog.php to home.php Now I can start building up it´s using pocketgrid so that is a real bonus. In the admin I saw a new tab named Blog will all the great config in it.
  24. Kongondo, is your blog module out of beta and can be used already safe ? I read a lot of good things about your blog modules and are going to install them this week-end.
  25. hey that actually works, tested it
×
×
  • Create New...