• Resolved astralbaby

    (@astralbaby)


    You have the option to add a Logo along with the other data associated with the user. Logo does not display. There is no template tag for it in any of the supplied templates. Everything else works great!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Three is template tag, unfortunately it is missed in the Help page. here’s the revelvent info:

    /**
    	 * Echo the logo if associated in a HTML hCard compliant string.
    	 *
    	 * Accepted option for the $atts property are:
    	 * 		tag == string -- HTML tag.
    	 * 		id == string -- The tag id.
    	 * 		class == string -- The tag class.
    	 * 		alt == string -- The tag alt text.
    	 * 		title == string -- The tag title text.
    	 * 		src == string -- The image source.
    	 * 		longdesc == string -- URL to document containing text for image long description.
    	 * 		style == associative array -- Customize an inline stlye tag. Array format key == attribute; value == value.
    	 * 		before == string -- HTML to output before the logo.
    	 *  	after == string -- HTML to output after the logo.
    	 * 		display == string -- Display place holder area or default image or logo. Permitted values are logo, place_holder, default, blank.
    	 * 		return == TRUE || FALSE -- Return string if set to TRUE instead of echo string.
    	 *
    	 * @param array $atts [optional]
    	 * @return string
    	 */
    	getLogoImage( $atts )

    Thread Starter astralbaby

    (@astralbaby)

    <?php echo $entry->getLogoImage() ?>

    YOU ARE THE MAN Steven! Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No logo display’ is closed to new replies.