Quote:
Originally Posted by down.low
I'm a 3.8.1 user
|
This code doesn't work:
Code:
<if condition="is_member_of($bbuserinfo, 6, 7, 9)">
<if condition="$post['field11']">
<a href="http://www.facebook.com/home.php/#/profile.php?id=$post[field11]&ref=profile">
<img alt="My Facebook" border="0" src="http://www.yourforum.com/images/misc/facebook.png" border="0"/>
</if></if>
|
It's missing a </a>
Has an extra border="0"
Why URL for href?
|
|
|
If you'd like to get you're facebook icon here:
|
|
|
First, upload  to your server in this directory: images/misc/
Then edit postbit_legacy and look for this string:
Code:
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
|
|
Below it add this string after changing both ?? to your field number:
Code:
<if condition="$show['member']">
<if condition="$post['field??']">
<a href="http://www.facebook.com/home.php/#/profile.php?id=$post[field??]&ref=profile">
<img alt="Facebook" src="images/misc/facebook.png" border="0"/></a>
</if></if>
|
Save the template and you're done.
|
|
wow thanks for the update
i'll update my first post in a moment :up: