Jump to content

Chris

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Chris

  1. hi there!

    after playing a bit with pw, i decided to choose my own new website as a first project to test it. im realy happy with it and i will use it as my number 1 choice for my own clients in the future. the first time working with an cms i've got not the feeling that i need to "fight" against it.

    i was realy suprised how easy it is to use ajax with pw, which i did for my references page, i'm still looking for an easy to implement url/hashbang ajax-solution  - this is something i will add in the future to the site. a little blog will follow:)

    http://chrisvaupel.de

    constructive critics are welcome

    PS: it's a small site, but i bought procache and formbuilder, becouse i was curious and wanted to give a little bit of money support - anyway, i just like to say that booth are working realy well :)

    • Like 8
  2. the preview seems not to show parts of the site template that are included with include_once. it's easy fixable with changing include_once to include. i just like to leave this as a sidenote, if someone got the same issues like me ( no header.inc/footer.inc :))

    thank you for this nice plugin. it's realy something customers like to use and know from other systems.

  3. [...]

    Just to mention, there's also option to define the label rendered in the page tree using custom fields. You'll find this under tab advanced. Using this if you add an image field it will output the image name as label.

    [...]

    thank you a lot. that will be very usefull to know in the future.

    i don't understand all of the page-list code that you linked on github, but it's good see that i'm able to understand some parts of it:) verry cool to have the chance to use the gaining api knowledge for backend modifications to.

  4. Ah, well my AjaxSearch module isn't what he's looking for, it just to progressively enhance the search using ajax.

    Adding filter options is more about how you do it in regular html/php adding them to the form markup. PW then just plays a role when creating the query and performing the search according to those options. You could then simply filter by template or parent or anything you like. It would go too far writing example code down here, but I'm sure there's a thread about it, and if you give specific example what you want or even example code you're trying there's people here willing to help.

    right, i was looking for a search/filter options like this:

    THE AWESOME SPECIAL NEEDS PIZZA SEARCH SITE
    Your City  [_ Townname_____]
    
    Exclude pizza services that don't sell
    [   ] cheese pizza
    [ x ] chocolate pizza
    [ x ] sharkmeat pizza
    
    Your genter (for our creedy marketing management)
    ( • ) Male  (  ) Female
    
    -------------------------------------------
    KLICK HERE TO SEE RESULTS   |
    -------------------------------------------
    

    but, when it's possible to do with the PW api, my question is answered..thank you verry much:) - maybe i need somethin like this in the future and then i will know which filter and search options i exactly need to look for :)

  5. Please read the following before looking on the big picture :))

    Here's an idea i got, while experimenting with PW:

    A lot of cool icon fonts are avaible, on the other hand the page system of pw can be used verry flexible. why not bring these together to improve customized backend usabillity,

    version a (more complicated to build, i guess): when creating a template you choose the icon of your choice for this kind of content.

    in the page tree, based on the template that you've choosen for every page, the pages uses an little icon.

    version b (i guess, maybe simpler): based on the choosen template, the page <a> get's a css class with the name of the template.

    so you need to attache an custom css in the backend that styles your page list with icons using the :before/:after css-technics, :)

    i've seen that each page list item already get's a unique class, but it doesn't look like every page list item gets an class/id based on the used template.

    i think version b of my idea is nicer, and would bring up more flexibilty so style the page tree, additionaly to the icon solution.

    however, i did a dirty mockup of version a for better illustration.

    what do you guys think about the draft?

    writing something like this myself with php would be a realy big and scary task at the moment, since i'm a young padawan, but maybe some of the jeddai masters like it? :)

    post-620-0-57191300-1343484902_thumb.png

    <- i did an mistake..on the mockup i mean with "<-*click* a click on the picture symbol, not the pencil >.<

    EDIT:

    another "sourcecode mockup" to illustrate what would be cool the get with version b of the draft, so page list items get automatic an template name based icon

    post-620-0-22425100-1343487654_thumb.jpg

    , styleable with

    div.basic-page:before {
    content: "a";
    }
    
    div.sitemap-template:before {
    content: "k";
    }
    

    link with more infos about the css part etc,

    • Like 3
  6. first of all, i like to thank you guys for all your great informations and linked references :)

    it seems PW is realy what i was looking for. i hope i have the chance to use it for a small website of a customer in the next week (challenge accepted [x])

    otherwise i will build my new portfolio with it, containing some contentpages, references and a blog. so there will be some tasks to get my hands dirty:)

    [...]

    5. The skyscrapers profile was not updated to the last version of PW. But I'm sure Ryan can send it to you if you want a lot :)

    [...]

    according to your informations, i think the text on the demo description page needs to be changed. it's a littlebit confusing when there is no download :-

    [...]

    I always feel bad when people whose first language isn't English come to forums and apologise for their English when I can't speak much of their language ;)

    [...]

    there is no need to feel bad, im just the new guy in the classroom and a littlebit shy :-[ but the class seems to be verry friendly, so all is going well :)

    it's cool to see what people do with PW, to get a glimpse on whats it's capable of. is it possible to show the comment count, like on your strategies website, natively with PW ?

    [...]

    Not been able the really work with code on disk, cause all PHP etc is stored in the DB ( why the hell you want logic data in the DB ?

    [...]

    i didn't liked this either. i have the feeling that their is a huge potential, during the work with PW, to create some reusable snippets. so i don't have to write everytime a gallery new, for instance :) ..will need some time to figure out best practices and a good workflow, but that's always the rule of the game

    ,

    [...]

    your statements confirming my impressions i got from twitter these days. I will keep an eye on ModX, but work with PW

  7. hi everyone:)

    i stumpled across ProcessWire on my way to learn ModX. It draws my attention because of it's fast backend, and the chance for me to connect it with my big wish to learn php (atm i know just very basic stuff :- ). PW seems to enable me to use some php-funktions with an easier layer on top of it. so, i can be productive at the beginning ^-^

    here are some questions, that i came up with at my exploration of the PW-wonderland in the last days:

    1. search: afaik there is the possibility to integrate a search function to the website. is it possible to combine a searchfield with checkbox filters to search and filter pages in a specific branche of the page tree?
    2. blogging: it's possible to build a tag-cloud for a blogging sections with PW. this hole filter possiblities-thing is somewhat unclear for me atm :)
    3. comments-module: the comments containing a name and an e-mail field, but i like to extend it with a "twitter" and "your website" field. is this possible without a lot of complicated "core hacking" ?
    4. forms: from what i have understand, it's possible to create a front-end form that collects data for the content of a page. are ther possibilities to get form entries per mail with csv-file attached or csv-styled text inside?
    5. demo page: maybe i've just overlooked it, but i was not able to find the skyscraper siteprofil on the download page. i realy like to have a look at it, to learn from the api usage there.
    6. does someone have experience with forums and newslettersystems, that go well along with PW ?(same userbase/passwords)

    (i hope my english was understandable, since i normaly don't write a lot in english myself. but i'm able to perfectly read and understand it).

    greetings,

    chris O0

    EDIT:

    a questions to the modx users in this his forum: is PW now your primary cms and modx a fallback for some special usecases? - PW made me desinterested to learn modx, but maybe i miss something

    • Like 3
×
×
  • Create New...