We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Edited Harry Potter Money Code; Originally Done By Slayer766; By elinelcoder
Topic Started: Feb 3 2010, 11:30 PM (1,972 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: elinelcoder
Edited Harry Potter Money Code; Originally Done By Slayer766
 
Simple Money Hack By: Slayer766
Edited Harry Potter Money Hack: elinelcoder

Ok well Slayer766 did a simple money hack to give you a certain amount of money with each post. I messed around with it and basically tripled it, and just added in Harry Potter stuff. So what it is, it gives you 1 Galleon, 1 Sickle, and 1 Knut with each post.

So you go into your Admin CP>Themes>Board Template>Below the Board

And post this:

<script type="text/javascript">
/*
|| ZB Simple Money Hack
|| By Slayer766 of TCZ (http://thecodingzone.com)
*/
function Money(name,sign,post)
{
$(function()
{
$(".user_info").each(function()
{
$(this).append("<dt>" + name + ":</dt><dd>" + sign + $(this).find("dd:eq(0)").text() * post + "</dd>");
});
});
}

Money("Galleon","₤","1");
</script>

<script type="text/javascript">
/*
|| ZB Simple Money Hack
|| By Slayer766 of TCZ (http://thecodingzone.com)
*/
function Money(name,sign,post)
{
$(function()
{
$(".user_info").each(function()
{
$(this).append("<dt>" + name + ":</dt><dd>" + sign + $(this).find("dd:eq(0)").text() * post + "</dd>");
});
});
}

Money("Sickle","₤","1");
</script>

<script type="text/javascript">
/*
|| ZB Simple Money Hack
|| By Slayer766 of TCZ (http://thecodingzone.com)
*/
function Money(name,sign,post)
{
$(function()
{
$(".user_info").each(function()
{
$(this).append("<dt>" + name + ":</dt><dd>" + sign + $(this).find("dd:eq(0)").text() * post + "</dd>");
});
});
}

Money("Knut","₤","1");
</script>
Offline Profile Quote Post Goto Top
 
Nicte
Member
[ * ]
This is great!
is there anyway you can add/remove the money manually?
Offline Profile Quote Post Goto Top
 
HTW-ZNR
Member
[ * ]
I'm getting strange characters in each monetary section. Is there a way to correct this?
Offline Profile Quote Post Goto Top
 
.awd (R)
Member Avatar
Member
[ *  *  * ]
ahem... http://resources.zetaboards.com/topic/5086997/1/#new
Offline Profile Quote Post Goto Top
 
enias
Member
[ *  * ]
Nicte
Jul 5 2010, 03:10 AM
This is great!
is there anyway you can add/remove the money manually?
same ask?????????
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply