Link ID To Custom Profile Fields/Custom Edit Pages
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: Link ID To Custom Profile Fields/Custom Edit Pages
Fro the URL, you need to put the ID manually inside your URL (for this, you need to know the ID of the profile field).
For example, inside the modcp_editprofile template, and the ID of the Bio profile field is 2:

HTML Code
<a href="#num_2">Bio</a>


For the anchor, use {$profilefield['fid']} as I stated above.
For example:

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


02-04-2017 01:47 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 - RateU - 02-04-2017 01:47 AM

 Standard Tools
Forum Jump: