Link ID To Custom Profile Fields/Custom Edit Pages
Niki Offline
Junior Member
**
Posts: 29
Joined: Oct 2016
Post: #3
RE: Link ID To Custom Profile Fields/Custom Edit Pages
I tried this and it didn't work:

Code:
<a href="#num_{$profilefield['fid13']}">Test</a>

Code:
<h2 id="num_{$profilefield['fid']}">{$profilefield['name']}</h2>


HOWEVER if I remove the 13 part from the initial test text that should jump to the number it goes to ID 57 for some odd reason. Otherwise it doesn't work:

Code:
<a href="#num_{$profilefield['fid']}">Test</a>

Code:
/modcp.php?action=editprofile&uid=4#num_57

02-03-2017 11:04 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Link ID To Custom Profile Fields/Custom Edit Pages - Niki - 02-03-2017 11:04 AM

 Standard Tools
Forum Jump: