Jump to content

fmgujju

Members
  • Posts

    122
  • Joined

  • Last visited

Posts posted by fmgujju

  1. @fmgujju: I guess I solved it. It was a minor error when passing method calls through my PvcPageProxy class. Grab the latest version from github and give it another try. Thanks for testing. There has been another error in my examples above: In products’ action template for index you have to add ->url at the end of the PW API call within the src attribute of the img tag to make it show the images.

    Thanks Oliver! It's working now after grabbing your latest code.

  2. I have installed and then setup controllers and views as per your post. I then created same pages with template that you have in you screenshot.

    I have also corrected your code which was giving me error as follows:

    public method function init()

    parent::init(); (here one colon was missing)

    Removed ... part.

    I really like that I can use MVCish style in PW so if it works then I am all for it.

  3. @Oliver: When I setup on ProcessWire 2.5.3 as you have mentioned above, I got following error:

    Notice: Array to string conversion in C:\xampp\htdocs\pw25\wire\core\PageTraversal.php on line 72
    
    Fatal error: Exception: Field does not exist: Arraysort (in C:\xampp\htdocs\pw25\wire\core\PageFinder.php line 494) #0 [internal function]: PageFinder->___getQuery(Object(Selectors), Array) #1 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array) #2 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('getQuery', Array) #3 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): Wire->__call('getQuery', Array) #4 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): PageFinder->getQuery(Object(Selectors), Array) #5 [internal function]: PageFinder->___find(Object(Selectors), Array) #6 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array) #7 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('find', Array) #8 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): Wire->__call('find', Array) #9 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): PageFinder->find(Object(Selectors), Array) #10 [internal function]: Pages->___find('parent_id=1013,...', Array) #11 C:\xampp\htdo inC:\xampp\htdocs\pw25\index.php on line 226
    
    Error: Exception: Field does not exist: Arraysort (in C:\xampp\htdocs\pw25\wire\core\PageFinder.php line 494)
    
    #0 [internal function]: PageFinder->___getQuery(Object(Selectors), Array)
    #1 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array)
    #2 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('getQuery', Array)
    #3 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): Wire->__call('getQuery', Array)
    #4 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): PageFinder->getQuery(Object(Selectors), Array)
    #5 [internal function]: PageFinder->___find(Object(Selectors), Array)
    #6 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array)
    #7 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('find', Array)
    #8 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): Wire->__call('find', Array)
    #9 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): PageFinder->find(Object(Selectors), Array)
    #10 [internal function]: Pages->___find('parent_id=1013,...', Array)
    #11 C:\xampp\htdo
    This error message was shown because site is in debug mode ($config->debug = true; in /site/config.php). Error has been logged.
    
  4. I use Chrome with AdBlock extension so I haven't notice any ads on the CMSCritic website.

    Here is the screen capture.

    post-777-0-91588900-1414771566_thumb.png

    I used "Awesome Screenshot" extension which automatically scroll to take screenshot on the entire page of the website.

    I disable AdBlock to see how its looks like and I realized what "Soma" was saying. I am not promoting anything here so do not take any anything from this post.

    @Mike: If you look at my screenshot and see just below "Related Products" area. You will not see any "Got Questions" banner there, do you? I have ads block enabled. You must have something to that "Got Questions" widget that treat as Ads. I am telling this so that whoever has block ads they still can see forum banner!

    Only concerns is topic titles are bigger than the your website logo's font! Other than that your website Wikipedia of CMSs!

  5. I like the fresh colors!

    But I did not like the change when going to login/register. Missed the header and all ;-)

    @bwakad: The login/register link is still using the older layout and php/mysql web application. I have only converted website using ProcessWire CMS. Membership Area & Library is not part of PW CMS. Currently working on the web application project which will replace old membership/library with Laravel app.

  6. @Soma, Thanks for your great module! I am using this on every site I developed and it works great!

    I just updated to latest Module Manager and was looking for updates on my installed modules and I have noticed two things: 

    1) My module is older than the one is installed as per the module modified date but the version is same and module manager show it's up-to-date which should not be.

    2) I have Video Embed for Youtube/Vimeo module which doesn't show up in module manager.

    Thank you!

×
×
  • Create New...