Jump to content

Chris

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Chris

  1. Hi,

    i currently evaluating differen systems for building a page to sell video courses and other payed membership content. 

    So you would get some free content after the registration and you can switch the account to a payed membership to read articles, watch videos and so on.
    There should be also content that is deliverd after X amount of days (which i think is not a problem with pw)

    As a Processwire fan , it would be cool to build it with PW, but on the downside PW has no ready to go membershipsystem with payment for all in germany common payment forms.
    On the other side there a plenty of plugins for wordpress exactly for this need. 

    So i'm asking if someone has already experiences with this stuff and can help a little to evaluate the effort it takes. 
    Can someone recomment a payment service that works well with PW? - so i quess a service that is builded to work with PHP in genereal.

     

  2. Hi Robguy,

    sorry because of my late response!

    Quick test uninstall / install FormHelperExtra (version 0.3.1) without errors. 

    Could you provide more details about your setup (PW version, PHP version, ...)?

    Hi, i have the same issue 

     Session: Unable to install module 'FormHelperExtra': SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'fhStorage' for key 'name'

    this happend on my second attempt to install FormHelperExtra. On the first atempt i got the following error: "Unable to install module 'FormHelperExtra': Can't save page 0: /fhstorage/: It has no parent assigned"

    PW Version: 2.7.2

    Php Version: 5.5.9

    Here's the phpinfo() output of my localmachine where it happend (i just changed the project name)

    http://jsbin.com/yatexeguku/edit?output

    for "fhStorage" search, i have this entries in my database:

    post-620-0-20200800-1461655219_thumb.jpg

    PS:

    i just have tried to guess what's wrong. i have not build any processwire module untill yet, but might it be possible that you whant to request the admin page, to create the fhStorage page, but it's not requestable with get('/admin') ? becouse my admin page has the name "processwire":

    post-620-0-98906900-1461656602_thumb.jpg

    • Like 1
  3. The modules does use standard datetime fields, therefore if other datetime fields do suffer from the same issue it's probably a core issue.

    Here's what solved the problem for me. Left page original settings of the auto generated publish fields, right page are my modification of the settings. no more "hh" and "ss" strings and the page scheduling works now 

    post-620-0-89765800-1453974552_thumb.jpg

    so maybe for some reasons time formating options that need to be choosen was missed by the auto generated post_from/post_until fields, which i did'nt touched since creation.

    • Like 3
  4. Here you go. Images need to go into /site/templates/ImageSelect/[path/] and must be named [optionValue].jpg. For usage with FieldtypePage you need to add the module in the settings of InputfieldPage. For the newer options fieldtype it's available right away.

    Edit: My version might be more suited to the usecase of presenting layout options to the admins, rather than having a full blown thumbnail display.

    LostKobrakai, this solutuin fitts my needs well, thank you verry much!

    i have some little issues. Images are requested like this 

    <img class="image_picker_image" src="/site/templates/ImageSelect/3.jpg">

    which will not work for me for two reasons

    1. my page is in a subfolder currently e.g. www.awesome.com/nice/site/.... which is not reflected by the url

    2. when one liked to use several versions of the field, it could be a little akward, becouse all images are in one directory level, so i would end up keeping track of which id'S are already used by other fields. i suggest to put images in a subfolder with the name of the field, e.g. site/templates/ImageSelect/coolFieldName/1.jpg and so on.

  5. Hi,

    i'm asking myself, if it's possible to have an editor, who's usable for people without markdown knowlege, but saves the WYSIWYG stuff in markdown format. For instance one marks the text "Lorem Ipsum", chooses H2 in a dropdown and the text is displayed for him as H2, but the sourcecode in the background is ##Lorem Ipsum , which gets saved and outputed per markdown module.

    i fiddled a around with the markdown input formating and CKEditor as Input, until i learned that markdown will only format the output  :-[

    someone already tryed to do so? 

    • Like 1
  6. That would be the reason then - I'll let Ryan know that the logic is going to need to be changed to handle these special DB tables.

    i just got the same error, so the problem seems still persist. any solution? (PW Blog Profile from Ryan with some template mods and additonal modules, that i liked to export)

     SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pages_id' in 'where clause' 

  7. short story:

    think of a radio button mechanic in the background, but ui-wise you present images with captions as "buttons".

    for instance i whant to be able to let admins change some visual themes of a single page, with different background and formating for each, i could place screenshots thumbs with a short caption. so the admins are able to se a preview image and know better what this setting does.

    therefore it would be needed to define images for an input field, during the field creation. maybe someone likes the idea and is able to do it? 

  8. This can be done since this update: http://processwire.com/blog/posts/processwire-core-updates-2.5.16/#set-page-references-from-title-string So you need to run at least version 2.5.16

    Thank you for the hint.awesome stuff! But It seems the missing importPagesCSV is still needed:

    So I updated the ImportPagesCSV module to support import of Page fields (to be posted soon)

    Any news about this Ryan? :)
  9. Hi everyone,

    i've build the recommended setup for processwire to work with tags, which means i have a page tree "Tags" and this page tree hold several title-only pages, each represents a tag. 

    for the gallery items i like to tag, i've build a template with an categories field of the type "page", this template will be used by every item to hold the tags. the field is "free tagging" field, so it would create the tag-pages autmaticly.

    now i need to import a csv file and this is where i have a problem:

    when i'm using "the import pages by csv" module, i am not able to select the category field as csv target.

    the tags column of my csv holds comma separated words as tag, so the schema looks like this:

    PICTURE NAME     |    TAGS
    ----------------------------------
    Some title       |   birds, unicorns, kittens
    Another title    |   hearts, stars, pie
    

    so i need to be able to select a page reference field as target for the TAGS column of the csv, and for every comma separated word i need to create a page tag automaticly and add this tag to the gallery item

    i hope it's understandable what i like to do, otherwise feel free to let me explain it again 

  10. hi, do you guys use some special deployment tools or do use interesting workflows for deployment you like to talk about? :)

    actually i do it the olfd fashioned way: i'm developing on a local xampp and when i'm finished i upload the ftp-data to the webspace and import the database manualy with phpmyadmin.

    but i like to evolve my workflow to a more flexibel deployment process. for instance it woud be nice to develope on my local xampp but to be able to syncronize to a dev.cooldomain.com website all my ftp and mysql data with a button click. i also like the idea to syncronize with an php-tool between two seperate folders and database on the webserver the live and the dev. version of a site, to test new things and show them to people etc. 

  11. [...]

    This page -- http://chrisvaupel.de/leistungen/ -- has big icons that react when "touched," but don't actually do anythng. Is ths intentional?

    [...]

    hi,

    thank you matthew for your feedback. yes it's intentional. i regocnized that a low of people are pointing there cursor on things the are reading. my idea was just to do some hightlighting for the sake of "prettiness".  but your feedback let's me think about it, if it's a maybe a bad decission, because of the learned usabillity pattern that things who are reacting to the mouse having a function...

×
×
  • Create New...