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)
-   -   Forum Home Enhancements - Custom Font Forum Titles (Cufon) (https://vborg.vbsupport.ru/showthread.php?t=234962)

dacho 02-08-2010 12:43 PM

Thanks man I will try it

Cableguy69 02-08-2010 10:53 PM

These don't appear to be showing for me?

I'm using this font http://www.dafont.com/val.font as it's what I use in my logo. https://vborg.vbsupport.ru/external/2010/05/27.png

My code is as follows.

HTML Code:

<script src="cufon-yui.js" type="text/javascript"></script>
<script src="Val_900.font.js" type="text/javascript"></script>
        <script type="text/javascript">
            Cufon.replace('h2');
        </script>

Val_900.font.js is the file that was generated, I uploaded that along with the cufon-yui.js you attached, what am I doing wrong?

Aclikyano 02-10-2010 02:35 PM

^ are you trying to run this mod on 3.8.4??? this is 4.0 version, maybe that is the problem

Cableguy69 02-10-2010 04:01 PM

No, I'm running 4.0.1

Attitude5ire 02-17-2010 11:38 AM

This Mod can run in 3.8 too

@ cableguy
There shouldnt be any problem, if there is, the only probable reason could be js conflicting with other js in ur forum. Anyway jus post demo to your site where u using this perhaps i can take a look.

SCSCSC 02-17-2010 12:28 PM

this mod is not for 4.0.1

Attitude5ire 02-19-2010 11:32 AM

Yes it is, this mod works for 3.8 as well. with few modifications

mandingo 02-19-2010 12:26 PM

I'm not seeing it in the demo even. Firefox maybe?

Eazy1 04-12-2010 07:50 PM

Working in 4.0.2 flawlessly.... have a question though. Is it possible to use the text style elseware (such as usenames in the postbit?)

TimberFloorAu 05-19-2010 10:30 PM

Quote:

Originally Posted by Cableguy69 (Post 1977882)
These don't appear to be showing for me?

I'm using this font http://www.dafont.com/val.font as it's what I use in my logo. https://vborg.vbsupport.ru/external/2010/05/27.png

My code is as follows.

HTML Code:

<script src="cufon-yui.js" type="text/javascript"></script>
<script src="Val_900.font.js" type="text/javascript"></script>
        <script type="text/javascript">
            Cufon.replace('h2');
        </script>

Val_900.font.js is the file that was generated, I uploaded that along with the cufon-yui.js you attached, what am I doing wrong?

You need to call the cufon file and attribute it to your header tag.
We have had cufon for a while, didnt realise this thread was going.

Essentially.

In headinclude at bottom add your code.

Like so:

<!--brisbane website design cufon-->
<script src="cufon-yui.js" type="text/javascript"></script>
<script src="tipper_400-tipper_700.font.js" type="text/javascript"></script>
<script type="text/javascript">
Cufon.replace('h2', { fontFamily: 'tipper' });
Cufon.replace('h1', { fontFamily: 'tipper' });
Cufon.replace('h3', { fontFamily: 'tipper' });

</script>
<!--end of brisbane website design cufon-->


All times are GMT. The time now is 05:58 PM.

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.01129 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete