Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Aug 10, 2009 @ 10:54
    Matt Brailsford
    0

    Architecture help with user submitted / managed data.

    Hi Guys,

    I was just wanting to ask for some advice really. I'm wanting to create a site similar to www.couchsurfing.com whereby users can submit rooms they have available for people to stay in when visiting their town. My initial thought would be to use a document type, but I'm concerned this could get dificuilt to manage later on.

    I know of the autofolders package which could help organise locations, but I'm not sure what would be the best structure (By username? By country / town?)

    Or should I just create a custom admin section?

    What do you guys reckon?

    Many thanks

    Matt

  • Jesper Hauge 298 posts 487 karma points c-trib
    Aug 10, 2009 @ 11:17
    Jesper Hauge
    1

    Hi Matt

    I can't entirely see how you could do it without a document typ for locations.

    Regarding structure I think I's prefer organizing by locations - this way the url's for the couch pages would be something like yourdomain.net/denmark/copenhagen/streetname-x.aspx - which would be better SEO-wise compared to yourdomain.net/someusername/locationname.aspx

    Regards
    Jesper Hauge

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Aug 10, 2009 @ 12:00
    Matt Brailsford
    0

    Cool, thanks Jseper.

    I guess I would need to have some form of validation on the country / city names to help prevent spelling mistakes (Autocomplete might be the best bet as a long list of city names could be quite cumbersome).

    Matt

  • Richard 146 posts 168 karma points
    Aug 10, 2009 @ 13:48
    Richard
    0

    For selecting the town, one thought is that car insurance sites often have a series of drop downs, the first for manufacturer, then when you have chosen this, then models. So you could do country, county (region), town.

  • Petr Snobelt 923 posts 1535 karma points
    Aug 10, 2009 @ 14:57
    Petr Snobelt
    0

    Use SEO-wise structure, can be generated by some actionhandler, which check if selected town folder is allready created, and if not create it.

    And for location use google maps datatype.

    http://our.umbraco.org/projects/google-maps-datatype

  • Chris Larson 48 posts 63 karma points
    Aug 10, 2009 @ 15:23
    Chris Larson
    0

    If you are looking for a data source for Country/StateorProvince/City, try the geoname database at http://download.geonames.org/export/zip. You can get a complete database of pre-geocoded cities that would help with the autocomplete features.

  • Chris Larson 48 posts 63 karma points
    Aug 10, 2009 @ 15:24
    Chris Larson
    0

    Whoops.... bad link. The punctuation at the end of the sentence got added to the first one.

    http://download.geonames.org/export/zip

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Aug 10, 2009 @ 15:47
    Matt Brailsford
    0

    Awesome,

    Cheers guys. Think I have a pretty good idea what I plan to do now. Thanks for all the links, very usefull.

    Matt

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies