vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   RPG Integration Hack - Old Support Thread (https://vborg.vbsupport.ru/showthread.php?t=73868)

Creed 12-28-2004 04:45 AM

If you were to show me what your navbar template looks like I may be able to help you. Just copy and paste its contents into a text file and attach it to an email @ cleeq@adelphia.net

TLSNetwork 12-28-2004 04:54 AM

1 Attachment(s)
First up well done fantastic system , We have just moved our site over from ipb to vb and i have to say i am very impressed at the extra functions and ease of use of vb , Here is a slight problem i am having with the rpg that i hope somebody can answer , The stats that show on the left hand side of each users post about their rpg status is pretty big and consumes alot of space , What i would like to do is reduce those stat bars a bit , See what i mean they are very big and blocky , Is there any way of reducing these down in size to like the ones that you see if you go through the nav bar and look at your stats ??? , Hope you understand what i mean i have included a picture so you can see what i am getting at.

boydekort 12-28-2004 04:59 AM

will do thanks please explain what you did fix though so I know

also same happens with ushop seems they use the same referer to calender.php all extensions do petz/arcade they all do and if I put them in like you said nothing shows.

mail send from depaxs@gmail.com

sorry I sended it in the plain mail :S

TLSNetwork 12-28-2004 05:32 AM

never mind on my question , Duh well don't i feel stupid , a little change from 9 to 4 makes a world of difference :rolleyes:

Creed 12-28-2004 05:47 AM

I have replied in an email to you, as well if it works properly then I'll be happy to add the coding here as well.

boydekort 12-28-2004 06:21 AM

thanks creed it's workin perfect :D]
what I did wrong was
<-usercp options> <!-- NAVBAR POPUP MENUS -->

I put it in front of usercp options instead of inbetween

it works btw place it here :D

Creed 12-28-2004 06:25 AM

Alrighty :) Glad it worked for you!

Code:

###################
# NAVBAR template #
###################


Find:
---------------------------------

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
                </if>


Below add:
---------------------------------

<if condition="$show['member']">
<td class="vbmenu_control" id="rpg"><a href="#rpg">RPG</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td>
</if>


Find:
---------------------------------
<!-- / user cp tools menu --></if>

Below add:
---------------------------------

<if condition="$show['member']">
    <!-- RPG Menu -->
    <div class="vbmenu_popup" id="rpg_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
       
                <tr><td class="thead">RPG</td></tr>       
                <tr><td class="vbmenu_option"><a href="rpgcp.php">RPG Main</a></td></tr>
                <tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr>
                <tr><td class="vbmenu_option"><a href="itemshop.php">Itemshop</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?do=updaterpg">Edit Your Character</a></td></tr>
                <tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr>
                <tr><td class="vbmenu_option"><a href="battle.php?action=showbattlestats">RPG Top 10</a></td></tr>
                <tr><td class="vbmenu_option"><a href="battle.php?action=showuserstats">Check Your Stats</a></td></tr>
                <tr><td class="vbmenu_option"><a href="clancp.php">Clan CP</a></td></tr>
                <tr><td class="vbmenu_option"><a href="lottery.php">Lottery</a></td></tr>

        </table>
    </div>
    <!-- / RPG Menu -->
</if>


boydekort 12-28-2004 06:53 AM

Quote:

Originally Posted by Creed
Alrighty :) Glad it worked for you!

Code:

###################
# NAVBAR template #
###################


Find:
---------------------------------

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
                </if>


Below add:
---------------------------------

<if condition="$show['member']">
<td class="vbmenu_control" id="rpg"><a href="#rpg">RPG</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td>
</if>


Find:
---------------------------------
<!-- / user cp tools menu --></if>

Below add:
---------------------------------

<if condition="$show['member']">
    <!-- RPG Menu -->
    <div class="vbmenu_popup" id="rpg_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
       
                <tr><td class="thead">RPG</td></tr>       
                <tr><td class="vbmenu_option"><a href="rpgcp.php">RPG Main</a></td></tr>
                <tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr>
                <tr><td class="vbmenu_option"><a href="itemshop.php">Itemshop</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?do=updaterpg">Edit Your Character</a></td></tr>
                <tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr>
                <tr><td class="vbmenu_option"><a href="battle.php?action=showbattlestats">RPG Top 10</a></td></tr>
                <tr><td class="vbmenu_option"><a href="battle.php?action=showuserstats">Check Your Stats</a></td></tr>
                <tr><td class="vbmenu_option"><a href="clancp.php">Clan CP</a></td></tr>
                <tr><td class="vbmenu_option"><a href="lottery.php">Lottery</a></td></tr>

        </table>
    </div>
    <!-- / RPG Menu -->
</if>


also got the ushop fixed and the portal home thanks man I owe ya one.

bozzy 12-31-2004 10:20 PM

I seem to be missing something. I installed the hack and everything is working 100% fine, but how do I buy items? There are settings for the Item Shop in the AdminCP and they work just fine, but on the forums, there is no Item Shop. Where is the Item Shop installed?

Thanks

bozzy 12-31-2004 10:32 PM

Nevermind, I got it.


All times are GMT. The time now is 09:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01905 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete