Create A Forum - Support Forums

Create A Forum => Suggestions => Topic started by: Silver734 on July 17, 2013, 09:56:38 pm

Title: Custom Pointers!!!
Post by: Silver734 on July 17, 2013, 09:56:38 pm
that would be great!! If none could you please add the feature?
Title: Re: Custom Pointers!!!
Post by: CreateAForum on July 17, 2013, 10:00:24 pm
You probably can do that already with some javascript code.
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 17, 2013, 10:10:55 pm
Do you enter the coding into the style or the meta tags?
Title: Re: Custom Pointers!!!
Post by: CreateAForum on July 17, 2013, 10:17:49 pm
header footers best spot
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 17, 2013, 10:48:20 pm
i got the code and tried it in both headers and footers but it doesnt work. is it the problem of the code? ill try another code and see how it goes.
Code: [Select]
<style type="text/css"> body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=39978);} </style> <a href="http://www.rw-designer.com/cursor-detail/39978" title="Get free cursors for your web.">Fairy Tail simbolo.cur Cursor</a>
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 17, 2013, 11:02:43 pm
doesn't work plz help!
Title: Re: Custom Pointers!!!
Post by: aIURbliS on July 17, 2013, 11:22:12 pm
Try saving the cursor in .cur format to make sure it works across all browsers, Opera does not support custom cursors.
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 17, 2013, 11:32:12 pm
but after i download where should i upload it?
Title: Re: Custom Pointers!!!
Post by: aIURbliS on July 18, 2013, 12:07:39 am
Anywhere that allows you to upload.
Title: Re: Custom Pointers!!!
Post by: WholesaleChat on July 18, 2013, 12:25:57 am
whats wrong with the good ol' windows arrow pointer ?
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 18, 2013, 03:04:24 am
@Wholesalechat:
There's nothing wrong with it. It's just that i want a more personalised site.

@aIRUbliS:
It says
  An Error Has Occurred!    bsymboo.cur.
You cannot upload that type of file. The only allowed extensions are doc,gif,jpg,mpg,pdf,png,txt,zip.
Title: Re: Custom Pointers!!!
Post by: aIURbliS on July 18, 2013, 06:55:13 pm
Look somewhere in the attachments section of your admin CP and allow .cur files.
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 18, 2013, 08:51:37 pm
thnaks ill try that!
Title: Re: Custom Pointers!!!
Post by: Silver734 on July 18, 2013, 09:29:13 pm
now i've uploaded it in a forum post which seems to be the only place you can add attachments but it doesn't show, just shows a link to it.

if i tried to uploadit somewhere else would it be better?

http://fairytail.createaforum.com/blogjournal/testing-out-cursor/new/#new (http://fairytail.createaforum.com/blogjournal/testing-out-cursor/new/#new)
Title: Re: Custom Pointers!!!
Post by: aIURbliS on July 19, 2013, 09:44:40 pm
Oh I forgot, you needed an extra piece of code in there :p
Code: [Select]
<style type="text/css">body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=39978), auto;}</style>