Below is the code you would need for five Accomplishments. Each will open in popup set at 950 x 450, change those numbers to your liking.
Two profile fields will need to be created per accomplishments you want to show, one for accomplishment name & one for accomplishment link.
Your Awards code is located in the
postbit_legacy template.
It is somewhere below the following code: $vbphrase[posts]: $post[posts]
CREATE A BACKUP OF ANY TEMPLATE BEFORE YOU EDIT IT
Change profile field numbers to yours.
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><br/>
<a href="#" onclick="window.open('$post[field46]','accomplishments','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=950,height=450'); return false;">$post[field45]</a><br/>
<a href="#" onclick="window.open('$post[field47]','accomplishments','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=950,height=450'); return false;">$post[field48]</a><br/>
<a href="#" onclick="window.open('$post[field49]','accomplishments','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=950,height=450'); return false;">$post[field50]</a><br/>
<a href="#" onclick="window.open('$post[field51]','accomplishments','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=950,height=450'); return false;">$post[field52]</a>
</if></div></div>
<!-- End -->
Demo:
http://blind-eddie.com/forum/showpos...94&postcount=2
Happy Editing.......