The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change mouse icon in a specific profile of vbulletin
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 |
#2
|
||||
|
||||
<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. |
#3
|
|||
|
|||
it would be possible only in the modification of certain User Profile?
|
#4
|
||||
|
||||
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?
|
#5
|
|||
|
|||
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:
Code:
$memberinfo_css Code:
<style type="text/css"> body {cursor: url ($post[field9].ani), url ($post[field9].cur), auto;} </ style> 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 [DATE]1295278337[/DATE] at [TIME]1295278337[/TIME] --------------- I thought I would do this javascript, searched the Internet for some code to change the mouse over an image of JavaScript, most unsuccessfully |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|