<html><body bgcolor="#FFFFFF"><div>Chris... Have you used Views yet to set up any simpler views yet? It would be nice to get the new Ui under your belt a bit before tackling something more complex.</div><div><br></div><div>But in any case... The key to getting what you want is by setting up relationships between the different content types. You do that in the views ui. Once you set up a relationship you'll be able to create views that pull in content based on the relationship you have established.</div><div><br></div><div>I hope this us enough to get you started.</div><div><br></div><div>Shai<br></div><div><br>On Mar 4, 2009, at 6:10 PM, Chris McCreery &lt;<a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>Alright Shai I am now up and running in Drupal 6 and have got my site back to where I had it before minus the Views. Based on my initial requirements would you be able to give me a hand with how I should set up these views?<br>
<br>Thanks<br><br><div class="gmail_quote">On Wed, Mar 4, 2009 at 10:14 AM, Chris McCreery <span dir="ltr">&lt;<a href="mailto:chris.mccreery@gmail.com"><a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a></a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks Shai, I've decided to just start over from scratch rather than upgrading. I think it will be more beneficial to start again and rethink some of my decisions.<br><br>So based on that any suggestions as to which modules to use in 6 or the best ways to properly create the relations between user and program, user and attendance tracking, program and attendance-tracking?<div>
<div></div><div class="h5"><br>
<br><div class="gmail_quote">On Wed, Mar 4, 2009 at 9:35 AM, Shai Gluskin <span dir="ltr">&lt;<a href="mailto:shai@content2zero.com" target="_blank"><a href="mailto:shai@content2zero.com">shai@content2zero.com</a></a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Chris,<br><br>Check out... Content Profile<br><br><a href="http://drupal.org/project/content_profile" target="_blank"><a href="http://drupal.org/project/content_profile">http://drupal.org/project/content_profile</a></a><br><font color="#888888"><br>Shai</font><div><div></div>
<div>
<br><br><div class="gmail_quote">On Wed, Mar 4, 2009 at 8:48 AM, Chris McCreery <span dir="ltr">&lt;<a href="mailto:chris.mccreery@gmail.com" target="_blank"><a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a></a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I was using Usernode in Drupal 5 is there a new replacement for that? or how will I upgrade that?<div>


<div></div><div><br><br><div class="gmail_quote">On Wed, Mar 4, 2009 at 8:47 AM, Chris McCreery <span dir="ltr">&lt;<a href="mailto:chris.mccreery@gmail.com" target="_blank"><a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a></a>></span> wrote:<br>



<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Quicky.... Alright Shai you've convinced me. I am running 6 on a few other sites and yes it is great. I'll give it a try and let you know how I make out. Thanks again for all the help.<div>



<div></div><div><br><br><div class="gmail_quote">
On Tue, Mar 3, 2009 at 9:50 PM, Shai Gluskin <span dir="ltr">&lt;<a href="mailto:shai@content2zero.com" target="_blank"><a href="mailto:shai@content2zero.com">shai@content2zero.com</a></a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




Chris,<br><br>A quicky version of upgrading, you might want to check other sources.<br><br><ol><li>Back up your files and database.<br></li><li>Hopefully, you haven't hacked core or contrib modules. If you have, document them well.</li>





<li>If you don't have update_status installed, install it now now and run it. Then update all your Drupal 5 modules to their most current version in for <b>Drupal 5</b>. Along the way, you should probably check the project page for each of your modules to see if there are any relevant notes for upgrading to Drupal 6. Definitely read the instructions for upgrading for CCK.</li>





<li>Turn off all contrib module and themes. (Some people don't do this on "point upgrades" (e.g. 5.14 to 5.15) -- but I think it is the consensus to do this on major upgrades (e.g. D5 - D6).</li><li>You can now dispose of the files in your installation except be sure to keep handy customizations you have made to. (I keep these all in a separate place though, start with a fresh install and place the customizations back into the fresh installation:</li>





<ol><li>.htaccess file in the root directory</li><li>a php.ini file if you have one.</li><li>connection settings and any other settings you've turned on in the settings.php file</li><li>files directory</li><li>custom modules you've created</li>





<li>custom theme</li></ol><li>Download via tar balls or CVS the D6 core and the D6 versions of all your modules.</li><li>Place your contrib modules in: sites/all/modules<br></li><li>Go to sites/default/default.settings.php and:</li>





<ol><li>duplicate it</li><li>change the new copy's name to: settings.php</li><li>edit the file to put in the connection settings and any other settings turned on that you previously needed.</li></ol><li>If you had made changes to your site's .htaccess file, you can now make those same changes to the fresh install</li>





<li>navigate to <a href="http://example.com/update.php" target="_blank">example.com/update.php</a> (don't freak out if there are errors)</li><li>Turn on CCK and run update.php again (follow the instructions on the project page of cck)</li>





<li>Turn on the rest of your modules</li><li>Turn on the theme</li></ol>Some of your views might not work -- just create them again with the new Views. It's good practice. You might as well learn the new Views on views that your already understand well. Views2 is amazing, but there is a learning curve.<br>





<br>You might need to place your blocks again.<br><br>Your custom theme might need some work. There is lots of info at Drupal.org about this. Shouldn't be too hard though, depending on complicated your site is.<br><br>





Good luck. It is really worth it. Drupal 6 is awesome!<br><br>Report back.<br><font color="#888888"><br>Shai</font><div><div></div><div><br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 9:02 PM, Chris McCreery <span dir="ltr">&lt;<a href="mailto:chris.mccreery@gmail.com" target="_blank"><a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a></a>></span> wrote:<br>





<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well when I first started this project there were a number of modules that weren't ready for drupal 6 and of course the client has taken their sweet time getting back to me on every possible detail so I bet now everything would work in drupal 6 but I'm not very familiar with the entire upgrade process nor can I afford the time currently to upgrade the site. I might just start over from scratch at this point. <br>






<br>Is there any particular detail I should be worried about upgrading? I have a custom theme that I had to create and a bunch of calculations in cck computed fields. Is it fairly straightforward to upgrade all those aspects?<br>






<br>After upgrading to 6 what would be my best option for getting the results I wanted from what I detailed before?<br><br>Thanks again for the help.<div><div></div><div><br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 4:35 PM, Shai Gluskin <span dir="ltr">&lt;<a href="mailto:shai@content2zero.com" target="_blank"><a href="mailto:shai@content2zero.com">shai@content2zero.com</a></a>></span> wrote:<br>






<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Chris,<br><br>What you are talking about is really complex in D5 requiring custom coding. It is almost trivial to do in D6 with Views2.<br>






<br>Also, it isn't really that hard to upgrade sites to D6, depending of course on complexity. But you wouldn't have to start over.<br>
<br>What is the functionality that D5 provides that you think D6 doesn't?<br><font color="#888888"><br>Shai</font><div><div></div><div><br><br><br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 4:09 PM, Chris McCreery <span dir="ltr">&lt;<a href="mailto:chris.mccreery@gmail.com" target="_blank"><a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a></a>></span> wrote:<br>







<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ok unfortunately I have already started this project and some other areas rely on some 5 modules so I can't convert to 6.<br>







<br>This is what I want to accomplish.<br>User logs in creates a profile(usernode) which includes location information<br>
The user can then create a Program(eg. indoor basketball)<br>Now the user can create an attendance tracking node for the program they created above. <br>Users only have access to the content they created.<br><br>For reporting purposes as the administrator I would like to be able to see all the programs created for example by province, organization, or other data stored in the user profile(usernode) as well I would like to see all the attendance reports by organization, province, postal code, etc. The issue I think here is that the user shouldn't have to select their own organization or&nbsp; province, postal code when creating a new program or attendance tracking as this should be created by a relationship to the usernode. Sorry if i'm not too clear here I'm a bit confused as to how I can do this in drupal.<br>








<br>Thanks<div><div></div><div><br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 1:39 PM, Shai Gluskin <span dir="ltr">&lt;<a href="mailto:shai@content2zero.com" target="_blank"><a href="mailto:shai@content2zero.com">shai@content2zero.com</a></a>></span> wrote:<br>







<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chris,<br><br>This is not a comprehensive response...<br><br>First, what you are talking about is much easier to do in Drupal 6/Views 2 than it is with Drupal 5.<br><br>The Sign up module is excellent: <a href="http://drupal.org/project/signup" target="_blank"><a href="http://drupal.org/project/signup">http://drupal.org/project/signup</a></a><br>









<br>It works with either a Date field or with the Event module. I'm not sure if the signup module has Views integration.<br><br>So in short, I'd start with D6, Views, Signup, and Date as the core components to build what you want.<br>









<br>Shai<br><br><div class="gmail_quote"><div><div></div><div>On Tue, Mar 3, 2009 at 10:33 AM, Chris McCreery <span dir="ltr">&lt;<a href="mailto:chris.mccreery@gmail.com" target="_blank"><a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a></a>></span> wrote:<br>








</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div>
Hi I am creating a site that has the following content types:<br><div class="gmail_quote"><ul><li>Organization (Usernode)</li><li>Program (define a program)<br></li><li>Attendance Tracking (track attendance for that program)<br>










</li></ul>I would like to create an admin view that shows me all the details for either program or the attendance tracking with data from the usernode. For example:<br>
<br>Program Name<br>Organization Name<br>Province<br>Country<br>Postal Code<br><br>I'm just wondering what is the best way to have the Program and Attendance tracking content types reference this data. Would I need to create computed fields that query the database separately to get them into the content type?<br>











<br>Thanks, any help would be much appreciated.<br><font color="#888888"><br>
</font></div><br clear="all"><br>-- <br><font color="#888888">Chris McCreery<br>
</font><br></div></div>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">Chris McCreery<br>
</font><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Chris McCreery<br>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Chris McCreery<br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">Chris McCreery<br>
</font><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank"><a href="http://lists.drupal.org/">http://lists.drupal.org/</a></a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Chris McCreery<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Chris McCreery<br>
</div></blockquote><blockquote type="cite"><div><span>-- </span><br><span>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</span></div></blockquote></body></html>