Jump to content

Peter Knight

Members
  • Posts

    1,374
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Peter Knight

  1. Hi guys I've started a new blog on Content Management and while it's not even remotely finished, thought I'd share here. I'm hoping to fill it with news, interviews and tutorials as I proceed. Content is pretty thin at the moment and there's plenty of design bits to fix. http://www.CMSsizzle.com Why and who? The target audience isn't so much you hard-core, seasoned CMS professionals but more likely to be oriented towards people who are new to the CMS's. I also want to highlight the great features of my favourite CMS because I think CMS developers should be more aware of what other platforms are doing. Because it's built in PW, it helps me learn PW and the Blog Module. Anyway, I'll give it a go and hopefully I can find time to update it regularly-ish
  2. Ah. I was going to mention that I'd only read about 50% of the thread.
  3. It strikes me that a more accurate topic of this thread could be "how to make PW more beginner friendly." Not to make light of the OPs issue and invaluable insight but Ryan (and co) have already done an incredible job of making PW user-friendly. Maybe thats just semantics (user-friendly Vs beginner friendly) but I wouldn't say PW isn't user-friendly.
  4. The first time you create a field, there is an info tab which says This field is not currently in use by any templates. It would be real time saving at that point to select the Templates which can use the new field. Otherwise we have to save the field ... browse to Templates ... find your template ...click it and add and reorder it there.
  5. Horst - thanks for your time and all the code samples. Actually, i think I've made a great job of over complicating this. I'm thinking now that my categories are nothing more than a value in a field. IE I have a field (drop down box) called categories and the values are cats, dogs and birds. Therefore, I can just use a selector to target and call all posts that have a value matching cats and do the same for dogs and birds. Going to try it in 5 mins.
  6. Ha - thank you all for the suggestions Im going to be boring and just feature my face* *actual face may differ slightly from photo. It gets bigger or smaller depending on the proximity of Christmas and puddings
  7. Of all the forums I am involved in across any discipline, PW users have the most unusual and eclectic avatars. Agree and know why?
  8. Fancybox had a multi site licence for about 69 Euro which can be used as often as you like. http://fancyapps.com/fancybox/
  9. My categories don't seem to have any children in the tree. All pages are children of a parent called Posts. Beside that, can you explain something regarding the code below $pages->find("template=post, category={$feature}, sort=-created, limit=2"; Does this selector assume I have a category called feature or is it making a variable called feature out of my categories? Confused re. selectors as I don't see any documentation on that page re. categories. Only a mention of finding pages with no category :-/
  10. I have a blog with 3 Categories (dogs,fish,birds) and want to output the most recent posts matching each category. I played about with some PHP have the first part sort of working in that it's outputting the 3 category titles <ul> <?php $latest = $pages->find("template=blog-category"); foreach($features as $feature) { echo "<h3><a href='{$latest->url}'>{$latest->title}</a></h3>" . "<p>{$latest->summary}</p>" ; } ?> </ul> So I feel thats a good start but want to refine it further. Here's my laymans description which I'm not sure how to translate into PW . find all posts that match the following template=blog-category category=dogs limit= to 2 posts order=by most recent first I know I could then repeat that twice more where category = cats and category = birds to achieve what I want. BTW the blog was created with Kongondos blog module.
  11. Tom, that sounds like an amazing project on any CMS. Would love to see a case study or some more in depth details once it's live. Goo luck with the upcoming launch.
  12. Agree and have noticed that some clients devalue a CMS when they think "it's free". What I tend to do is mention that it's freely available but represents a product into which thousands of man-hours worth of development have been invested. Still need to work on the phrasing there but *some* clients need to be reminded that just because it's "free" doesn't mean it just appeared on the web overnight. Or more importantly that it's some kind of download which then requires zero installation, setup, build, maintenance, patching, upgrades, training ... ... ... ...
  13. Having worked with senior Marketing in Enterprise sized organisations and even a Fortune 500, I can tell you right now what they expect from a CMS. Some of these might be suprising but its good to know. Comprehensive users / usergroups / roles / access permissions etc etc File management and secure file hosting Draft to staging to published workflow Related to above, ability for admins to review stuff before it's live (including getting notified when pages are ready for review) and share pages with other team members for review Form wizards so they can build their own forms Media management Custom dashboards for their "own" areas Round the clock support Approval from their IT department etc who review security, upgrades, patches etc etc BTW, my involvement with these companies was not website related but I've seen their setups and spoken with them in the past about such things. I'm happy to run any specific questions from Ryan and Co past them if more detail is required.
  14. Would love to have an indication within the admin that there was an update available. A simple icon in the footer could suffice. See the pink circle in footer of attached mockup Suggest it's only visible to users with correct permissions and reflects status of stable branch.
  15. Worked beautifully for me. Just tried it on my new ProcessWire blog and updated it from 2.4.12 to 2.4.18. Took approx 20 seconds from download of Zip to install and upgrade. No errors. Admin and site working great. My first blog post after upgrading was about the new upgrade Module. Now, that's circular
  16. Peter Knight

    Saying "hi"

    Hi guys. Just wanted to properly say "hi" and thank everyone for all the help lately. I'd been posting as "sparrow" for many months while I got started and many of the regulars here have been a great help. I'm an independent web designer from Dublin, Ireland, and my primary CMS is MODX. A while ago I decided that 3 CMS would be a good number to settle on and I began to evaluate Craft and PW. What attracted me to PW specifically has been all the good stuff I'm sure you already appreciate but in particular, I really like: PW fields and especially how powerful the Profields set are Lister (not released yet) Image management (native and CropImage etc. Image control is brilliant in PW) Fields control (allowing me to specify exactly which field(s) to display per template) How friendly the community is How communicative Ryan is re. the product and the fact that there is a roadmap and that roadmap is largely followed and updated The array of great Modules available etc etc. But basically, PW has been impossible to ignore with the recent adittions of Profields and Lister. I'm very much at the beginnings of my PW journey so to be balanced, these are the areas that I've found challenging: Speed. I find *just* having a tree slows my editing down a lot. Would love to see a tree on the left and the page edit on the right. Obviously, I'm coming to this from a MODX perspective Right-click Again, probably baggage from MODX but it's very useful to be able to right-click a page and duplicate, delete, move, hide from menu, quick-edit etc etc. I can't do this on PW. But mayeb there's not such a need. User control The user control and permissions look very basic. I'm used to much more fine grained control over which elements of the admin a client can see Manager appearance When I first installed PW I found the box-iness and colors a bit hard to settle into. Some of that may have just been TinyMCE which I replaced and I believe made a huge difference. I know there are lots of themes available so that's not an issue now but was definitely a "first impressions" thing. PHP That's not PWs fault. I've gotten used to working with tags so being pushed into a bit more PHP has been a challenge. I'm enjoying it though and feel my skills are slowly but surely coming on. So that's my 2cent. Thanks again for all the help so far and it's great to be part of yet another very friendly CMS community. On a side note, I have started a mini blog based on PW, Craft and MODX as I think they really are 3 of the best CMS available. Will update soon when I have a little more content.
  17. Sounds like something I've seen recently in Craft ( entry types ). http://buildwithcraft.com/docs/sections-and-entries#entry-types Good to know PW is up to the job too.
  18. Peter Knight

    PW logo

    I did look there first but those logos don't have the P symbol used on the site. Google image search has mixed results but may have found something I can cobble. Would be great to have a brand section on the site.
  19. Peter Knight

    PW logo

    if anyone has the PW logo as a PNG or EPZ, can you provide a copy? Thanks
  20. Cheers Fokke. I'm familiar with the Page field and it's brilliant. I'm not sure that it'd match my tagging requirements though ?
  21. I'm building a site for a college where they teach approx 20 courses. Each course page will have a: tutor duration price and I'd like each of these to be clickable tags whch loads a page listing matching courses. So if Prof. Beezlebub is teaching religion, I want web users toclick his name and see a list of his other courses etc In the PW admin, I want editors to be able to specify what courses contain which tags. Can someone give me a very basic overview of whats involved. I don't see a field type called Tags in the Filed setup. I also want to make sure that a tag from a Courss will load a list of other courses, but not any matching tags from say, a blog. Many thanks
  22. Fixed my issue and just updating this in case anyone has same problems. Authors profiles are just users. If you have a user, you can set their blurb in the Users area. I'd renamed my /blog/ page to /blog-test/ and this is why some of my links weren't working and why the right column wasn't displaying "Recent Comments" and "View by" etc Blog settings are back since I renamed my /blog-test/ to blog/ upgraded PHP to 5.5 and updated the blog module to the latest version.
  23. Cheers Ryan I revisited the requirements page for the dev branch and noticed: PHP version 5.3.8 or newer.Once I upgraded the hosts PHP version to 5.5, it worked. My oversight but thanks for chipping in.
×
×
  • Create New...