Quote:
Originally Posted by ComputerVitals
Is there a way to allow so we could use the dropdown then click on a selection as a link?
|
Need more info. Do you mean you want a user to be able to enter in a URL as a profile field? Or do you want a specific profile field to always be a link to the same thing, and the user would just be entering in the link's title?
Quote:
Originally Posted by odeezie
Can I make this mod only show up in the user's postbit if they have info entered in the profile fileds? So the ones who do not want to fill anything in will not have a dropdown box?
|
It's in the instructions up top, but I've clarified it a bit since you've read it, so I'll copy it down here again:
Quote:
The dropdown is dependent on Profile Field 5 being filled. If the user does not have this profile field filled out, then the dropdown will not show. To edit or remove this restriction:
Go to the Dropdown Call Template. Find and edit, or remove these 2 lines of code (so that the dropdown will always show):
Code:
<if condition="$post['field5']">
...
</if>
|