vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   RPG Elements Hack (https://vborg.vbsupport.ru/showthread.php?t=35318)

Iezugod 04-12-2002 07:24 AM

The element images were Incredibly Small and blury. I created new ones using Paint Shop Pro.

For a preview, check out www.ultimatemetroid.com/forums

my elements are:

http://www.ultimatemetroid.com/forum...ments/fire.gif
Fire

http://www.ultimatemetroid.com/forum...ents/water.gif
Water

http://www.ultimatemetroid.com/forum...ents/light.gif
Light

http://www.ultimatemetroid.com/forum...ents/earth.gif
Earth

http://www.ultimatemetroid.com/forum.../lightning.gif
Lightning

http://www.ultimatemetroid.com/forum...ments/wind.gif
Wind

http://www.ultimatemetroid.com/forum...ments/dark.gif
Dark

http://www.ultimatemetroid.com/forum...ements/ice.gif
The HIDDEN Ice element

and

http://www.ultimatemetroid.com/forum...ents/omega.gif
Omega

I also have the problem, where everytime someone edits their profile, if they don't specify an element, it automatically sets it back to none.

zajako 04-21-2002 07:50 PM

yes this problem is a thing that I will fix in a future update.

AtmosPhere 05-08-2002 09:42 AM

Great hack, i didnt like the idea of images cluttering the postbit though, so i simply changed it to Text instead of images. Hope his was ok ;)

AtmosPhere 05-08-2002 10:46 AM

I unmodified it again, and re-installed the hack, now i am having problems as it always displays "none" on a new line
HELP!

AtmosPhere 05-09-2002 05:19 PM

I really need help
this hack has been installed but its defunct
this should be in the beta release forum man!

zajako 05-17-2002 02:17 PM

contact me by aim the aim name is zajako2

I can take a look and fix it.

zajako 05-26-2002 06:36 AM

ok, i have completed an update finaly...

this time it is using the db. This is a much better version of the hack anyways, all previous problems were fixed and hopefully this will be an easy install

Also please notify me by aim of any and all errors

v2.0.....

err, whoops....
I forgot there already was a 2.0 I should learn to count or at least realize i updated my hack already

owel this is the 3.0 version and the file says 2.0 so make me feel good by pertending the file says 3.0 :P

Christoff 06-08-2002 02:53 PM

So now after reloading the profile page there is the right element selected (the one, that user selected before) or is it still 'none'?

zajako 06-08-2002 06:33 PM

still none however i have fixed that

Open the admin panel and open User option templates>modifyprofile

then find
PHP Code:


<select name="element">
                              
        <
option value="0" selected>None</option>
        <
option value="1" >Light</option>
        <
option value="2" >Water</option>
        <
option value="3" >Wind</option>
        <
option value="4" >Lightning</option>
        <
option value="5" >Earth</option>
        <
option value="6" >Fire</option>
        <
option value="7" >Dark</option>
    
          

        </
select

and replace with

PHP Code:

<select name="element">
                                <
option value="$bbuserinfo[element]selected>Current Element</option>
        <
option value="0" >None</option>
        <
option value="1" >Light</option>
        <
option value="2" >Water</option>
        <
option value="3" >Wind</option>
        <
option value="4" >Lightning</option>
        <
option value="5" >Earth</option>
        <
option value="6" >Fire</option>
        <
option value="7" >Dark</option>
    
          

        </
select

that will fix the problem with the element returning to none.

(note that fix only works for the newest version of the element hack)

Christoff 06-08-2002 09:04 PM

I have downloaded your attachment... you've said that you named the archive wrong... but I think taht it is really ver 2.0 because inside the files are same as in 2.0!


All times are GMT. The time now is 01:42 AM.

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.01210 seconds
  • Memory Usage 1,756KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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