Jump to content

jacknails

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by jacknails

  1. Each page in processwire has a name and a title.
    When I create a new page and give it a title, the name is created automatically.
    That name creates the URL of that page.
    This works great for English sites.
    However, for international users this doesn't work as nicely.

    If I create a new page and give it a title that's not in English, then the name field is left blank and I must write a "fake" title in English.

    I work with sites in Arabic and in Hebrew and this is the biggest difficulty I see when working on non English sites with Processwire.

    Even for an experienced user, this is an annoyance every time.
    For comparison, in WordPress I can have multilingual titles and URL's out of the box.
    This is an advantage WordPress has when it comes to international users.

    I would like to see this change, and perhaps help bring this change.

    What would it take for Processwire to support multilingual URL's and page names?
    What would be the best route to achieve this?

    post-981-0-42784400-1422384750_thumb.png

    post-981-0-38969600-1422384751_thumb.png

    • Like 5
  2. If the behavior is still not there, try editing your image field (Setup > Fields > your image field) and changing the default layout to be the grid rather than the list. Does it make any difference with the behavior?

    Yes. Sorting is more responsive.

    I noticed a small usability issue with the button that toggles between list view and grid view.

    The clickable area of the button is a bit small and if I click a bit to the left outside the button then it collapses the images field.

    This could be fixed by adding some left padding to the button. I'm just not sure where to make that edit.

  3. To the above post.

    ui sortable is screwed because of the addition of  overflow-y: scroll on the body. It's a known bug I ran into even couple years ago and seems still there in jquery ui. pff

    Once you scroll the page and start dragging a item, it is offset by a margin and not on you cursor anymore, makes it impossible to drag sort or scroll. Once you remove the overflow-y: scroll from the body it's all good again.

    Not sure what else could fix the problem, as removing overflow-y: scroll on the body will bring back the content jumping on dropdowns that are longer than window.

    Thanks for the info Soma!

    That is indeed the problem.

    I don't know about the issue with content jumping, but it's definitely a problem if drag and drop sorting doesn't work...

  4. I just installed a clean copy of the dev branch and sorting images in InputfieldImage seems buggy.
    Viewing the images as a list, I can't drag an image beyond the browser's viewport.
    So I can't, for example, drag the last image to make it the first, because the first image is beyond my viewport.

    On 2.3, if I start dragging an image beyond the viewport, then the browser automatically scrolls up or down the page (depending on which direction I'm dragging).

    On the dev branch, there is no scrolling - the page stays in place, so I can't drag up or down beyond what I can see.


    Also I noticed that when in grid view, sorting of images is a bit clunky.
    If I try to move the last image to be first, sometimes the first image won't budge away.

    After I do successfully release the image, the lightbox always appears, which is also a bit annoying.

    On Chrome, both in list view and in grid view, the image I drag disappears until I drop it.

    I'm testing on Firefox and Chrome (latest versions) on Windows 7.

    If my explanation isn't clear I can post a video of these issues.

    Grid view is a great addition! Much easier to work with when you have more than a few images!
     

  5. It sounds to me like what you need is a basic shopping cart.
    You have products, which you can add to a cart (wish list in this case), can then review the list and then checkout (no payment info, just contact details).

    I think you could build this around the Shop for ProcessWire module.
    It provides you with a basic shopping cart and the visitor can then sumbit their contact details.
    After installing the module you'll need to make some modifications like hiding prices in the front end and changing text on buttons and throughout the checkout process. ("Add to cart" to "Add to wishlist" etc).

    However if you also want product variations (pink shirt XXL), I don't think it's possible out of the box, so maybe others can pitch in?

  6. Amazing work apeisa. I had a poll up and ready within minutes!

    Would it be possible to have a "View Results" link at the bottom of the poll?

    That way a user could see the results and then have a link "Back to Poll" if he'd like to vote.

  7. Currently I have a multi-language site. If I want to have an image with a different alt tag for each language I need to use a repeater.

    I think it would be sweet to have a fieldtype of ImageLanguage that would allow an image to have a separate Description field for each langugae.

    I think this could make PW more multi-language friendly.

    post-981-0-23437300-1374184978_thumb.jpg

    • Like 1
  8. Hello,

    I have translated the backend into a new language. I started by importing the Spanish language pack and then proceeded to translate all the text strings via the PW interface.

    OK, so now I want to make this into a language pack.

    How do I go about doing this so that I can make it available for others?

    I've searched the forum and the tutorials, but I can't find a step by step guide.

    Any help is much appreciated.

    : )

×
×
  • Create New...