The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Will these be different for each individual user?
|
#12
|
||||
|
||||
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 --> 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 --> Click Test One below Accomplishments |
#13
|
|||
|
|||
Where do I need to place this code?
Above you stated below the Awards Code, but i'm not even sure where that is. --------------- Added [DATE]1383444688[/DATE] at [TIME]1383444688[/TIME] --------------- Also, which portion do I copy for the next line? Some members have multiple accomplishments |
#14
|
||||
|
||||
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 --> Happy Editing....... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|