Mojovine.com is a social game and community site with 60 U.S. cities on the Vine.

The site consists of 60 cities (mojohoods) with their own homepage, news stories, forums, and gallery.

Main Features:
- Mojomail (message system)
- Profiles with a Wall (facebook statuses)
- Social Vine (facebook status/twitter wall)
- Mojo Juice (member points system)
- Member galleries
- Member blogs
- Mojoer lists (relationships)
- Invitation system

Screen shots:
- login
- profile
- custom
- forums
- thread
- vine
- gallery

(Screen shots included because site is invitation only.)

Comments

mathmatika’s picture

Love the design!! Best wishes for the success of the site.

mrmofo’s picture

Thanks.

BeaPower’s picture

great site. Were you using private messages? If so how did you get the count in the header?

mrmofo’s picture

Yes, Privatemsg module was used.

To get the message count in the header, I created a 'Login Bar' block and placed it in a region and included this code in it:

<?php
global $user;
if ($user->uid) {
  $edit_account_link = l(t('Account'), 'user/'.$user->uid.'/edit');
  $logout_link = l(t('Logout'), 'logout');
   if (privatemsg_unread_count()>0) {
   $msgnum='Msg: <a href="/messages">'  . privatemsg_unread_count() . '</a>';
   }
   else {
   $msgnum='Msg: <a href="/messages">'  . privatemsg_unread_count() . '</a>';
   }
  $user_utilities = t('Sup, ') . t(' <a href="/user/'.$user->uid.' ">') . $user->name . t('</a>') . ' &nbsp; &nbsp; ' .  $msgnum . t(' | ') . $edit_account_link . t(' | ') . $logout_link;
}
else {
  $login_link = l(t('Login'), 'user', array(), drupal_get_destination());
  $user_utilities = $login_link;
}
return $user_utilities;
?>
Sokol-dupe’s picture

Great design but it's a pity that site couldn't be viewed without authorizing.

willhowlett’s picture

agreed. maybe you could provide a test account or something?

midion84’s picture

I would like to talk to you about developing a social site using these modules for me. If so please contact me at midion1984 @ yahoo.com to discuss a price quote.

mrmofo’s picture

Sure, I'll do that.

midion84’s picture

If I can get an email from you or if I can get your email. I can describe what i'm looking for in detail. midion1984@yahoo.com