" . list_user_objects($user_object->guid,'blog',10,false, false) . "
"; set_context('blog'); //get some user details $user_name = $user_object->name; $user_desc = $user_object->briefdescription; $user_location = $user_object->location; //get archive list if ($dates = get_entity_dates('object','blog',$user_object->guid)) { foreach($dates as $date) { $timestamplow = mktime(0,0,0,substr($date,4,2),1,substr($date,0,4)); $timestamphigh = mktime(0,0,0,((int) substr($date,4,2)) + 1,1,substr($date,0,4)); $link = $CONFIG->wwwroot . 'pg/blog/' . $page_owner->username . '/archive/' . $timestamplow . '/' . $timestamphigh; $year = substr($date,0,-2); $month = date('F',mktime(0, 0, 0, substr($date,4,2), 1)); //substr($date,4,2); $display_date = $month . " " . $year; $archive_list .= "
  • " . $display_date . "
  • "; } } ?> Brighton news blog