-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
Why would you want that? Btw.: Why not just using $page->id ?
-
I think it's better to put this post in the Wishlist?
-
ProcessWire Screencasts / Video Tutorials
Nico Knoll replied to Jonathan Lahijani's topic in Dev Talk
Love this. I could give you some kind of category especially for this on processwire.tv? -
Looks great
-
Like what?
- 206 replies
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
He probably used the default one. I didn't make the site. They had another company doing it for them.
- 206 replies
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Not sure if anybody else could have said that better in this objective way. <3
- 206 replies
-
- 2
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Well I think the best way to learn ProcessWire is to just use it for a site. When I started using it I directly build a site with it and learned most of which I had to know about it in that time (back then when there was no multilanguage and PW 2.2 (or even 2.1?) was the hot shit) Site looks nice Only change I would suggest: make the sidebar at least 220px and not only 150px. It looks a little ... pressed
-
No they don't. I did a lot of websites within the last 3 years using ProcessWire and everybody loved how simple and intuitive the backend is for them (they only see the page tree). I was never a big fan of the old admin backend. But I fell in love with the new Reno theme so me and my clients loving the backend now. P.S.: My father's corporation website is made with WebsiteBaker and he never liked it. But he likes ProcessWire backend.
- 206 replies
-
- 1
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
@peter: I think that's a point we already had. Because there is somehow a misinterpretation of the word "user" in this whole topic. The user is the end customer, the person who is going to use processwire to add/edit content. And yeah processwire is user-friendly in that sense But a user is not the person who programs the website (as long as it isn't for himself ). That's the programmer/coder/designer/whatever.
- 206 replies
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Sorry to interrupt but I finished another version of "GetStarted". I like it a lot more then he version before and got rid of the tooltips. Texts are copied from wikipedia and not final. What do you think? GetStarted2.zip Edit: fixed a minor install error.
- 206 replies
-
- 3
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
@blad: Why not making the hard-cut version of the video first so we could throw some ideas in if something is missing and doing the voice stuff afterwards? Thanks for making this anyway
- 21 replies
-
- 5
-
-
I think I may get rid of the tooltips and just going to add those textboxes like on the "home" site to "fields", "templates" and "pages" with a short description what it is ad how to create it. It shows until you hit the x (each textbox would get it's own x) or uninstall the module. On the bottom of each of those textboxes I would add a "read more" link to the docs page of the specific topic. So you would have kind of a little instruction but it wouldn't be as annoying as the tooltips. What to you think?
- 206 replies
-
- 2
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
A way to suppress loading of templatefile?
Nico Knoll replied to NorbertH's topic in API & Templates
@NorbertH: Feels like home here -
Working on it
- 206 replies
-
- 1
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
I think you don't have to comment each line. Just group them up and put the comment above the group. Only if it is something special you should an additional comment next to the line. Anyway nice work!
- 206 replies
-
- 1
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Maybe it's some kind of forum virus?
-
Thanks Only have to hide the tooltips again afterwards and do some more fine-tuning
- 206 replies
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Inspired by the pdf I made a little proof of concept welcome page + guide through how to create a field, template and page. Check it out: GetStarted.zip Edit: Updated it.
- 206 replies
-
- 10
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Well my idea for snippets.pw was including two different types of "posts": "snippets" and "receipts". Snippets: Snippets would be really short code blocks including maybe 1-2 descriptive lines and inline comments. But mostly the pure code. Receipts: Receipts would be a little more advanced. They would first explain which "ingredients" (fields, templates) are needed. Then show the code with more description. At the end you would see the results as screenshots or as html code. So this post type is more like a tutorial. --- After talking to LostKobrakai and marcus about this it appeared that they had slightly different ideas about this. But I think I would be fine whatever way we go as long as something helpful emerges. And as long as I can put my 2 cents in
-
Gonna mention it again: We're working on snippets.pw
- 206 replies
-
- 2
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Made my day
-
Add code before ProcessPageList::execute
Nico Knoll replied to Nico Knoll's topic in General Support
Found it. it was JSON related. Working code: if($this->input->get->render != 'JSON') $event->return = $event->return.'n'; -
Hey, I want to show some html code before PageListRender (on the "pages" list page in the backend). I created a module which hooks into "ProcessPageList::execute". Works fine. HTML code is added. But the page list won't load anymore afterwards.... So is there a better way to do this? Or another function I could hook into? -- Nico
-
@woop: Thanks for taking the time to do this - it's amazing and I think you're right in each of your points!!
- 206 replies
-
- 1
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with: