I am realeasing an open source forum based on uloki (legacy-studios.co.uk/forum is my site) but it says 1 members and 0 guests online how do i change it so it says when there is 1 member it goes there is 1 member online and 0 guests or 1 member online and 1 guest how do i take the s off the end if there is only 1 member ? i know it is something like if $num==1 { echo member } else { members } thanks in advance
Could you post the code lines which will print out that line? If you can locate them in your php code, then I don't think there will be problem to modify them to meet your need.