![]() |
RPG Elements Hack Add-on
Vincent]This is an add-on for the RPG Elements Hack by zajako
All this does is make your element stay selected whenever you select it and go back to your profile. And now to get started. Open vb/member.php Find: PHP Code:
PHP Code:
Login to Admin CP, go to Templates > Modify > Template Set > User Info Display Templates > editprofile Find: <tr> <td bgcolor="$bgcolor"><normalfont><b>Element Type:</b></normalfont><br> <smallfont>The Element type you want to be at the boards.</smallfont></td> <td bgcolor="$bgcolor"><normalfont> <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> </normalfont></td> </tr> Replace that with: <tr> <td bgcolor="$bgcolor"><normalfont><b>Element Type:</b></normalfont><br> <smallfont>The Element type you want to be at the boards.</smallfont></td> <td bgcolor="$bgcolor"><normalfont> <select name="element"> <option value="0"$element_select[none]>None</option> <option value="1"$element_select[light]>Light</option> <option value="2"$element_select[water]>Water</option> <option value="3"$element_select[wind]>Wind</option> <option value="4"$element_select[lightning]>Lightning</option> <option value="5"$element_select[earth]>Earth</option> <option value="6"$element_select[fire]>Fire</option> <option value="7"$element_select[dark]>Dark</option> </select> </normalfont></td> </tr> And you're done. Easy enough eh? This hack is nothing big, just annoyed me a little too much on having to select my element everytime I edit my profile so I finally did this. |
Thanks, I like this hack. I've had many users complaining about that, and had no clue how to fix it...so I uninstalled it. :devious: Now I can re-install, thanks alot...
|
great, but wouldn't it have been better to post it in the original hack, still it is very useful, nice work
/me clicks on install |
I guess it would have but this makes it easier to find lol, kind of.
|
All times are GMT. The time now is 11:19 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|