08-19-2011, 08:51 AM
(This post was last modified: 08-19-2011, 09:06 AM by AceInfinity.)
Look for usercp in the class and see where the image entries are, otherwise they should be in the HTML templates.
Btw: It's not in the class usercp, by what i'm seeing it says class="login".
I'm not seeing any image input in the actual html template though so it has to be in the class. Otherwise you can put it into the html directly like in my example here:
This is what I added to the original:
This was the original:
I just used a quick image off google for that, you'll have to replace it with a link to the image you want from your site's files through the ftp. That took me about 1 min to do
Btw: It's not in the class usercp, by what i'm seeing it says class="login".
I'm not seeing any image input in the actual html template though so it has to be in the class. Otherwise you can put it into the html directly like in my example here:
Code:
<span class="block"><a onclick="MyBB.quickLogin(); return false;" class="c" href="http://www.dharokexchange.com/member.php?action=login"><img width="15" height="15" src="http://www.google.ca/url?source=imglanding&ct=img&q=http://recursoshumanos.ca/client_login/images/icons/login.gif&sa=X&ei=JolOTvKZJ4fhiALx45Vt&ved=0CAQQ8wc&usg=AFQjCNHyKVQjbDt9WNor2Eoq9OKsZ1iQ7g ">Login</a></span>
This is what I added to the original:
Quote:<span class="block"><a onclick="MyBB.quickLogin(); return false;" class="c" href="http://www.dharokexchange.com/member.php?action=login"><img width="15" height="15" src="http://www.google.ca/url?source=imglanding&ct=img&q=http://recursoshumanos.ca/client_login/images/icons/login.gif&sa=X&ei=JolOTvKZJ4fhiALx45Vt&ved=0CAQQ8wc&usg=AFQjCNHyKVQjbDt9WNor2Eoq9OKsZ1iQ7g ">Login</a></span>
This was the original:
Quote:<span class="block"><a onclick="MyBB.quickLogin(); return false;" class="c" href="http://www.dharokexchange.com/member.php?action=login">Login</a></span>
I just used a quick image off google for that, you'll have to replace it with a link to the image you want from your site's files through the ftp. That took me about 1 min to do