• Online status icons do not show up when domino is on port other then 80

    By Chris Bordeleau 2 decades ago

    To fix on personalWeb form add the field SERVER_PORT (a CGI variable)



    and change the computed text for the image for aim to



    wdbn:=@WebDbName;

    port := @If(Server_port=80;"";":"+Server_port);

    @If(

    AIMAddress="" ; "";

    AIMStatus != "NO" ;

    "\""+AIMAddress+"\"";

    "
    "+AIMAddress+"")



    I am still looking at the icon the shows up when reading a post… When I find it I will post a solution