Wednesday, October 28, 2009

View Profile

View my complete profile was changed in the template.

- Layout > Edit Html.

- Check Expand Widget Templates box.

- Find:
 <b:if cond='data:aboutme != ""'><dd class='profile-textblock'><data:aboutme/></dd></b:if>
  </dl>
  <a class='profile-link' expr:href='data:userUrl'><data:viewProfileMsg/></a>
 </b:if>

- Replace:
<data:viewProfileMsg/>

with your text:
Complete profile

- Preview, then, save the template.

Here's the complete block of code with the change:
 <b:if cond='data:aboutme != ""'><dd class='profile-textblock'><data:aboutme/></dd></b:if>
  </dl>
  <a class='profile-link' expr:href='data:userUrl'>Complete profile</a>
 </b:if>

No comments: