Function printUserURL
Prints the link to the search engine for results of all items $username is assigned to either as owner (gallery) or author (Zenpage) Note there is no check if the user name is actually a vaild user account name, owner or author! Use the *OwerAuthor() function for that instead
This eventually may point to an actual user profile page in the future.
string | 
		$username | 
		The user name of a user. | 
string | 
		$resulttype = 'all' | 
		'all' for owner and author, 'gallery' for owner of images/albums only, 'zenpage' for author of news articles and pages | 
string | 
		$linktext = null | 
		The link text. If null the user name will be used | 
string | 
		$class = null | 
		The CSS class to attach, default null. | 
type | 
		$id = null | 
		The CSS id to attach, default null. | 
type | 
		$title = null | 
		The title attribute to attach, default null so the user name is used |