
10-22-2013, 01:07 AM
|
|
|
Join Date: Mar 2012
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by blind-eddie
You will need two profile fields to achieve what you are after.
One for link name & one for the url.
Use this in your postbit or postbit Legacy
Change 43 to the new profile field Link Name
Change 44 to the new profile field Link Url
Code:
<!-- Start -->
<if condition="$post[field43]"><a href="$post[field44]">$post[field43]</a>
</if>
<!-- End -->
|
Where do I put this?
|