Jump to content

JeevanisM

Members
  • Posts

    223
  • Joined

  • Last visited

Everything posted by JeevanisM

  1. HI, I have done a few E-commerce projects in OpenCart, which really suitable for the mid-size E-commerce platform. I have tried Magento once but never get a knack on it. I tried to use ProcessWire for the E-Commerce but I realised I have to do a lot of custom coding which I am not that much expert. So I use different tools for different purposes, for any CMS related WEBSITE/WEBAPPS - ProcessWire is a rockstar for me. But for e-commerce I would go for OpenCart
  2. Hi All, I happened to stumbled upon this website gatsbyjs.com . I know there is a huge hype about Node.JS but I never understand the Node/NPM concepts yet. So what is a Static Site Generator, as in how good it is when almost 99% of web projects are Dynamic ? I would love to have some comments on this.
  3. I finished 10 years using Gnu/Linux for everyday purpose and zero Microsoft ... ?
  4. It is not redundant, its actually the processwire way to give extra control to the developer on the pages and code.
  5. 1. ProcessExportProfile ( easier to migrate site from localhost to dev or vice versa - I take backups using this )
  6. This is my fav list 10 Songs To Listen To While Gaming (Racing/Driving) HD
  7. JeevanisM

    Movie Talk

    How many NetFlix buffs here ? ?
  8. Hello, I would like to report a tiny bug in the latest dev branch of PW. I downloaded the dev zip file from here : and tried to install. Everything went fine but hit the error message as in the screenshot. So its says there is an unexpected * in the site/config.php file. I checked the file and found that it supposed to be a comment actually but somehow, the position of '/' is wrong to make the comment '/* ' . Hence I manually edited the file and went to installation but the error repeated in different line once I passed the admin password setup page. So the PW installer is writing the site/config.php file with newly updated DBinfo. So I manually edited the site/config.php file before click the DB configuration section, next time. It passed and installation finished. But I think this is somehow a bug ? I dont know, just notifying it here. another thing I noticed that - the button says the version 3.0.162 but the downloaded zip installed admin shows ProcessWire 3.0.163 dev © 2020
  9. @Mats HI, how do we add another custom field say Phone number or any thing more ?
  10. @MilenKo thanks for the wonderful thread, but I would like to know how to add a new custom field to the input form ? I need to add the phone number instead of the website when a comment is created. How to make this work ? thank you
  11. Hello All, How do we add a custom field to the comment form input ? For example, I need to add phone number instead of the website for a person a to insert comments. Please reply how to add such custom fields. thank you
  12. I updated to the below version and the comment system module is showing the star input / output. But I have another doubt, how do I add an extra field in the comment form ? ProcessWire 3.0.162 dev © 2020
  13. I was using this method very recently, its very easy method to migrate from/to live + server. But recently, this method started to show some error, I posed a query here Is it possible, because of the latest version, this module no longer works ?
  14. Hello, is there any reason shows this error as below. I have exported the file from the live server and trying to install my local server. The file permissions are correct and files in the exported folder also correct. Any idea? I have successfully done using site profile exporter module several times, but this kind of error happened first time
  15. Same issue here : I have used <link rel="stylesheet" type="text/css" href="<?php echo $config->urls->FieldtypeComments?>comments.css" /> <script type="text/javascript" src="<?php echo $config->urls->FieldtypeComments?>comments.min.js"></script> as code and ensured the links are working, the css and js are loaded but my comment forms are not showing any star input any help pls ?
  16. Created another page which requires login access to view . This page will display all the statistics needed. So I send this second username/pass to the NGO Admins ( its an NGO project, people behind it are not much tech savvy )
  17. Thank you so much for your suggestions. I am making more polish works on the websites, surely work on the notes you mentioned ?
  18. Any updates regarding this ? I have to enable the star option for comments in my new project - As I mentioned in above comment, CSS+JS files are linked correctly. The code to render the comment as : echo $page->videocomments->renderAll(); echo $page->videocomments->renderStars(); videocomments is the filed name for comments But the stars are not showing anywhere when we try to input the comment ? But stars showing in the admin panel and also it shows when a comment is approved but just a single star only The star option is enabled in admin section as well So there is no way I can display the STAR option when a comment is input. Please help thank you Here is the page link to enter comments / feedback https://www.bhimonlineclassroom.in/videos-list/protectors-of-biosphere-3/ The version I am using is ProcessWire 3.0.158 dev © 2020
  19. after almost 9 months of serious distro hopping, I settled down with Mageia 7.1 . This is the best stable Gnu/Linux OS for everyday usage of Laptop. Another option is MXLinux 19
  20. Happy news, the OP referred project is live now : - https://www.bhimonlineclassroom.in
  21. Hello, I have done a new website - https://www.bhimonlineclassroom.in - Some clients dont let to keep the credits, some do but however, you can see the source code - Meta author - Jeevanism@processwire http://onnippu.com/ http://www.kasitabusiness.com/ http://pkrosifoundation.org/
  22. thanks for the quick reply. its done now.. thanks again
  23. Hello, I wanted to export my site profile back up from the live server to my local. I have always been happy with using Site Exporter but, this time, when I took my backup file from server, and tried to install in my local machine, I got this error below Profile Not Found I am sure I have placed the exported files to the directories and made permissions accessible. So I installed the module duplicator and installed it. As per the doc says when I try to access it from Setup -> there is no duplicator showing. All screenshots are attached I made it possible to install it on local machine by simply changing my folder site-june17bkp to site and installation went smooth. But not sure why the profile not found and/or duplicator not showing in the list. thanks in advance
  24. good suggestion, I will use that
×
×
  • Create New...