PDA

View Full Version : How to change mouse icon in a specific profile of vbulletin


JuniorWU
10-12-2010, 02:53 AM
good've seen this on some forums ... where several profiles of the mouse icon is replaced with gifs ... I've been giving a sought here and found nothing ... if anyone knows, I appreciate if you can share.

embrace for all

BirdOPrey5
10-12-2010, 10:55 PM
<a href="http://www.ehow.com/how_5116234_change-cursor-css.html" target="_blank">http://www.ehow.com/how_5116234_change-cursor-css.html</a>

you use css.

JuniorWU
10-13-2010, 02:33 PM
it would be possible only in the modification of certain User Profile?

BirdOPrey5
10-13-2010, 02:46 PM
Not "easily" - it would require template edits, conditionals, and custom profile fields at a minimum... Not something I could walk you through at the moment. Maybe someone else has a better idea for this?

JuniorWU
01-17-2011, 03:32 AM
good I decided to try the modification, the first thing that came to mind was to create a User Profile Field, MemberInfo added in the model below:

$memberinfo_css

Code:

<style type="text/css">
body {cursor: url ($post[field9].ani), url ($post[field9].cur), auto;}
</ style>

I put in my case I host my file. ani and. cur with the same name, give place in the field of user profile only www.host.com.br / images / cursor / brazilcursor

he would add the variable. ani and. cur automatically, this is more like css believe it means impossible that it recognizes the $ post [field9] the way they put
could someone help me in this?

--------------- Added 1295278337 at 1295278337 ---------------

I thought I would do this javascript, searched the Internet for some code to change the mouse over an image of JavaScript, most unsuccessfully