Jump to content

Nico Knoll

PW-Moderators
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Nico Knoll

  1. Do I have to attend the Conference to be allowed to go to the Warm Up? Otherwise I would go there, too
  2. @ryan: You should add this to the Troubleshooting guide
  3. Thanks for feedback! How would you initialize the hooks? @ole: If I find the time I will update my to-do list and add some more features. I think I need to restructure it first to make it more flexible again.
  4. Wow, thanks for the long answer! I think if you prepare the site and examples Adrian (if he wants to) and I can make something good out of it
  5. yes - but I'm not sure how to export the data from typo3...
  6. @mike: And do you make an extra bill for "ad-hoc server-support" or is it only included in the hosting contract? And what about changes on the site? Do you make additional bills?
  7. Hey, my normal workflow with clients looks like: I get asked if I can build a site I make an offer and start building after they accept it I upload a beta on my server and we put content in and do changes until it's ready I move it to the client's server (if they already have one) or recommend a hoster (sometimes with a little provision) After that I write the bill, they pay and the job is done. My question is: How different is your workflow from mine? I mean I hear a lot of times from people making maintenance contracts and offer to host the sites themselves (even if it's just "White-Label hosting"). I always were afraid that this means more work for less money. But on the other side it sounds like making money without doing stuff, too... So if you're one of those persons I would be interested in how exactly you do it (one shared host? Every client on a custom server?) and maybe a rough guess on how much you can take for that extra services, too. Thanks, Nico
  8. As @lisandi said. An example: Your page's title is "About". You use "<h2>$page->title</h2>" in your template but you want to have a different description on Google results like "Learn more about the team." Just use the title field to archive that.
  9. Sounds like an important topic. And shouldn't be to hard to find a solution (maybe there's even a better exporter for typo3 now - I have to do some research). Do you have kind of an old dump of a site I could use for testing purpose? (Don't need it now but maybe later in that progress). I can't promise that this will be finished really soon as it is a complex module and typo3's structure is often really complex, too, and I don't have a lot of time at the moment because of university and client work for continuing module development which is not client related. But I'll at least take a look on it now and we'll see. Maybe there's someone out there how wants to financially support (and therefore speed the development up) this project.
  10. I'm using XAMPP and had to update/fix it. (Fix was to insert one line in one specific configuration file. So it was more like copy and paste fix).
  11. Why don't use Turing award winners? It's an annual prize given by the Association for Computing Machinery (ACM) to "an individual selected for contributions of a technical nature made to the computing community". [Wikipedia: http://en.wikipedia.org/wiki/Turing_Award] Like "ProcessWire 2.5 Hamming" "ProcessWire 2.6 Floyd" P.S.: I think the architects' names are sounding better.
  12. @teppo: To be honest: I didn't think about that... Maybe I'm switching to create real fields so multilanguage will be easier, too. Have to think about it later today
  13. @andi: thanks for the response! I took a look on the typo3 site and it looks like a good place for inspiration. I'll probably adapt some of the options there. But first I'm going to clean the current version and try to get multi language integrated (already tried it but it didn't work. So I have to try again )
  14. Well I think facebook changed it. They are supporting all formats now I think. But if you want to you can add an image field with cropped images and add it to image automatically via "smart image" field
  15. New update: 0.3.0 Added options: - exclude Templates - Google Analytics - smart values - use parents values if empty
  16. Just working on some more options (like using parent values, smart values, excluding templates, special permissions, ...). After that I will update all of the descriptions
  17. I know But at least the open graph stuff is really useful and custom title and description isn't bad, too (And I think it's better than a lot of WordPress SEO modules, so maybe another pro for choosing pw)
  18. @ivan: it doesn't create fields and works out of the box. Just enjoy it (it uses virtual fields)
  19. I think you didn't understand the concept of urlSegements. What you want is something like this: <?php $splitted = explode('/', $page->url); echo $splitted[2]; ?>
  20. They are working. If you open this url for example: http://tjmahaffey.com/blog/asas/ the first urlSegment relative to the page would be "asas". If the y wouldn't work you would receive a 404 If you had expected "blog" to be the url segment you have to use e.g. $page->name
  21. What happens if you use a url segment? You get a 404?
×
×
  • Create New...