in USERCP_SHELL
right after this code
<li class="{vb:raw navclass.profile}"><a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a></li>
I added
<li class="{vb:raw navclass.extra}"><a href="profile.php?{vb:raw session.sessionurl}do=extra">{vb:rawphrase edit_your_story}</a></li>
in admincp/profilefield.php
find
"$vbphrase[options]: $vbphrase[other]"
replace with
"$vbphrase[options]: $vbphrase[other]",
"$vbphrase[options]: $vbphrase[your_story]"
find
5 => "$vbphrase[options]: $vbphrase[other]",
add under
6 => "$vbphrase[options]: $vbphrase[your_story]",
and installed these two plugins
https://vborg.vbsupport.ru/showthread.php?t=244255
https://vborg.vbsupport.ru/showthread.php?t=229881
but i find i can only put the one option in there any more it is messed up