The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change My Cursor..?

+6
StrikheeeeEEErr
volsfan
jacob-rice
zakir321
supergirll4
fire
10 posters

Go down

Change My Cursor..? Empty Change My Cursor..?

Post by fire Wed Mar 05 2008, 13:58

I know there is a topic in tips and tricks but i dont get it... and it says beginners are allowed to reply but when i try it says im not allowed to...

Well i want this crusor Change My Cursor..? Maples10
And when it clicks i want it to change to this 1 ... Change My Cursor..? Maples12
is there anyway i could do this?

Thanks,
~Fire~


Last edited by fire on Wed Mar 05 2008, 15:20; edited 1 time in total
fire
fire
Forumember

Male Posts : 98
Reputation : 0
Language : English
Location : Douglas

http://www.maplefirehax.darkbb.com

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by supergirll4 Wed Mar 05 2008, 14:42

I have the same question!
supergirll4
supergirll4
Forumember

Female Posts : 126
Reputation : 0
Language : Arabic-English-Russian-a bit of french!
Location : UAE(Abu-Dhabi)

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by zakir321 Wed Mar 05 2008, 15:26

First, from this tutorial you should choose option 1.) as you already have your .png images...

Start with going to this site [LINK]

Put your png-URL into the field "Load a Remote PNG or ICO"
(this one: https://i.servimg.com/u/f47/11/97/70/01/maples10.png) and click "convert". You will see a download link now - download the .ico file somewhere on your computer. Repeat this step with the other cursor image as well.

Now, go to this site [LINK]. You can upload your saved .ico file here again. Click "lodge" to upload after you have choosen the files. Copy or note the link you will be given and repeat this with the other .ico as well.

Now you can go into your Admin Panel (General / Configuration) and put the code below into the Site Description:

  • <style>body {cursor: url (URL_OF_CURSOR1);} a {cursor: url (URL_OF_CURSOR2);}</style>


Replace the green parts of that code with the two link adresses you noted the step before and click save. You are done. Wink
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by fire Wed Mar 05 2008, 15:37

<style>body {cursor: url (http://pmsc.free.fr/gb/C/0835143605.ico);} a {cursor: url (http://pmsc.free.fr/gb/C/0835143657.ico);}</style>


Like This?

Edit.... It didnt work with the above code.
fire
fire
Forumember

Male Posts : 98
Reputation : 0
Language : English
Location : Douglas

http://www.maplefirehax.darkbb.com

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by Guest Wed Mar 05 2008, 16:49

try removing the () from around your icon url
avatar
Guest
Guest


Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by fire Wed Mar 05 2008, 17:10

badger11 wrote:try removing the () from around your icon url
No...Stil wont work...
fire
fire
Forumember

Male Posts : 98
Reputation : 0
Language : English
Location : Douglas

http://www.maplefirehax.darkbb.com

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by fire Thu Mar 06 2008, 10:08

Ive Figured out why it doesnt work...that script doesnt work... the script should be...

For a Single cursor use this...

<style type="text/css">
body {
cursor: url(URL-OF-CURSOR-HERE), auto;
}
A {
cursor: url(URL-OF-CURSOR-HERE), url(URL-OF-CURSOR-HERE), auto;
}
</style>

Edit Out the blue bits with the url of the normal cursor.

if you want a animated cursor so when you click it changes cursor use this 1...

<style type="text/css">
body {
cursor: url(URL-OF-CURSOR-HERE), auto;
}
A {
cursor: url(URL-OF-CURSOR-HERE), url(URL-OF-CURSOR-HERE), auto;
}
</style>

Edit Out the blue bits with the url of the normal cursor.
and then edit the red bit so that has the url of the image you want it to be when you click down.

MAKE SURE YOU DONT GET RID OF THE BRACKETS!


But this means that you cant put it in the forum desctiption because it is too long... the best way to use this is to put it in the Homepage message which can be found in the Admin Panel (Admin Panel>>General>>Configuration (under HomePage))
fire
fire
Forumember

Male Posts : 98
Reputation : 0
Language : English
Location : Douglas

http://www.maplefirehax.darkbb.com

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by jacob-rice Wed Apr 02 2008, 02:44

i tried that, and the cursor worked. but, the rest of my website got all messed up. any one know how to make that not happen? ...
jacob-rice
jacob-rice
Forumember

Posts : 59
Reputation : 0
Language : english

http://gunzwater.tk

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by jacob-rice Wed Apr 02 2008, 02:46

banana ha ha ha ha ha, how do i get that banana on my site? lol
jacob-rice
jacob-rice
Forumember

Posts : 59
Reputation : 0
Language : english

http://gunzwater.tk

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by jacob-rice Wed Apr 02 2008, 02:49

:wééé: ouou
jacob-rice
jacob-rice
Forumember

Posts : 59
Reputation : 0
Language : english

http://gunzwater.tk

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by jacob-rice Wed Apr 02 2008, 03:25

beu
jacob-rice
jacob-rice
Forumember

Posts : 59
Reputation : 0
Language : english

http://gunzwater.tk

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by fire Wed Apr 02 2008, 03:26

i still dont know.. there is no help coming your way xD... well.. None came my way
fire
fire
Forumember

Male Posts : 98
Reputation : 0
Language : English
Location : Douglas

http://www.maplefirehax.darkbb.com

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by volsfan Tue Oct 28 2008, 21:37

fire wrote:Ive Figured out why it doesnt work...that script doesnt work... the script should be...

For a Single cursor use this...

<style type="text/css">
body {
cursor: url(URL-OF-CURSOR-HERE), auto;
}
A {
cursor: url(URL-OF-CURSOR-HERE), url(URL-OF-CURSOR-HERE), auto;
}
</style>

Edit Out the blue bits with the url of the normal cursor.

if you want a animated cursor so when you click it changes cursor use this 1...

<style type="text/css">
body {
cursor: url(URL-OF-CURSOR-HERE), auto;
}
A {
cursor: url(URL-OF-CURSOR-HERE), url(URL-OF-CURSOR-HERE), auto;
}
</style>

Edit Out the blue bits with the url of the normal cursor.
and then edit the red bit so that has the url of the image you want it to be when you click down.

MAKE SURE YOU DONT GET RID OF THE BRACKETS!


But this means that you cant put it in the forum desctiption because it is too long... the best way to use this is to put it in the Homepage message which can be found in the Admin Panel (Admin Panel>>General>>Configuration (under HomePage))
I just did this and it works with FireFox but not with IE does anyone know how to make it work on both FireFox and IE thanks.....
volsfan
volsfan
Forumember

Male Posts : 170
Reputation : 0
Language : english

http://americangunowners.net

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by StrikheeeeEEErr Sun Dec 21 2008, 15:38

Google : Free cursors Smile
They give you cursors with HTML codes that do work >.>
avatar
StrikheeeeEEErr
Forumember

Male Posts : 32
Reputation : 0
Language : English

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by Rok Sun Dec 21 2008, 15:51

All you have to do is google up some free cursor you like. Then get the HTML code, and navigate to implant the cursor's code :

Admin Panel >

Modules >

Forum Widgets Management >

Scroll down to one of your personal widgets that you already have displayed, and click on the yellow circle, gadget thing (Modify). >

Paste the HTML code for that cursor into the very bottom of the description of that widget. Save.


Hope I helped,

Rok
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by doukas Sun Mar 15 2009, 23:11

have a cursor file at form.cur how can i change it and put it to my forum ?
avatar
doukas
New Member

Posts : 2
Reputation : 0
Language : greek

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by Rok Sun Mar 15 2009, 23:23

Try placing it into your forum's description :

1. Administration Panel

2. General tab

3. Forum -- Configuration

4. Site description * :




Rok
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by doukas Sat Mar 21 2009, 00:02

nothing... Confused .cur files not working

i need convert .cur to .ico
avatar
doukas
New Member

Posts : 2
Reputation : 0
Language : greek

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by bambiy Sat Mar 21 2009, 00:12

check this site.

http://www.cursors-4u.com/

you get script there to but realy nice cursors <3
avatar
bambiy
Forumember

Female Posts : 570
Reputation : 20
Language : Swedish

Back to top Go down

Change My Cursor..? Empty Re: Change My Cursor..?

Post by TheKiller Thu Jul 02 2009, 06:57

Thanks Fire Your Post was weary helpful Smile
TheKiller
TheKiller
Forumember

Male Posts : 291
Reputation : 10
Language : English

http://RisingDead.UltimaRPG.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum