Log in

View Full Version : Forum Display Enhancements - Custom Cursors For Your Forum 3.7.x


azn_romeo_4u
12-09-2008, 10:00 PM
WWW.CURSORS-4U.COM (http://www.cursors-4u.com)
Add Custom Cursors On Your Forum
------------------------------------------------------------------------------------
https://vborg.vbsupport.ru/external/2008/12/27.gif https://vborg.vbsupport.ru/external/2008/12/36.gif https://vborg.vbsupport.ru/external/2008/12/37.gif https://vborg.vbsupport.ru/external/2008/12/38.gif https://vborg.vbsupport.ru/external/2008/12/39.gif
------------------------------------------------------------------------------------

What this Does:
This will allow you display custom cursors on your forum. It work on all major browsers including firefox (except animated one's). Animated cursors will only work on Internet Explorer.

Supported Browsers:
IE, Firefox, Chrome, Safari, AOL, Netscape, Flock, more...

Not Supported:
Opera

------------------------------------------------------------------------------------

Instructions:
Visit My Website, WWW.CURSORS-4U.COM
Search For Cursors And Find The One You Want
Download The Cursor Or Copy The Universal Code

<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur101.cur), default;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Cursors"><img src="http://cursors-4u.com/support.gif" border="0" alt="Free Cursors" style="position:absolute; top: 0px; right: 0px;" /></a>



Keep This Part Of The Code
cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur101.cur), default;


If You Downloaded the Cursor Upload it Into Your Server
Next Log Into Admin CP
Click On Style Manager
Edit Main CSS
In The Body CSS Box ADD

cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur101.cur), default;

Scroll Down To Additional CSS
Add (Depends On How Your Borum Is Built)

a, a:hover, textarea, input, div, table, tr, td {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur101.cur), default;}

Basically add all the css selectors that you can depending on what your forum is built up of. Next is hit save.

------------------------------------------------------------------------------------

If you are hot linking from my site, please leave a text link or button on your site. Not required, but would appreciate it. I would prefer if you guys upload to your own forum though. I know a lot of forums get tons of traffic, and I already have problem with my server =P. Thank you.

https://vborg.vbsupport.ru/external/2008/12/40.gif
<a href="http://www.cursors-4u.com" target="_blank" title="Cursors"><img src="http://www.cursors-4u.com/cursors4u.gif" border="0" alt="Free Cursors"></a>
If you have any questions or request just leave a comment.

---------------------------------------------------------------------------------------
Edit: I added a cursor set. You can also downoad these here or download the zip below.

https://vborg.vbsupport.ru/showthread.php?p=1682886

https://vborg.vbsupport.ru/external/2008/12/27.gif https://vborg.vbsupport.ru/external/2008/12/28.gif https://vborg.vbsupport.ru/external/2008/12/29.gif https://vborg.vbsupport.ru/external/2008/12/30.gif https://vborg.vbsupport.ru/external/2008/12/31.gif https://vborg.vbsupport.ru/external/2008/12/32.gif https://vborg.vbsupport.ru/external/2008/12/33.gif https://vborg.vbsupport.ru/external/2008/12/34.gif

pein87
12-10-2008, 05:52 PM
Installed very nice I appreciate your efforts on this one Demo can be found on my forum

http://www.anime-dreamz.com/forum/index.php

azn_romeo_4u
12-11-2008, 03:37 AM
Thank you for the demo. Awe, the naruto cursor. I like that one. I'm working on a code, next update that you can use animated cursors for IE users but on other browsers, since it won't appear a non-moving one instead will show up instead of nothing. Expect that soon.

Also I just added a sample cursor set. You can download them in the cursor.zip

tafreeh
12-11-2008, 05:04 AM
can we get more non animated cursors please

azn_romeo_4u
12-11-2008, 06:49 AM
Yea, you can just visit the website www.cursors-4u.com. I just finish reorganize it a few minutes ago. Use the search feature on it if you can't find what you like. Or check out the most viewed to see what's popular on the site. Also check out

www.totallyfreecursors.com

I won't link to any other site, cuz the rest steal from me or hers (i know her). She hasn't updated for 2 years though. Some of the download links don't work but most of them do.

tafreeh
12-12-2008, 05:12 AM
hey, i did work around with those codes, but nothing happend.
i wanna use this cursor (https://vborg.vbsupport.ru/www.tafreehmela.com/images/Green-Light1.ani) , its not .cur tho

redlabour
12-12-2008, 11:10 AM
Thanks - have added : https://vborg.vbsupport.ru/external/2008/12/26.gif :)

azn_romeo_4u
12-12-2008, 06:22 PM
hey, i did work around with those codes, but nothing happend.
i wanna use this cursor (https://vborg.vbsupport.ru/www.tafreehmela.com/images/Green-Light1.ani) , its not .cur tho
That cursor is an .ani file. Only IE, makes .ani file works. All other browsers require it to be cur or a cur renamed to .gif I think.

pigpog
12-28-2008, 01:37 PM
Thank you, I've been looking for some nice cursors for a long time. I'll be sending a little donation for your efforts via your website soon. :up:

Here's what your red cursor looks like on my Christmas themed forum:
http://www.rodentswithattitude.co.uk/forum

I'm also using the blue one for the default style, which you can see if you use the style changer at the bottom of the page.

The other nice colours will get used on my forthcoming styles.

Thanks again! :D

Cloud_Strife
01-14-2009, 09:19 PM
What to do in order to display the cursor while my page loads (the busy cursor I mean). Is there a code to add for the busy cursor?

azn_romeo_4u
01-29-2009, 05:55 PM
Sorry, there's no way that I know of. But you might try changing the code to "wait" or "progress" where "default" is. For example...

<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur101.cur), progress;}</style>

Try that and see how it goes.