Basically what I want is to use an if/else statement where
If comment_author_url NOT empty use this code else use some other code
In this way if a commenters added a URl I'll use it with some associated code, if not I'll show the author name (comment_author) with associated code.
I don't want to use the comment_author_link function as I want to create the comment links using a form (so a form button is the link) so search engines won't treat them as links (trying to get rid of nofollow links for SEO reasons).
Got it almost working here http://www.free-funny-jokes.com/yo-mamas-so-dumb.html minus the if not empty bit, so the form button link shows for all commenters with the URL part empty when the author doesn't add a URL.
Not been able to figure out the not empty part.
Thanks
David Law