Quote:
Originally Posted by cloferba
so noob...
go to members vbulletin page..and when you are going to select version of vbulletin to download, click on more options..(you can select "download with no images, download uncompressed java, download php4", etc)
im having a problem, when i want to replace text with an image of "hide content", i see the image and below is the hide text :S
so..the image doesnt hide the content i want 
|
Well, i managed to replace text with nice button by modifying the "thanks_postbtn" and making a .gif image with PS.
This is my code for it in the template:
PHP Code:
<style type="text/css">
.postbitlegacy .postfoot .textcontrols a.ht_thanks_button, .postbit .postfoot .textcontrols a.ht_thanks_button {
background: url({vb:stylevar imgdir_button}/ht_thanks.gif) no-repeat transparent {vb:stylevar left};
position:float;
top:3px;
padding-{vb:stylevar left}: 94px;
padding-top: 13px;
padding-right: 0px;
padding-bottom: 12px;
margin:0px
}
.postbitlegacy .postfoot .textcontrols a.ht_thanks_button:hover, .postbit .postfoot .textcontrols a.ht_thanks_button:hover {
background: url({vb:stylevar imgdir_button}/ht_thanks-hover.gif) no-repeat transparent {vb:stylevar left};
}
</style>
<img style="display: none" id="thanks_progress_{vb:raw postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase posting_thanks_please_wait}" />
<vb:if condition="$show['post_thanks_postbtn']"><a class="ht_thanks_button" href="showthread.php?{vb:raw session.sessionurl}thanks_mode=add&postid={vb:raw postid}" onclick="return !thanks_do({vb:raw postid});"></a> </vb:if>
But even if it's nice....regular members are having hard time with it! Got lots of DB error from them!!!