Hey.
Thanks for a nice plugins to awstats.
But can you do it, so i get to the menu in left site, and when people click "Follow Me" is upen in the right site, and a new window.
I menu with this menu code like isp do.
I have try, but can not get it to work, i get a blank screen.
#—————————————————————————–
# PLUGIN FUNCTION: AddHTMLMenuLink_pluginname
# UNIQUE: NO (Several plugins using this function can be loaded)
#—————————————————————————–
sub AddHTMLMenuLink_follow_me_by_internetofficer {
   my $categ=$_[0];
   my $menu=$_[1];
   my $menulink=$_[2];
   my $menutext=$_[3];
   # <—–
   if ($Debug) { debug(" Plugin $PluginName: AddHTMLMenuLink"); }
   if ($categ eq 'who') {
       $menu->{"plugin_$PluginName"}=0.8;               # Pos
       $menulink->{"plugin_$PluginName"}=2;             # Type of link
       $menutext->{"plugin_$PluginName"}="Follow Me";   # Text
   }
   # —–>
   return 0;
}
Â
Danish Translate: 
   if ($Lang eq 'dk') {
      $plugin_message{'Host'} = 'Host' ;
      $plugin_message{'Follow Me'} = 'Follow Me' ;
      $plugin_message{'Zoom'} = 'Zoom' ;
      $plugin_message{'Date and time'} = 'Dato og tid' ;
      $plugin_message{'Other hits'} = 'Ander hits' ;
      $plugin_message{'NEW VISIT'} = 'Nye Besøg' ;
      $plugin_message{'error'} = 'Fejl' ;
      $plugin_message{'redirection'} = 'omdirigering' ;
      $plugin_message{'partial download'} = 'delvis download' ;
      $plugin_message{'unknown status code'} = 'ukendt statuskode' ;
      $plugin_message{'coming from'} = 'kommer fra' ;
      $plugin_message{'searching for'} = 'søger efter' ;
      $plugin_message{'after'} = 'efter' ;
      $plugin_message{'seconds'} = 'sekunder' ;
      $plugin_message{'Missing host parameter'} = 'Mangler host parameter' ;
      $plugin_message{'IIS format string not found'} = 'IIS format string ikke fundet' ;
      $plugin_message{'No data for this host found in'} = 'Ingen data fundet for denne host' ;
   }