blind-eddie
02-23-2011, 03:23 AM
I have to created two User Profile Field Single-Line Text Box just to show one clickable named url. (Editable by members)
How would I go about being able to use 2 User Profile Field Single-Line Text Box, one for name & other for URL in one profile field? Doing this would reduce me having to create two member editable profile fields to show link name in dropdown and less added code to the navbar.
I know this would have to be hard coded, which I prefer.
What I use now to allow members to create clickable links in a navbar dropdown.
<if condition="$bbuserinfo[field32]"><tr><td class="vbmenu_option"><a href="$bbuserinfo[field32]$session[sessionurl_q]" TARGET="_blank">$bbuserinfo[field32]</td></tr> </if>
I allow members 10 links, which means I created 20 new User Profile Field Single-Line Text Box just for this to work. Reducing it to 10 would be great.
I created this small template edit a couple versions back, but it still works for all versions up to 3.8.6. Link to in in my profile.
Thanks...
How would I go about being able to use 2 User Profile Field Single-Line Text Box, one for name & other for URL in one profile field? Doing this would reduce me having to create two member editable profile fields to show link name in dropdown and less added code to the navbar.
I know this would have to be hard coded, which I prefer.
What I use now to allow members to create clickable links in a navbar dropdown.
<if condition="$bbuserinfo[field32]"><tr><td class="vbmenu_option"><a href="$bbuserinfo[field32]$session[sessionurl_q]" TARGET="_blank">$bbuserinfo[field32]</td></tr> </if>
I allow members 10 links, which means I created 20 new User Profile Field Single-Line Text Box just for this to work. Reducing it to 10 would be great.
I created this small template edit a couple versions back, but it still works for all versions up to 3.8.6. Link to in in my profile.
Thanks...