Members Area

VORAonline provides specialized resources to our members including: global $user_nickname;
get_currentuserinfo();
if($user_nickname == null){
echo(“(Note: you must log in to view specialty Member Content.)”);
}
else{}

  • Listing of current grant and funding opportunities: Last Updated on April 12th
  • Legislative Updates
  • Action Alerts for our members
  • Special links to community based AIDS treatment and prevention services (Coming Soon)

wp_loginout();


global $user_nickname;
get_currentuserinfo();
if($user_nickname == null){
echo(‘Not a member yet? Join VORA‘);
}
else{
echo(“Welcome ” . $user_nickname . “.”);

}