![]() |
Adding coin image instead of a currency name.q
I'm new to PHP so I am at a loss of what to do here, but I want to add a small 16x16 icon image where it says MONEY:
http://i.imgur.com/KaqfIb4.png I've tried resources like google but all it ever does is confuse me :P Maybe one of you guys could help me put this together. Current code: Quote:
|
If you wish to add an image to the money bar, use the following code:
PHP Code:
|
Ok, thanks. I probably feel stupid for not figuring that out myself :Q:
|
By the way, google doesn't help much Mysidia-wise xD
|
Yeah but PHP is :P
|
Yes, but Mysidia is a pretty complete framework, which means it has its own ways of doing things. Usually you add a picture with HTML tags not PHP, mysidia has its own way of "adding image" that simplifies this process
|
Quote:
|
Quote:
|
What file would we have to edit in order to do this?
|
the file class_sidebar.php in your /classes folder.
|
Alright, thanks much!
|
exactly near what code we need to add or replace the code to add currency icon
|
Go to classes->class_sidebar.php
Add the code above: $this->moneyBar->add(new Comment("Money: {$mysidia->user->money} {$mysidia->settings->cost} | ")); |
thanks so much :)
|
All times are GMT -5. The time now is 10:12 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.