Thread: My First "Hack"
View Single Post
  #5  
Old 09-02-2004, 06:21 PM
gfxhavenowner gfxhavenowner is offline
 
Join Date: Jul 2004
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Then, the standard postbit code looks like this:

Code:
<!-- START LEFT RPG POSTBIT BAR -->
      <br />
      <table width="100%" align="right" border="0" cellspacing="1" cellpadding="0">
        <tr>
          <td>
        </td>
        </tr>
        <tr>
          <td>&nbsp;<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>&nbsp; Stock Items</b></td>
		</tr>
		<tr>
			<td>&nbsp;$post[items]</td>
		</tr>
      </table>
	  
      <!-- END LEFT RPG POSTBIT BAR -->
I deleted that. Then scrolled down to the end of the postbit, right above

Code:
<if condition="$show['spacer']"><if condition="!$post['islastshown']"></div></if>$spacer_close</if>
<!-- / post #$post[postid] -->
And added this large chunk of code:

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>
I added classes into some of the td's and made some stuff that I wanted to stand out bold.

Edit : I just realized, now you can use the "new" horizontal postbit and the RPG hack .
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01293 seconds
  • Memory Usage 1,803KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete