Jump to content

Neeks

Members
  • Posts

    93
  • Joined

  • Last visited

Posts posted by Neeks

  1. I just installed it, and WOW! As an Expression Engine developer this latest visual upgrade make me feel even more at home in processes wire.  I love the look of the new fields. I'm in heaven! getting much more user friendly. The new module manager is awesome! Big "thank you" to the theme development team.Joyful is how I feel setting up my first site in 2.4. Thanks. 

    • Like 7
  2. I am working on an eCommerce site with process-wire and would like to be able to take reviews.

    The would like make comment form like this:

    Rating [ 1-5 star]

    Used as: [Multi Select]
    Effect: [Multi Slect]

    Review: [Text]

    Ways of doing this that I know of:

    • extend comments module
    • forms using the API
    • forms using the form builder

    questions: if I accept comments/reviews through pages. Should I put product comments under the product page or under another page hidden page called "product comments" off the root and make a link between a product page and comment using a page relationships. 

    For those who have done this before, any tips on how you did it/what approach might work better then another would be great to learn from.

    Thank you.  

  3. This I almost feel like i'm building my own CMS when I use this module it is so easy! + awesome. 

    Idea: it could be cool but not totally necessary of Hanna supported shorthand single arguments for easy to remember usage. ie. [[block=myblock]]  rather than [[block title=myblock]. Just idea to shorten hanna codes by a few character and make them easier to remember.  if you have an attribute that matches the name of your Hanna code it could work that way...

    question: is it possible to render hannacode inside of hanna? so far I have not been able to do it, even by calling a new instance of Hanna: 

    <?php
    
    //my Hanna block
    $mypage = $pages->get("/settings/blocks/".$title);
    $block_hanna = $modules->get('TextformatterHannaCode'); 
    echo $block_hanna->render($page->body); 
    
    /* 
    This does no seem to work as planned. 
    It currently returns nothing: and breaks my existing Hanna codes.  Also does not work if I use an existing 
    instance of hanna i call from my template which would look like this: echo $hanna->render($page->body); 
    */
    ?>
    

    I might just be a Hanna obsessed and should chill-out with with that I want it to do, and find other ways. The main reason i'm running into this is that I am using hanna to build my css grids and call the the [[blocks]] of hanna formatted feilds from other hanna formatted fields. 

    [[grid_start col=8 ]]
    My left column body content
    [[grid col=4 col_class=print]]
    my right column content
    [[block title="load my hanna formatted field"]]
    [[grid_end]]
    

    I might have been able to accomplish this all with repeaters rather than using hanna, but I liked the freedom Hanna offered.

  4. When I click the link button nothing happens, in either inline or regular mode. Other popups work great in editor. Same results on different pages.

    PW 2.3

    CK editor: 1.1.2

    Browser: Google Chrome latest
    OS: windows 8

    Theme: MetroWire  (If there is an easy way to disable the theme I can do that and test again)

    JS console (on click of "add link" button)

    Uncaught ReferenceError: page_id is not defined plugin.js?t=DAED:71
    loadIframeLinkPicker plugin.js?t=DAED:71
    exec ckeditor.js:175
    CKEDITOR.tools.extend.execCommand ckeditor.js:237
    CKEDITOR.tools.extend.click ckeditor.js:633
    d.execute ckeditor.js:634
    (anonymous function) ckeditor.js:635
    (anonymous function) ckeditor.js:27
    CKEDITOR.tools.callFunction ckeditor.js:27
    onclick ?id=1002:1
    


    Awesome module, it's getting a lot of use on this end. Thanks.

    Update: I realize when I code links manually and double click the link the the correct dialog box comes up to edit. however the edit link/recreat new link button at top of the tool bar doesn't respond.

  5. OK, so I got the color picker to work perfectly as it should, but it broke all my tabs, weather it was in the first tab or not, it also broke some of my page selects. must be an conflict in the JS some where.  When I uninstall the field all my pages look normal again. I'll give the color picker another try when I upgrade to 2.3 maybe there is an issue there, or maybe my theme. Oh well, hex typing for now. 

  6. In a related topic, but not quite the same thing. I installed the color picker used it in in a tab and it is not working. When I checked the source I get a 404 not found on the color picker CSS file. it is installed in /site/modules/module_name/. I actually installed it with the module manager.  Installed without a problem and the files are seem to be there.

    I think the issue is the default .htaccess file from process wire is not letting the file be served up because of a mod rewrite. The CSS 404 has a my site header so I know processwire is in control of that url when it should not be...right?

    <link type='text/css' href='/site/modules/FieldtypeColorPicker/colorpicker/css/colorpicker.css?v=107' rel='stylesheet' />
    
    ...
    
    <script type='text/javascript' src='/site/modules/FieldtypeColorPicker/InputfieldColorPicker.js?v=107'></script>
    
    

    Both throw 404 errors when I try to visit URL in browser, even though files do exist (as far as I can tell)

    I read the htaccess file several times, but i'm not entirely sure where I put the exception so proccess wire does not try  take control of modules or color picker url.  

    Proccesseswire 2.2.9 

    Any tips would be greatly appreciated. 

    if it's better to post these things as a new topic, rather then finding the most similarly related topic let me know.

×
×
  • Create New...