PDA

View Full Version : Mini Mods - Change Cursor for your forum 4.x


franzes80
08-22-2013, 10:00 PM
What this Does:
This will allow you display custom cursors on your forum. It work on all major browsers including firefox .

Supported Browsers:
IE, Firefox, Chrome, Safari
Tested on vb 4.21 and 4.2.2
Thank you member Barbara1 for new cursors:D
Guide:
Admin Control Panel > Styles & Templates > Search in templates > search additional.css in your template >in the end of the additional css add:

body,td,div,p {
cursor: url(http://yoursitename/forum/images/cursors/name of cursor.ico), default;;
}
Example:
body,td,div,p {
cursor: url(http://gamesonic.it/forum/images/cursors/game.cur.ico), default;;
}
In my site i have create one folder in /forum/images/cursors
inside the folder cursor i have insert the icon for cursor.
DEMO (http://gamesonic.it/forum/forum.php)
for problem write in this thread

Lynne
08-24-2013, 01:52 AM
This can't work on 4.2.1 since the Main CSS page isn't used in 4.x (nor can you even save it since you would get an error).

ozzy47
08-24-2013, 02:11 AM
Actually this is not a mod, it should be in the article or template modification section.

The OP actually said this though, "in the end of the additional css add:" so he is somewhat right, the instructions are just not to clear.

franzes80
08-24-2013, 06:36 AM
Sorry the code insert in the end of your additional.css for your template and insert this mod please in template modification section :)
Guide:
Admin Control Panel > Styles & Templates > Search in templates > search additional.css in your template >in the end of the additional css add for example:

body,td,div,p {
cursor: url(http://gamesonic.it/forum/images/cursors/game.cur.ico), default;;
}

yasmani19
08-27-2013, 09:42 PM
Sorry the code insert in the end of your additional.css for your template and insert this mod please in template modification section :)

Thanks bro. How the name of the mod / hack to use the demo page, look at this imgen

http://imageshack.us/a/img580/1188/7imw.png

Barbara1
10-04-2013, 03:19 AM
working fine with 4.2.0 pl3
i really like it.

here are also 4+1 cursors in case that someone is looking for thin cursor styles.

franzes80 if you want to add them to your cursors.zip, its fine by me :)

franzes80
10-17-2013, 05:46 PM
Thank you Barbara1.New cursors added.Tested on vb 4.2.2

cihadehli
12-11-2013, 03:53 AM
did not work on my site vb4.2.2

billstelling
12-13-2013, 01:11 PM
works best with an actual cursor.. Try this one and see how it works for you. If you want blue instead of orange, change arrow-or to arrow-bl..
body,td,div,p {
cursor: url(http://www.lower48.com/support/images/cursors/arrow-or.cur), default;;
}

ckgb
12-14-2013, 10:23 AM
Works great on 4.2.2

Now we only need to figure out how to add mouseover cursor hand thingy to display the same way.

billstelling
12-16-2013, 12:01 AM
Works great on 4.2.2

Now we only need to figure out how to add mouseover cursor hand thingy to display the same way.

if you use an actual cursor it will use the systems default hand when moused over a link.

If you wanted to get all crazy with it you can code in an entire cursor pack but it would be a bit of an over kill.

using a png or gif for this and the mouse-over usually will not work, so use an actuall cursor for it if you can..