Jump to content

mvdesign

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by mvdesign

  1. @Nurguly Ashyrov Thanks for the video ! i'm using your module with Vue.js for a web application, really nice. I'm juste facing a problem right now, i get an error when trying to get checkboxes : Not valid resolved type for field \"checkbox_name\" (the field access is allowed in graphql settings). Any idea ?

     

    • Like 1
  2. Thanks guys.

    @teppo : thanks for the explaination, now i understand.

    @Pete : what i mean is use variable in external php file, which require to use the $wire global variable (width ajax or not).

  3. Hello,

    I'm trying to get a file url, using ajax with the page ID :

    $file = wire('pages')->get($id)->file->url;

    But it outputs the file url without the filename :

    /site/assets/files/xxxx/ instead of /site/assets/files/1017/filename.ext

    No problem from a template file...

    Any solution ? Thanks !

  4. Hello,

    I'm trying to update pages using ajax, but it's not working (new page works) :

    $p = $pages->get->($id);
    $p->field = 'text';

    No problem to get pages values using ajax, but can't update it :(

    Any advice ? Thank you !

  5. You're right Nikola (about the grey), but for now, that's just some quick ideas, i'm not satisfied with what I've done.

    I think you're sidebar is nice and useful, but what do you think about my last version, which allow a direct access to pages (in the sidebar) ? In my opinion, pages should be quickly available all the time.

    Or maybe we should mix ideas : pages, templates, and fields to be available in the sidebar (with collapsible menu) would great to.

  6. Nice work too Nikola  :) There are some good ideas.

    That said, when i look my theme and yours, i think mine is too simple, and yours could be more simple.

    I think it would be great to find a compromise.

    By the way, I see that you made the Ergo theme ! My favorite theme at the moment, great work ;)

  7. Thanks Ryan,

    If you have some requests or ideas to improve the layout/design I've done, I'll take it !

    And thanks you for this great CMS, just starting to use it but this is my fav.

    To all :

    Here is a new version, with new color scheme and new box style (main content).

    Do you prefer this color scheme, or the 2 colors version (top bar / sidebar) ?

    post-1803-0-24795300-1392134098_thumb.jp

  8. That's looking good. Did you do that by only changing css ?

    Hi pwired. No, it's just an image for the moment.

    Very nice! I would only replace the 4 stripes symbol for pages with children with an arrow, maybe, to make it clearer that it is expandable.

    You're right, i'll do that :)

    First one is brilliant. I really like how simple and clean it makes things look. Great job!

    Thank you !

    Here are 2 new propositions from first and third versions, for the page template.

    And I changed the look of the sidebar on the third one.

    The goal is to make it very simple and user-friendly.

    post-1803-0-20863900-1392042419_thumb.jp

    post-1803-0-20985200-1392042422_thumb.jp

    • Like 1
  9. Hi everyone,

    I'm working on a project where users can upload images, using a jquery uploader (no $_FILES input in the form) :

    - User select images

    - Images are uploaded in a specific folder

    After that, how can i attach the images to a page ?

    I took a look to wireupload() but it seems to need a $_FILES input.

    Thanks for you help :)

×
×
  • Create New...