Yes, You can test it on my test board if you like. I will pm you login info if you want.
--------------- Added [DATE]1382414390[/DATE] at [TIME]1382414390[/TIME] ---------------
Sorry, Use this:
Code:
<!-- Start -->
<div class="smallfont" align="center">
<if condition="$post[field43]">Accomplishment Details<br/><a href="$post[field44]">$post[field43]</a>
</if></div></div>
<!-- End -->
--------------- Added [DATE]1382415568[/DATE] at [TIME]1382415568[/TIME] ---------------
Use the info from the following link to hide these profile fields on usecp page if you are the only one adding links via ACP. Do that edit twice one for each profile field you wish to hide.
https://vborg.vbsupport.ru/showthrea...ds+permissions
--------------- Added [DATE]1382461584[/DATE] at [TIME]1382461584[/TIME] ---------------
If you are only showing a single post for accomplishments, why not set it so members do not leave the forum page they are on and create a pop up window.
To do this, use the following in place of the code you are using now.
Again, change profile field numbers to your profile field numbers.
Code:
<!-- Start -->
<div class="smallfont" align="center">
<if condition="$post[field43]">Accomplishment Details<br/><a href="#" onclick="window.open('$post[field44]','accomplishments','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=950,height=450'); return false;">$post[field43]</a>
</if></div></div>
<!-- End -->
Sample:
http://blind-eddie.com/forum/showpos...94&postcount=2
Click Test One below Accomplishments