vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Change Cursor for your forum 4.x (https://vborg.vbsupport.ru/showthread.php?t=301537)

franzes80 08-22-2013 09:00 PM

Change Cursor for your forum 4.x
 
1 Attachment(s)
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:

Code:

body,td,div,p {
cursor: url(http://yoursitename/forum/images/cursors/name of cursor.ico), default;;
}

Example:
Code:

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
for problem write in this thread

Lynne 08-24-2013 12: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 01: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 05: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 :)
Quote:

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 08:42 PM

Quote:

Originally Posted by franzes80 (Post 2440655)
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 02:19 AM

1 Attachment(s)
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 04:46 PM

Thank you Barbara1.New cursors added.Tested on vb 4.2.2

cihadehli 12-11-2013 02:53 AM

did not work on my site vb4.2.2

billstelling 12-13-2013 12: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..
Code:

body,td,div,p {
cursor: url(http://www.lower48.com/support/images/cursors/arrow-or.cur), default;;
}


ckgb 12-14-2013 09: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-15-2013 11:01 PM

Quote:

Originally Posted by ckgb (Post 2468199)
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..


All times are GMT. The time now is 09:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02267 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete