NooseLadder Posted November 29, 2012 Share Posted November 29, 2012 Hi, I'm currently building a Community website in PW and now planning 'history of the village' pages. This is where members of the community will send in stories, memories, photos etc. I was wondering how easy it would be to create a timeline like the one in Facebook, where the items are displayed by the date they occurred (not date added to timeline). Unlike Facebook the posts will have to be moderated (like Wordpress comments) before they appear on the timeline. I have no idea how to go about this so any thoughts will be greatly appreciated. 1 Link to comment Share on other sites More sharing options...
diogo Posted November 29, 2012 Share Posted November 29, 2012 You can use $page->created for this Link to comment Share on other sites More sharing options...
onjegolders Posted November 29, 2012 Share Posted November 29, 2012 You'd just want to use a custom field for the dates. You can still order by custom date fields Link to comment Share on other sites More sharing options...
DaveP Posted November 29, 2012 Share Posted November 29, 2012 On the face of, this shouldn't be too tricky. Each 'event' (which can be a page with or without a template, depending whether you want to show it as a standalone page from a link on the timeline) will need a date field and then you can order them by date. So you'd build the timeline something like this $events = $pages->find('template=event,sort=-date'); foreach($events as $event){ ...echo whatever you need } 1 Link to comment Share on other sites More sharing options...
MatthewSchenker Posted November 29, 2012 Share Posted November 29, 2012 Greetings NooseLadder, Sounds interesting! I'm also "cooncepting" some similar ideas. For example, I live in a very active arts community, and I want to let people post images, descriptions, and addresses of their exhibitions. If you get going on this and would like to collaborate, let me know. Maybe we can share some ideas -- or even develop a ProcessWire profile to share with the community? I'm still fairly new here, but I already can see that this sort of concept would be fun to implement with ProcessWire. My main effort right now is learning to build entry forms for "regular" visitors to submit stories. Keep us posted on your progress. Thanks, Matthew 2 Link to comment Share on other sites More sharing options...
OrganizedFellow Posted November 29, 2012 Share Posted November 29, 2012 If you get going on this and would like to collaborate, let me know. Maybe we can share some ideas -- or even develop a ProcessWire profile to share with the community? THAT is the coolest thing I've read all day! 1 Link to comment Share on other sites More sharing options...
MatthewSchenker Posted November 30, 2012 Share Posted November 30, 2012 Greetings, Let's do this! I am working on a site right now for an actual paying client. But in a few days I will have time to put this together. I'd be honored to create a profile others can use, and which will be a good vehicle to move my ProcessWire skills up a few notches. Thanks, Matthew Link to comment Share on other sites More sharing options...
Joss Posted November 30, 2012 Share Posted November 30, 2012 The key to a lot of this sort of thing is automatically and cleverly linking people and ideas together. So, if someone posts an image to a time line, another person can either comment or link to another part of a timeline. History, community history in particular, is not just vertical, it is horizontal, and that is where the most interesting bits can be. By the way, you chaps might find these interesting: http://timeline.verite.co/ http://tympanus.net/Tutorials/LateralonscrollSliding/ http://timeglider.com/widget/index.php Joss 2 Link to comment Share on other sites More sharing options...
NooseLadder Posted November 30, 2012 Author Share Posted November 30, 2012 Thanks for al your replies. MatthewSchenker: It looks like you will make time to start this before me as I am currently tied up on something else. It will be good to collaborate. I am also new to PW and consider myself an amature in this area, but will be glad to contribute as much as possible. Joss: So, if someone posts an image to a time line, another person can either comment or link to another part of a timeline. History, community history in particular, is not just vertical, it is horizontal, and that is where the most interesting bits can be. I agree it would be good to incorporate this aspect as well and thanks for the links. I'll take a look at them shortly. How should we progress on this? Keep this thread going or something else? Link to comment Share on other sites More sharing options...
Joss Posted November 30, 2012 Share Posted November 30, 2012 I would keep this thread going so that the rest of the community can see what you are up to and can throw ideas at you. It will get messy, but you may get a lot of great information that way! Joss 1 Link to comment Share on other sites More sharing options...
diogo Posted November 30, 2012 Share Posted November 30, 2012 I'm trilled to see that the PW community is growing so well Link to comment Share on other sites More sharing options...
MatthewSchenker Posted November 30, 2012 Share Posted November 30, 2012 Greetings, Well, I think we have come upon a great concept here. Not just the actual concept of creating a community site -- but also the concept of a public, collaborative approach to building a profile. As Joss said, we can use this thread to hash out ideas and questions. Let it be messy! That's OK, since this is both a way to produce something, and to learn. Even though Joss, NooseLadder, and I are all relatively new at ProcessWire, we have all been around the block a few times with PHP, CMSs, and working with clients. Along the way, "Hero Members" can jump in with a pointer or two. In the end, we'll have a working profile, the involved parties will have learned a lot, and we will have a thread that illustrates what is possible in this community. Maybe we can even make this a model for future concepts? I'll be able to start putting some bits together next week. This is great! Thanks, Matthew 2 Link to comment Share on other sites More sharing options...
lisandi Posted September 22, 2014 Share Posted September 22, 2014 How far did you go with your project?Is there a way to get some more inside know how on how you have reached your goals which you have set 2 years ago.Hope to read more about Community Sites with Process WireThanksAndi 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now