MyBB Community Forums

Full Version: HELP - Trying to Run HP / MP / EXP Stats Mod for Mybb 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/hp-mp-exp-stats

Not sure if this plugin can work for 1.6, but it seems simple enough.

I've completed step one, but what files do I need to edit in the CSS?

Quote:Step One:

Upload all of the files to their proper places.

Step Two:

Go into your Admin CP -> Themes -> Modify -> Choose your theme -> Find the Additional CSS Box and add the following to the bottom

.rpg1 {
border: 1px solid #000000;
text-align: left;
}
.rpg2 {
background-color: #C0C0C0;
}
plugins work for 1.6.7 ?
hey,
i won't open a new thread so... does anybody know how to run this plugin @ MyBB 1.6.*?
I have the isuse that the Plugin will not shown the Level/EXP and i can't fix it by myself..
I got the same question. I don't know how to make it work in 1.6.9
Anyone help?
We still need help :x
^ add the given css code at the end of global.css of your theme
Admin CP -> Themes -> Modify -> Choose your theme -> global.css -> Edit Stylesheet: Advanced Mode
the problem is not the style...

It wont shown the Value of Exp/HP etc
[attachment=29001]
^ open the plugin file (/inc/plugins/hpmpexp.php) in a text editor (eg. notepad++)
find below code (line 34)
function hpmpexp_postbit($post)
change to below code and save file. it should work.
function hpmpexp_postbit(&$post)
oh thank you!
This will fix my Problem perfect Smile