Change X to your own profiled field ID
Plugin is active: yes
Thanks!
Do you have an idea how to change the link to the value of the selected option in case of an drop down menu? If I make an advanced member search by using a custom field and a dropdown menu I get the value of the selected option in the url. Is there a way to modify this code in the same way to get the value of the dropdown option?
Thanks for this link. The problem is that I can't use $post['fieldx'] because I want to link the profilfields in the profile and not within the postbit.
Thanks for this link. The problem is that I can't use $post['fieldx'] because I want to link the profilfields in the profile and not within the postbit.
What are you going to show in member profile field pages, links, images, video?
Thanks for this link. The problem is that I can't use $post['fieldx'] because I want to link the profilfields in the profile and not within the postbit.
The code would be the same - just the variable name changed.
Change X to your own profiled field ID
Plugin is active: yes
this can bring some security issues depending on what the user sets the field to
That works great! I have two questions. 1. How do you make the field open in a new window. I tried adding target="_blank" and got some nifty PHP errors lol. Tried it a couple of different ways which leads me to believe that either I had put the code in incorrectly or in PHP it would use some other bit of code all together and 2. How can you add it in an array for more than one profile field, ssay you have several profile fields you want to do this with. Thanks