Jump to content

Vineet Sawant

Members
  • Posts

    217
  • Joined

  • Last visited

Everything posted by Vineet Sawant

  1. @Wanze Thanks. No theatre is not hidden page. I'll try your code & update you.
  2. For now, I've this in my drama page template: $theatresIds = $page->drama_theatres; echo $theatresIds; foreach ($theatresIds as $theatre) { echo $pages->get($theatre)->title; } but output is like this: Cities: 1026|1027HomeHome Can you please explain why?
  3. @Wanze, Yes, it does. drama_theatres holds two values for now, they are: 1026, 1027. Now we need to use these ids to retrieve city name, but I don't know how.
  4. Hello, I'm new to processwire, I've a small question. I'm working on a small drama ticket booking website. I've created Dramas, Cities & Theaters pages. When I add a drama, I get a pages list select box for the theaters the drama is currently available for show. Same goes for cities which I've already connected to the theaters page. Now my drama page shows everything including the theaters it's available but I want to show the cities in which the drama is available. But I don't know how to do it, can anyone help me? For your reference, fields for drama page are as follows: drama_poster drama_summary drama_theatres fields for theatres page are as follows: theatre_city theatre_total_seats theatre_current_shows All I want is, theatre_city should be listed as a list on drama page as a single drama can be available on multiple theaters.
  5. Thanks for this tutorial. Very helpful for my project.
  6. Wish I was a better programmer!

  7. Following is another piece of the project that I'm trying to collect. Creating forum with Processwire. http://processwire.com/talk/topic/2879-can-we-create-a-forum-in-processwire/
  8. Hey Joss, Thanks for your reply. Discussions module looks really good. I checked out liferay.com as well. Since this forum that I'm creating will also include a score like yahoo answers which will be stored for every user and then reflected on his/her profile, I think it's better to create a custom forum using PW's module only. I will give it a try. Thanks again.
  9. Hello jploch, Welcome to Processwire forum. Just like you, I'm also a designer & I've clients of similar kind like yours. About 2 years ago, I was looking for a CMS which allows me to design dynamic websites but with my own design. I started Drupal(the very first CMS I tried), Joomla, Wordpress and almost 20 other free CMS but I could never get the required control on HTML. But then I started using Textpattern which is really really simple CMS one of the best solution for small to mid sized websites. I'm still using it, its been almost 2 years now. Textpattern is great when it comes to designing, just like Processwire, you have complete control on the design. But when it comes to making something that's out of CMS's limitations, you need a solution like Processwire. I'm just a week old with Processwire and already loving it so much that I'd probably give second thought to using Textpattern to any of my next projects. With Processwire, the possibilities are unlimited, you are never restricted to doing anything. Everything's just perfect, atleast for me it is. This is an honest reply from a designer, I hope this helps you in some way.
  10. Hello, I wish to create a forum as it's one of the features of the social network that I'm building with ProcessWire. It'll be much like yahoo answers. It will have questions & registered users can answer the questions as well as ask new questions. In the end a best answer will be chosen by the asker but I'm keeping this feature for future, right now I just need following: A way for registered users to ask question A way for registered users to answer question A way for all users to view all questions & answers As I'm not a very skilled or experienced php developer, also I'm new to ProcessWire, I'm totally clueless on how can I manage to make this. My initial thought was to modify & use comments system but I'm not sure how good this idea is. I'd love to hear your approach for this task. Thank you very much for your time.
  11. Well to be honest, I'm just collecting all the pieces right now. But I've successfully created login, sign up, profile page & reset password modules, using PW's user module, so, it's something I will keep this thread alive with updates on how I'm progressing.
  12. Thanks Pete. Yes there's a really good chance that the number of users will soon be over 10,000 in first 3 months. Also, I'm not a PHP ninja so I'm trying to understand every possible aspect of creating this site in PW. Your answer helped a lot.
  13. Thanks diogo, you wrote code into browser directly this makes me sure that, not that its really possible, having given enough time its even easier to create a social network with Processwire. I'm so loving this. Thank you all folks for the motivation.
  14. This is exactly what I noticed when I first met Processwire & checked out the showcase. The sites made with PW are always so clean & neat, you almost always can "feel" the PW impression on the site's design. I love it. Hey, Tim, really nice work with the website, very minimal & effective. The minimalism keeps users focused on the content, i.e. photos which is good.
  15. That's the first thing I did when I met Processwire. Sites are of variety of kinds & they're all very good. The reason I asked this question was to be sure that Processwire could be worth investing time. I'm looking to create user profiles with different features. For example, consider an intranet website for a college where students & college professors link together and college acts as a superior entity which is also a single common thing between professors & students. Here, we'r looking at 3 different account types and they all have different features & accesses. I'm trying to make something on the similar lines.
  16. Hello Everyone, I'm new to Processwire, I've just learnt how to use it. I'm already loving it(just after 3days of using it). Since I've already read a lot on how processwire allows you to create almost anything, so I was wondering if this can be used to create a Social Network? I'm talking about a real Social network where people add each other as friends, share stuff, comment & rate things etc. Its just a wild idea, if people can turn wordpress into a community site then why not Processwire, right? I'd love to hear your thoughts and if you think its possible, please lead to the way of to do it. Thanks for your time. Edit: just for reference in future, I'm writing down some project features here. Following are few features that this social network will have: 1. Login/ registration using email with mail verification(I have used Facebook login) 2. Profile page with at least basic information display with profile picture 3. Making friends, sharing/getting feeds 4. A forum like yahoo answers for allowing users to post & answer questions, they'll have scores as well 5. Documents sharing with friends - PDF,Doc, Docx, RTF, JPG, PNG, TXT, ODT, etc 6. Calendar for users to view birthdays of friends, add personal events, invites friends to events, add notes & to-do lists, store user's history on calendar(future feature) 7. Comments for everything(Facebook comments will suffice I suppose) There are few more features but they are for later phases so not noting them right now. Simple event calendar tutorial : http://processwire.com/talk/topic/2435-tutorial-howto-create-a-simple-eventcalendar/
×
×
  • Create New...