Quote:
Originally Posted by AlexisMedia
How do I connect the button part? Through the link code like twitter badges or something just minus the script?
Thanks!
|
I believe he means how to use the variables Lynne, so AlexisMedia let's say the new user profile filed you create is hmm Field 12 then a link would resemble this:
Code:
<vb:if condition="$post['field12']"><a href="YOUR URL">{vb:raw post.field2}</a></vb:if>
As you can see you can wrap it in a conditional that way let's say your adding in a link to something.. if they don't have info in field 12 then it won't show

.
Code:
<vb:if condition="$post['field12']"><a href="http://website.com/users-profile" target="slideshow" onclick="window.open(this.getAttribute('href'), this.getAttribute('target'), 'width=770,height=800,scrollbars=yes,resizable=yes').focus(); return false;"></a></vb:if>
Or similar however how your going to associate their forum account with their offsite account would be the primary question here imo!
Edit: And the headache... 3 days that's a migraine imo... visit your doctor and ask if he/she recommends immitrex it's the only thing that can make mine go away. Alternatively all the lights off in the bathroom and a warm bath soaking your head under water usually "helps" mine not cure but anything to help it subside!