The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
i tried it, but it doesn't work...
:-( |
#12
|
||||
|
||||
Please post your code or we can't help you.
|
#13
|
|||
|
|||
Code:
<!-- [START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --> <if condition="$show['userawards']"> <a name="award"></a> <br> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="3" align="center"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('award_showcase')"><img id="collapseimg_award_showcase" src="$stylevar[imgdir_button]/collapse_generic{$collapseimg_award_showcase}.gif" alt="" border="0" /></a> $vbphrase[award_showcase] ($total_awards $vbphrase[awards]) </td> </tr> <tbody id="collapseobj_award_showcase" style="{$collapseobj_award_showcase}"> <tr> <if condition="$vboptions[aw_showicon]"> <td class="thead" nowrap>$vbphrase[award_icon]</td> </if> <if condition="$vboptions[aw_showimage]"> <td class="thead" nowrap>$vbphrase[award_image]</td> </if> <td class="thead" width="100%">$vbphrase[award_description]</td> </tr> $userawardslistbits </tbody> </table> </if> <!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --> |
#14
|
||||
|
||||
I thought you were trying to use this: [How-to] Add more tabs to the vB 3.7 profile pages What you posted is not what the article says to do. You need to make a plugin using the member_build_blocks_start hook and that is what you need to post. You said you tried it but it didn't work. So, I'm wondering what you put in the plugin that didn't work. You really need to read that article and follow the instructions.
|
#15
|
||||
|
||||
Old bump - but thanx for the tip - I'm in the process of upgrading my Forum - so this how-to tutorial come in handy - thanx for the link
Jacquii. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|