|
Link In Postbit (based upon profile fields)
Created in a couple of min from a thread request.
Note: Hit http:// for support! Takes two profile fields and creates a link in the postbit of any post a user makes. One field for the URL, another for the name of the link itself. See the attached pic for an example. The link that says location is where you will see the link. Conditional statement involved so that if the URL field isn't filled in, a dead link won't show up in the postbit. All you have to do is to edit the Link In Postbit template so that the correct profile fields are referenced. One template, 2 plugins. The template is cached. To Install: Upload the Product! Note: If you want to combine a profile field plus a known URL, change the template to something like this (it will vary depending on your need): Code:
<if condition="$post['field1']"> <a href="http://www.google.com/$post[field1]">$post[field2]</a> </if> Download
Screenshots |
|||||||||