nlackey
08-17-2010, 01:04 PM
Hey guys, (first post)
I am running a social network and the only option at the moment for the users is to view all the current activity on the network. But, you know people don't want that. They only want to see what their friends are doing. Like, they don't care what someone one hundred miles up the road is doing. Luckily, there is a section called notifications which only informs the users about their friends but this feature is not so well known. So what I would like to be able to do is have the data stored inside notifications displayed on the home page when they log in in place of the entire network activity.
This is the coding I found inside the notification section but I have tried to create a html/css box on the main page and it does not work. Can anyone help with this?
<div id="main-content" class="twelve clearfix">
<div id="flash-notice"></div>
<!-- Main Content Content -->
<ul id="sub-navigation" class="twelve clearfix"><li id="subnav-" class="nav-selected"><a href="/my_profile/umc/notifications">New Notifications</a></li>
<li id="subnav-" class=""><a href="/my_profile/umc/notifications/all">All Notifications</a></li></ul><div id="inbox-message-list">
<div class="content-box">
<div id="umc-notices"><h4>No recent activity...</h4></div>
</div>
</div> <!-- End Main Content -->
<div class="clearfix"></div>
</div>
</div>
</div>
I am running a social network and the only option at the moment for the users is to view all the current activity on the network. But, you know people don't want that. They only want to see what their friends are doing. Like, they don't care what someone one hundred miles up the road is doing. Luckily, there is a section called notifications which only informs the users about their friends but this feature is not so well known. So what I would like to be able to do is have the data stored inside notifications displayed on the home page when they log in in place of the entire network activity.
This is the coding I found inside the notification section but I have tried to create a html/css box on the main page and it does not work. Can anyone help with this?
<div id="main-content" class="twelve clearfix">
<div id="flash-notice"></div>
<!-- Main Content Content -->
<ul id="sub-navigation" class="twelve clearfix"><li id="subnav-" class="nav-selected"><a href="/my_profile/umc/notifications">New Notifications</a></li>
<li id="subnav-" class=""><a href="/my_profile/umc/notifications/all">All Notifications</a></li></ul><div id="inbox-message-list">
<div class="content-box">
<div id="umc-notices"><h4>No recent activity...</h4></div>
</div>
</div> <!-- End Main Content -->
<div class="clearfix"></div>
</div>
</div>
</div>