Quote:
Originally Posted by RK KINGKONG
hey bud first and foremost thanks for this mod , however with the new up and coming Google +1 How can we go about adding such to the postbit like the others . thanking you in advance KingKong
|
Just make a profile field
Profile Field Type - Single-Line Text Box
Title - Google +1
Description - Add a link to your Google +1 profile.
Field Searchable on Members List - NO
Show on Members List - NO
Then add this to your postbit or postbit_legacy under the last social networking icon you added
Code:
<vb:if condition="$post['field#']">
<a target ="blank" href="{vb:raw post.field#}"><img src="link_to_your_google+1_image" onmouseover="this.src='link_to_your_google+1_image_a.png'" onmouseout="this.src='link_to_your_google+1_image.png'" alt="Visit {vb:raw post.username}'s Google +1 Page" /></a>
</vb:if>
You'll need to replace this link_to_your_google+1_image.png and link_to_your_google+1_image_a.png with links to whichever Google +1 image you decide to use. And change the # to correspond with the field number