Peter Knight
Members-
Posts
1,379 -
Joined
-
Last visited
-
Days Won
5
Everything posted by Peter Knight
-
Upgraded to 2.5, duplicate modules warning, etc...
Peter Knight replied to douglas81's topic in General Support
Hey Douglas Can't offer any advice there unfortunately but have you tried Core Upgrade module? https://processwire.com/talk/topic/7525-module-processwire-core-upgrade/ It'll allow you to quickly upgrade (and downgrade) PW as you need. -
Cheers 3fingers. They're on my tiny things list IE the massive list of tiny things I need to find time to do I think it's the Foundation framework which is auto-generating these ugly things. The select lists are not in the actual templates.
-
Thanks for the tip re. Url and Path History. I've updated the URL yet the link above is till broken even though Path History is installed. I't's a great CMS. I meant to be further into my learning but am having too much fun with PW right now.
-
How would you phrase it? Must admit, I'm happy with the tone. Interested in your input too.
-
Hehe. I must admit that some of my favourite brews right now are actually from the UK. But like my CMS preferences, they're from micro breweries and not the usual, obvious choices
-
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
- 28 replies
-
- 11
-
Ah. I was going to mention that I'd only read about 50% of the thread.
- 206 replies
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
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.
- 206 replies
-
- 7
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
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.
-
Output pages matching blog categories
Peter Knight replied to Peter Knight's topic in Getting Started
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. -
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
-
Of all the forums I am involved in across any discipline, PW users have the most unusual and eclectic avatars. Agree and know why?
-
Fancybox had a multi site licence for about 69 Euro which can be used as often as you like. http://fancyapps.com/fancybox/
-
Output pages matching blog categories
Peter Knight replied to Peter Knight's topic in Getting Started
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 :-/ -
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.
-
Let's Highlight Processwire's Ability To Be An "enterprise Cms"
Peter Knight replied to marcus's topic in Pub
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. -
Let's Highlight Processwire's Ability To Be An "enterprise Cms"
Peter Knight replied to marcus's topic in Pub
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 ... ... ... ... -
Let's Highlight Processwire's Ability To Be An "enterprise Cms"
Peter Knight replied to marcus's topic in Pub
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. -
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.
-
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
-
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.
- 3 replies
-
- 13
-
- introduction
- thanks
-
(and 2 more)
Tagged with:
-
Strategy for flexible content types in a template
Peter Knight replied to jordanlev's topic in Getting Started
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. -
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.
-
if anyone has the PW logo as a PNG or EPZ, can you provide a copy? Thanks