Jump to content

JeevanisM

Members
  • Posts

    223
  • Joined

  • Last visited

Everything posted by JeevanisM

  1. Hi All, I am trying to build a PW website upon the HTML design as shown here : https://bit.ly/2HxZbwr As you can see, I use a repeated block to display a divider between sections on the page, its an image background-text on top. The screenshot is here : Now, I created a new field for this block content and attach that field to my Home Page template. But in HTML design, I used this block in two places, on on top side, and one on the footer. Now, when I do it in PW, can I use one same field multiple times in a single page template ? I have read this thread about using fields in efficient way, but I could not figure out, how to use same field multiple times in a page template. I hope I did not confused any one with my query, please let me know the correct PW way to achieve this. thanks Jeevz
  2. Awesome Reply... @flydev Just wanted to add a side-query to OP. Below is a situation :- #. Once a new user logged in, this user can see list of current Online Users. ( I have seen this feature mainly in Forums websites / Social N/W sites ) Can we do this in PW ?
  3. Hello All, This is just a thought, is it possible to create a CRM web App using ProcessWire ? Any suggestions ?
  4. Yesterday - MS Today - Google Tomorrow - ? Really nice website.
  5. Hi, This is my another PW website - http://pkrosifoundation.org No Modules used
  6. Hello Roych, I think sharing my recent experience with a website would be helpful for you, since I faced a similar scenario as yours here. For me, I have a news section in a single page website where there will be bootstrap cards holding an image of the newsitem with a readmore button, When user click on this, a bootstrap Modal Popup with show up and display the the whole news section. Now, these newsitem cards are dyanmically loading, so each Modal Popup should show dynamic content. I will explain the steps I followed : 1. Use the Boostrap Modal Dynamic content feature ( refer https://getbootstrap.com/docs/4.0/components/modal/#varying-modal-content ) 2. see the data-*attribute of the modal window button. Refer the bootstrap documentation above, that attribute should be unique to each Read more link. This helps us to differentiate the Modal Popup content window 3. Then, I created the Modal Popups with in the foreach loops, so that I will have N number of Modals for N number of News Items. All these Modals will have corresponding content to that each news items 4. Now, each ReadMore button will have a unique data-attribute which differentiate the modal window to a particular news card, if you click, only that content will show, and content will change you click on other cards. No page reload is required I am sorry if I am confusing you much, the general idea is that you have to utilize the data-*attribute of the bootstrap modal. You have to provide a unique attribute to each quotes with respect to its content. You will have generate N number of Models Popups for your N Number of quotes but you will show only one Popup at a time. Please check the website I have done for this feature in action : http://pkrosifoundation.org/#news
  7. I have used this Contact Form in my website and its working fine. http://insignnia.in/
  8. thats cool. Telegram is super powerful than Whatsapp
  9. Very interesting thread you have Mr. Sephiroth I have read all posts and got so many new knowledge about coding
  10. Hi, your website is awesome. Its an inspiration to me for porting one of my news website into PW.
  11. I can partially agree with you on that C5 loading time. I have experienced sluggy feel in the dashboard when I manage with administration. C5 extensively uses a lot of Jquery and mostly for their In-Context editing Feature. I have a website fully developed with c5 here : (kaakkakkoottam.com) which I am going to port into ProcessWire soon. Let me see the difference. Thank you for your good words..
  12. Thank you theo for your suggestions. I shall check them out for sure
  13. Hello All, I started with Joomla on this CMS parade. Then later I put my hands on Wordpress and eventually settled into Concrete 5. Recently I came to know about ProcessWire CMS, while I was looking for a better replacement for Concrete 5 in terms of robust, easiness, compact. I went through few Video tutorials of PW and read the documentation. The installation of PW was smoothy. The concept of Page is awsome. I like the relation of Page, Fields & Templates. There are many things I can equal to Concrete 5 from ProcessWire, yet PW offers a tiny minimal, code level approach for CMS. We have full control over design & data. There are some pitfalls I felt such no sitewide settings, global logo setup etc but it is easily tackled with some API codes. PW api seems amazing, it is par with what Concrete 5 Offers. I have done a simple website in ProcessWire now and going to do a lot further : http://insignnia.in/
  14. Thankx for sharing this experience. The website you have done in PW seems awesome. I got inspired from your story and created my first PW work now. Wishes
  15. Beginner profile means its just fill dummy data when install PW, nothing else. Btw, too sad not much documentation for simple requirements like thumbnail grab for pages. I tried a few ways but not getting enough. Seems like I should stick on with concrete 5
  16. Hello All, I have setup PW in my local machine. I chose the beginner profile which gave me a demo website. Now, I have few questions. I created two more templates files. Those are category.php and article.php category,php I use for listing all child pages under one particular page. artilce.php is the template to display full content of the page. Now I have few doubts and need help. I . How can I get thumbnail of all child pages for a particular category page ? I understand renderNav($page->children); produce title and summary of child pages. But it doesnt grab the thumbnail of those page. I need to display with in a cute DIV ( thumbnail + child page title / summary ) of all child pages. This is like we display news articles in the home page. how can I get thumbnail of child pages and display? I tried with thumbnail plugin, installed and tried the code but no use. please help thanks
  17. Hello, I am super newbie to PW. I was in touch with Wordpress and Concrete 5. Recently, I had started my search to find another CMS than Concrete 5. I have a news portal which is live now and built on Concrete 5. The address is here http://kaakkakkoottam.com/ But the admin side of Concrete 5 is too much complicated. Plus it is taking too much loading time, extensive use of Jquery. So many times it crashed, throwing weird errors, while posting new articles. So I had to search another faster one and reached to ProcessWire Well, I want to rebuild my portal http://kaakkakkoottam.com/ by ProcessWire. So I searched guidelines to create a news portal and found this tutorial. But the github link provided here https://github.com/jsanglier/Pw-News is no more working. I am attaching screenshot of error while I tried to access it. Please let me know if there any chance to get this tutorial files. thank you a lot Jeevz http://s32.postimg.org/odth3nadw/processwire_NEWS_001.jpg
×
×
  • Create New...