Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pwired

  1. Hey Darren, that's a real good find that you made there, and the download is only 314 KB http://www.message.co.uk/mothership/ http://www.message.co.uk/how-to-match-the-apple-store-epos-experience https://www.facebook.com/mothership.ecommerce "quotes" Design exactly what you want, not what the system lets you! Super-flexible template system puts zero restrictions on your creativity.
  2. World first 3D printed jet engine enjoy this clip: more: http://www.gizmag.com/3d-printed-jet-engine/36273/
      • 1
      • Like
  3. Check if your new database is really consistent with your old one. You should migrate database tables only. Write permissions are ok ? Make sure that the files/folders in the assets folder are writable. What about your root .htaccess file, rewrite base, etc. ? You can find classical migration problems solved many times before in the forum. https://processwire.com/talk/topic/4199-exporting-importing-database-error-access-denied-for-user-user-namelocalhost-to-database-database-name/ https://processwire.com/talk/topic/3113-how-to-transfer-processwire-from-local-installation-to-online/ https://processwire.com/talk/topic/8792-403-forbidden-when-saving-homepage/ https://processwire.com/talk/topic/1211-impossible-to-login-after-migration/
  4. >>>isellsoap, thanks for the link. Edit: yes I got it working
  5. I bought a ssl certificate for a client for 30 euro per year. Now I have to update the .htaccess file so it will kick in. Google made me find 3 variants and now I don't know which one is the beste one. Since you guys have a lot of experience can anyone advise me which is the best one to use ? 1. RewriteEngine On RewriteCond %{SERVER_PORT} !443 RewriteRule (.*) https://www.example.com/require-secure/ [R] ------------------------------------------------------------- 2. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} ------------------------------------------------------------- 3. SSLRequireSSL #no non-ssl access Redirect permanent /secure https://www.example.domain.com/secure ------------------------------------------------------------- And in the second one HTTP_HOST and REQUEST_URI are between { } Is that for variables ?
  6. Good reads: https://processwire.com/talk/topic/2782-template-design-better-route/ https://processwire.com/talk/topic/740-a-different-way-of-using-templates-delegate-approach/
  7. pwired

    other CMSs

    Adam, I was referring to those who don't do small projects. I must have left my writing open for different interpretations.
  8. Why not apply to become a pw team coder ?
  9. pwired

    other CMSs

    Glad you brought that up. Many ask for a 1 to few pages website just to present their services on the net without all the fluf. Are you going to say no because you only do serious projects, afraid for your reputation ?? It can be done quick and brings cash all the same. Many times I fell back to get-simple cms. Fast until a couple of hundred pages which covers 99% of your projects. Super easy to back up and migrate. Doesn't lack anything and active forum. http://get-simple.info/
  10. They even call it shandy here in spain and in some lost villages "bicicleta" or "radler" (coca cola and beer) in german (fiets in dutch)
  11. Next target: http://iframehost.com/ Edit: I found very good results with iframehost. No forced ads, no branding, no hidden surprises, etc. You can name and position a Tab for a Blog or any other content in your facebook page everywhere you want. Comes with a very complete editor that let's you do pretty much everything you want. Instead of a common rss feed now you can make the blog appear as a complete page inside facebook. Case closed
  12. This explains my fight to follow the tutos and find add blog in notes, facebook killed it: http://www.zdnet.com/article/facebook-to-kill-rss-support-for-notes/ next move ? here it is: https://www.pageyourself.com/ Ok played around with it and while the idea behind it is great pageyourself takes away a great pie of your facebook identitiy. Go play around with it more to understand the possibilities and then dump it for something similar without the takeover. Edit: pageyourself is all about online editing and while I have a 8 Mb line it works way too slow. I go back looking for a facebook app that let's you somehow add your own html
  13. On the modules page http://modules.processwire.com/modules/blog-profile/ it says that Ryans blog profile is only compatibe with 2.2 , 2.3 and 2.4 Is it really true that it is not compatible with 2.5 ?
  14. next one: https://www.tabsite.com/
  15. Found this so far: https://www.facebook.com/networkedblogs anyone have experience with this ? Next one found so far: http://www.cool-tabs.com/en?force_locale=en
  16. With pleasure: continuing on it this afternoon. will post in the evening. In the mean time: everybody feel free to post.
  17. I think this is going to help, thanks.
  18. Hi I made this blog a long time ago with ryan's blog profile. Now the client asked me to import this blog into his facebook page. So I started googling and found these two ways on how to do supposedly that: http://www.adweek.com/socialtimes/how-to-import-your-blog-into-facebook/217457 http://computer.howstuffworks.com/internet/social-networking/networks/add-blog-facebook-page.htm However if I follow the steps described in these two posts I never arrive at, nor see the positions or places inside the facebook page accordingly. Does anyone know a decent way how to import a processwire blog, in this case made with ryan's blog profile, into a facebook page ?
  19. pwired

    other CMSs

    great stuff
  20. Kongondo has it right but why not use the power of processwire and just leave the rte for what it is. You can upload your images directly in the admin of processwire. Edit instead your template and pull the image directly from a field. https://processwire.com/api/fieldtypes/images/
  21. No need, just download a few admin themes already posted and have a look inside. It's mostly only css you need to change for making your own admin theme. There are many tools out there that can speed up this kind of work. Dazzyweb posted a good one not so long ago, pinegrow, very usefull to speed up style editing and template building. https://processwire.com/talk/topic/8910-pinegrow-web-editor/
  22. Hi, you didn't tell us what mamp you are using free or pro version. From your terminal verify that /usr/sbin/sendmail exists and can be called by your apache/php user. From the cli, as your apache/php user, try sending an email using sendmail: # sendmail -v you@email.com testing Check that your MAMP mail function is enabled as it is not always by default and you have to enable it yourself. Navigate to Applications\MAMP\conf folder and look for the folder that corresponds to your php version and open the php.ini file contained within with a text editor. Scroll down to the section that says [mail function]. ;sendmail_from = me@example.com Change the parts there using the appropriate email address and smtp hosted on your server. e.g. make sure you change your email from yourname@example.com to your own email. You can also use postfix as it comes preinstalled on OS X and requires almost no configuration
  23. Been there, did it, tried it, all failed. The reason why I ended up with processwire. Now processwire would bring me back to the beginning ? Don't buy it.
  24. Inkscape works nice with svg. https://inkscape.org/en/news/2015/01/12/svg-working-group-report/
  25. Just playing with pinegrow. This really speeds up template building and style changing. Good find !
×
×
  • Create New...