The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
My First "Hack"
This is my first "hack" that I have ever made. It's only template modifications, but I'm still proud of it, because I've never seen it before.
http://www.thegaminghaven.com/forums...hread.php?p=60 That's a link to any random post. Click and check out the RPG Info link I know it's not very hard, but I'm still proud |
#2
|
|||
|
|||
Cool looking hack, does it automatically update it's self?
|
#3
|
|||
|
|||
Yeap.
|
#4
|
||||
|
||||
Quote:
Do you mind sharing how you got it looking that way and letting me use it in the mod in my thread? You would get credit of course |
#5
|
|||
|
|||
First, I added a link in my postbit. Pick someplace that looks good, and insert this:
Code:
<div id="postmenu_rpg_$post[postid]"> <script type="text/javascript"> vbmenu_register("postmenu_rpg_$post[postid]", true); </script> <u>RPG Info</u></div> Code:
<!-- START LEFT RPG POSTBIT BAR --> <br /> <table width="100%" align="right" border="0" cellspacing="1" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td> <b> RPG stats</b></td> </tr> <tr> <td> $rpgclass3 RPG name: $rpname<br /> Clan: $showuserclan<br /> Level: $showlevel<br /> Alignment: $rpgalign<br /> Race: $rpgrace<br /> <br /> HP: $post[uhp]/$post[maxhp] <br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/style/bar/bhg.gif" width="$hpbar%" height="9" alt="HP" /></td> </tr> </table> MA: $post[uma]/$post[maxma] <br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/style/bar/bxg.gif" width="$mabar%" height="9" alt="MP" /></td> </tr> </table> PP: $post[upp]/$post[maxpp] <br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/style/bar/bhb.gif" width="$ppbar%" height="9" alt="PP" /></td> </tr> </table> Limit: $post[uap]%<br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/style/bar/bmb.gif" width="$apbar%" height="9" alt="Limit" /></td> </tr> </table> Exp: $ep% Total: $post[xp] <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/style/bar/bmg.gif" width="$ep%" height="9" alt="EXP" /><img src="images/bar/bxb.gif" width="1" height="9" alt="EXP" /></td> </tr> </table> $rpgstatus<br /> $inbattle<br /> $post[battles]:$post[wins]-$post[losses]-$post[draws]-$post[retreats]<br /> </td> </tr> <tr> <td><b> Stock Items</b></td> </tr> <tr> <td> $post[items]</td> </tr> </table> <!-- END LEFT RPG POSTBIT BAR --> Code:
<if condition="$show['spacer']"><if condition="!$post['islastshown']"></div></if>$spacer_close</if> <!-- / post #$post[postid] --> Code:
<div class="vbmenu_popup" id="postmenu_rpg_$post[postid]_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead"><b>RPG Character Stats</b></td> </tr> <tr> <td class="alt2"> $rpgclass3 <b>Name</b>: $rpname<br /> <b>Clan</b>: $showuserclan<br /> <b>Level</b>: $showlevel<br /> <b>Alignment</b>: $rpgalign<br /> <b>Race</b>: $rpgrace<br /> <br /> HP: $post[uhp]/$post[maxhp] <br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/bar/bhg.gif" width="$hpbar%" height="9" alt="HP" /></td> </tr> </table> MA: $post[uma]/$post[maxma] <br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/bar/bxg.gif" width="$mabar%" height="9" alt="MP" /></td> </tr> </table> PP: $post[upp]/$post[maxpp] <br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/bar/bhb.gif" width="$ppbar%" height="9" alt="PP" /></td> </tr> </table> Limit: $post[uap]%<br /> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/bar/bmb.gif" width="$apbar%" height="9" alt="Limit" /></td> </tr> </table> Exp: $ep% Total: $post[xp] <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><img src="images/bar/bmg.gif" width="$ep%" height="9" alt="EXP" /><img src="images/bar/bxb.gif" width="1" height="9" alt="EXP" /></td> </tr> </table> $rpgstatus<br /> $inbattle<br /> $post[battles]:$post[wins]-$post[losses]-$post[draws]-$post[retreats]<br /> </td> </tr> <tr> <td class="thead"><b>Stock Items</b></td> </tr> <tr> <td class="alt2">$post[items]</td> </tr> </table> </div> Edit : I just realized, now you can use the "new" horizontal postbit and the RPG hack . |
#6
|
||||
|
||||
Okay, cheers
Tomorrow Ill fix my mod and add credits to ye And by the gods your right, it never occurred to me that this dropdown stuff = "new" postbit + rpg XD |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|