C4:graphic_upload for company pages?

Options
Hey all, I just noticed that C4:graphic_upload (grabs the URL for a TR participant's personal/team page) doesn't do anything on a company page when someone has uploaded their logo.


Anyone come across that before? Is there maybe another undocumented tag to grab this?


While I'm at it, just want to give a really heartfelt thanks to folks like Noah Cooper who give us the insight on these kinds of things.

You really are one of the best things about BlackBaud!
Tagged:

Comments

  • [[C4:photo_1]] could do the trick - you need to surround it with conditional tag to evaluate image existence:


    [[?xx::x[[C4:photo_1]]x::::
    <img alt="" src="[[C4:photo_1]]"/>
    ]]
  • [[C4:photo_1]] could do the trick - you need to surround it with conditional tag to evaluate image existence:


    [[?xx::x[[C4:photo_1]]x::::
    <img alt="" src="[[C4:photo_1]]"/>
    ]]



    Thanks for the input! So, photo_1 didn't work on this particular page, but it might be because it's an image we uploaded on the admin side for the company. But knowing it's possible got me to trying other variations, and it looks like [[C4:banner]] does the trick!

Categories