Jump to content

Pete

Administrators
  • Posts

    4,054
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by Pete

  1. Yeah, navigation in general is being discussed behind the scenes at the moment.
  2. I gave you a "like" but you know what I mean - you are right. I think there are a few things like that where a truly community-wide effort might help but your particular case is something more experienced members would be better helping with - although there are simpler parts too that others could chip in with. In the case of the cheatsheet though soma, if you want to look over mine and ryan's pages that are awaiting review in the backend of the cheatsheet I would happily look over yours or we can split them somehow? There are 17 awaiting review and I don't think they would take too long to approve
  3. On the subject of subscriptions, other projects I've seen on Github that link to Stripe etc took the understandable view that subscriptions are handled slightly differently by different payment providers with some many not offering subscriptions at all, so the view on a few projects has been that the subscription should be handled by the system using the module, and payment modules are better off handling single payments. What I mean is, your PW project would keep track of the next time a customer should be charged and charge them an additional single payment. Et voila, you don't need to rely on the different implementations of subscriptions that the payment providers may or may not offer
  4. The post count limit has been removed - the only registration requirement is that you need to create a forum account in order to post in the directory. I've also added a "Sites using ProcessWire" field as some way of us checking you use ProcessWire as well
  5. Great work - I have a few sites I could use this on! If you submit this to the modules directory I will happily tag you as a module author on your dev profile too
  6. Hi there If you could add your module to the Modules Directory I can add the relevant badge to your profile in the Developer Directory
  7. It looks like Please has issues with mod_rewrite full stop - I just had a quick Google and there are certainly lots of historical pages like this out there with people having to jump through hoops with it to get it working: http://stackoverflow.com/questions/12130198/php-and-mod-rewrite-problems-on-plesk This may be of use as well as you need that AllowOverride line for .htaccess to work properly (well, as you'd expect anyway): http://www.codero.com/knowledge-base/questions/335/Using+Mod+Rewrite I'm not sure how much help I'm going to be since I've only run into Plesk once and run away about half a day later. I'm a WHM/cPanel man myself
  8. I changed the way the login works the other day so if you are experiencing it still you can logout and log back on via the forums or failing that try clearing your browser cache. Shouldn't happen again after that though.
  9. Multiple spaces shouldn't be a problem, but no spaces will be.
  10. ProcessWire is an interesting one in that the dev branch is usually really stable to be honest. I would say that most of the issues tend to be really minor usually, but Adrian's advice is good (as usual) - see what's been updated and decide whether you want to wait a few days or not. So many of us are using the dev branch that things get rectified pretty quickly and unless you're using brand new functionality that's literally only been out for 24 hours you shouldn't run into too many surprises - even then it's usually pretty solid. Usually
  11. @vxda - just sent you a message. Yeah, I need to change the login check as it actually performs a whole login whereas it's only really relevant to check the username and password were correct and not mess with the forum login functionality at all.
  12. Not intended and not something anyone else has reported. I would suggest logging out and back in via the forums and not the directory to see if that helps.
  13. Nothing is usually in a /config/ or /tools/ page (depending on what you want to call yours). Many of us create such a page to put tags and lots of other things under them that don't really need to appear in the site structure itself. For example, in the Dev Directory on the PW site I put draft profiles under /config/drafts/ out of the way of the rest of the page tree until they have been approved, but you could also do similar with a list of countries, colours... whatever you may need to reference in a Page field that doesn't need to be in your navigation.
  14. On my installation clicking the PW logo or Admin link from the breadcrumb does take me to the dashboard as expected. I can't remember, but I think at first install it appeared to the right of Pages in the menu - I think (trying to remember) it needs to be the first child page under /processwire/ in the tree in order to work like this.
  15. Just approved your entry Felix. Manaus, you should have a private message on the forums with instructions.
  16. Any chance you could add this to the modules directory? There's a nice list here that's always growing: http://modules.processwire.com/categories/language-pack/ Never mind, you did already: http://modules.processwire.com/modules/process-wire-greek-language/
  17. If you would like to add this to the modules directory I can add your Module Developer badge over at the dev directory.
  18. I made it a row at the end of the profile as a temporary measure I think it could be confusing otherwise as I expect a photo with a link on it to open a larger version of the image or, at most, the website of the developer in this case. If we add several ways to get in touch with a developer (I'm thinking Twitter, LinkedIn and others) there would be some nice icons to click on and it would be trivial to make the first one be a speech bubbles icon and link to the forums using that one. @felix - I will get back to you later today - I have to do some other stuff first. @pideluxe - you are not alone with some of these thoughts. I think EllisLab have some nice categories - what I don't want to do is stray too far from what you can offer that relates to a website built with ProcessWire (Expression Engine's dev directory has a myriad of categories for example that I don't think all apply to their product) but many of those look good to be honest. I agree with you - budget is something I wanted to steer well clear of. I would rather clients (and devs looking for other devs/designers with PW experience) approach developers based on what they see of someone's work/services than only contact the dev with the lowest prices - it is nonsense to do this as, as you say, every project is different and the dev knows best what their time/skills on a particular project should cost. It is likely that we would look at the larger ideas further when thinking about a future version of the ProcessWire site as a whole, so some things will take a while. I do aim to add a few more things over coming weeks to the directory in terms of more fields you can fill out, but I didn't want to add too many options to begin with though as the more options you offer the more you have to check during the approval process - and I had no idea how long that was going to take to begin wtih Thanks to everyone for the feedback so far - keep it coming.
  19. Thanks to everyone who has submitted profiles so far. As a special bonus, you can go to the main directory page each day tiles photos/logos behind the top button will display up to 39 random developers each day. There is some repetition now as we have less than 39 approved, but it keeps things interesting. It's just some code that loads random dev images and creates a background image using GD on a CRON job at about 5am (Eastern time? not sure what the server is set to) in case anyone was wondering.
  20. I just saw this when approving your entry in the Developer's Directory - nice work Would you like to add it to the Modules Directory? There is a category for site profiles and you can link it to your GitHub page for the project so it will get seen by more people browsing the directory. Plus I can then list you as a module author in the Developer Directory (I can only do this if your module is in the official directory though).
  21. Craig - you've got mail.
  22. Sorry - missed one reference to the offending function. Third time's a charm?
  23. Hmm... sorry about this guys - please try again. Seems to only affect new profiles but I've removed the offending line of code (it is confusing as to why it works for existing profiles and not new ones but it wasn't a completely necessary line, just had to hardcode some field names).
  24. Mats - can you try now please?
  25. I'm happy to announce that the official ProcessWire Developer Directory has been launched at http://directory.processwire.com It comprises a developer list and a map and is designed to allow anyone developing with ProcessWire to find each other. It also allows potential clients to find developers as well as illustrating how widely ProcessWire is used worldwide. The developer list displays in random order so as not to favour any one developer and is currently quite short, but it should grow nicely as you create your own profiles. The login process is linked to your ProcessWire forum account so the same details you use to login here will allow you to get started. There is a manual approval process as well as some rules so that we can ensure that the directory contains quality content and is free of spam. As a minimum, developers must have 10 posts here on the forums before they can login and post a profile, however after that there are relatively few restrictions - as long as you follow the guidelines on the Profile form and abide by the Terms and Conditions (a condition of submitting a profile) you will be fine. You may notice small icons/badges next to some developers - these are designed to recognise special contributions to the ProcessWire project and are awarded by staff as part of the approval process. Whilst checking each entry's content we cross-check against forum profiles, the modules directory and other sources to determine which badges apply to a developer. There are plans for more features over time which you can be notified about by checking the box at the end of the profile form. I look forward to seeing your profiles soon!
×
×
  • Create New...