Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
@font-face & @keyframes Details »»
@font-face & @keyframes
Version: 1.0.1, by Elite_360_ Elite_360_ is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.0 Rating:
Released: 12-06-2012 Last Update: 12-11-2012 Installs: 17
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Mark As Installed = Support
will be compatible with
e360 - Username Html MarkUp 4.x.x Version 1.2.0
and e360 - Username Prefix with Html MarkUp (Clan Tags) 4.x.x Version 1.2.0

For Version Information And Features for Next Version: Go to Post #2

Only Tested on 4.2.0

Description:

Adds 6 New BBcodes For Use and can use custom @font-face and @KeyFrame Effects
Adds an IE LeightBox Warning for IE 6,7,8 and 9 to upgrade browser or get Google Chrome Frame for IE 6,7,8 and 9.
(The LeightBox Warning only shows For IE 6,7,8 and 9 Unless the have Google Chrome Frame for IE)

1.Outline Text Effect, this is achieve by CSS
2.Color Outline Text Effect, this is achieve by CSS
3.Neon Lights Text Effect (also fades in and out), this is achieve by CSS and @font-face
4.Blinking Text Effect, this is achieve by CSS
5.Fire Animation Text Effect, this is achieve by CSS
6.Sparkles Text Effect, this is achieve by images

If you dont like any of the bbcode you can delete them by going to
AdminCP >Custom BB Codes > BB Code Manager
But try them out first before you delete them

Neon Lights Text Effect
you can use for colors red,yellow,green,purple,blue,orange And pink for this effect.
(For option use lowercase letters only!)

Color Outline Text Effect
you can use for colors blue,lime,yellow,red,magenta,cyan,purple,hotpink,n avy,green and orange for this effect.
(For option use lowercase letters only!)

Sparkles Text Effect
You can use 1-7 for this effect.

@font-face compatible with all browsers except Opera Mini, and IE6.

@KeyFrame compatible with Firefox,Chrome,Safari,Opera,iOS Safari,Android Browser,Blackberry Browser and IE10 except Opera Mini, IE 6,7,8 and 9, But some will still work with IE 9.

@KeyFrame Can be compatible with all IE browsers, If they Have Google Chrome Frame for IE 6,7,8 and 9.

Adds 20 New Fonts the 20th one use for Neon Lights Text Effect
Digital-7
Transformers Movie
X-Files
Top Secret Bold
Super Mario Bros
Kingthings Christmas2
Army
BatmanForeverAlternate
Blade Runner Movie Font
BLiNG RiNG
Coca Cola ii
Graffogie
Most Wazted
Harry Potterregular
STARWARS
Compacta Black BT
Blood Thirsty
Chinese Take Away
North Side

Installation or Update:

1. BackUp Your DataBase

2. Upload e360mods folder to your forum root

3. Import the product-e360_font_face product file via AdminCP > Plugin System > Manage Products > [Add/Import Product]

4. IF YOU WANT TO USE THEM ON THE CKEDITOR Go to AdminCP > Styles & Templates > Style Manager > Your Style > Toolbar Menu Options > and add to Available Fonts from the new fonts that are in the font text (Text Document)

5. Go to AdminCP > Setting > Options > e360 @font-face Leightbox > and Enable IE LeightBox Warning?

6. If You have dark Style Go to AdminCP > Style Manager > Your Style > Style Variable Editor > e360_FontFace and config Outline Color to white and Outline Font Color to black

7.Now if you have your own server or VPS add this
(This is for people with Google Chrome Frame for IE so it will work on your site)

For Apache, httpd.conf
HTML Code:
<IfModule mod_setenvif.c>
  <IfModule mod_headers.c>
    BrowserMatch chromeframe gcf
    Header append X-UA-Compatible "chrome=1" env=gcf
  </IfModule>
</IfModule>

For IIS 7.0 and greater, you can set the header in a web.config
HTML Code:
<configuration>
  <system.webServer>
     <httpProtocol>
        <customHeaders>
           <add name="X-UA-Compatible" value="chrome=1" />
        </customHeaders>
     </httpProtocol>
  </system.webServer>
</configuration>
if you dont have your own server add this to the top of your headinclude Template
HTML Code:
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

You Can Read more about Google Chrome Frame Here

8. If you want to add your own custom @font-face's and @KeyFrame's
add the CSS in the template e360_at-ff-kf-additional.css and your custom fonts to the folder root /e360mods/@font_face/custom_fonts (Folder custom_fonts)
for custom font make sure you have all 4 font files (eot,woff,ttf,svg)

This is a good place for font generator (Here) if you have a font file it will generator the css and the other 3 font files for you. You just have to edit the css a little bit

Example:

Here's want in the CSS file fontsquirrel generates (Make Perfect CSS)
(NOTE THIS IS AN EXAMPLE)
PHP Code:
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 1, 2012 */



@font-face {
    
font-family'Compacta Black BT';
    
srcurl('compacta_black_bt-webfont.eot');
    
srcurl('compacta_black_bt-webfont.eot?#iefix'format('embedded-opentype'),
         
url('compacta_black_bt-webfont.woff'format('woff'),
         
url('compacta_black_bt-webfont.ttf'format('truetype'),
         
url('compacta_black_bt-webfont.svg#compacta_blk_btblack'format('svg');
    
font-weightnormal;
    
font-stylenormal;


now add this e360mods/@font_face/custom_fonts/ to your this css and make it looks like this
(NOTE THIS IS AN EXAMPLE)
PHP Code:

@font-face {
    
font-family'Compacta Black BT';
    
srcurl('e360mods/@font_face/custom_fonts/compacta_black_bt-webfont.eot');
    
srcurl('e360mods/@font_face/custom_fonts/compacta_black_bt-webfont.eot?#iefix'format('embedded-opentype'),
         
url('e360mods/@font_face/custom_fonts/compacta_black_bt-webfont.woff'format('woff'),
         
url('e360mods/@font_face/custom_fonts/compacta_black_bt-webfont.ttf'format('truetype'),
         
url('e360mods/@font_face/custom_fonts/compacta_black_bt-webfont.svg#compacta_blk_btblack'format('svg');
    
font-weightnormal;
    
font-stylenormal;

and add the CSS code above to the e360_at-ff-kf-additional.css template
(NOTE THIS IS AN EXAMPLE)

and just upload all 4 font files (eot,woff,ttf,svg) to your forum root /e360mods/@font_face/custom_fonts (Folder custom_fonts)
IF YOU WANT TO USE THEM ON THE CKEDITOR add the font name Compacta Black BT to AdminCP > Styles & Templates > Style Manager > Your Style > Toolbar Menu Options > and add to Available Fonts
(NOTE THIS IS AN EXAMPLE)

Download Now

File Type: zip e360-@font-face-@keyframes-1.0.1.zip (2.36 MB, 87 views)

Screenshots

File Type: jpg font-face0.jpg (49.4 KB, 0 views)
File Type: jpg font-face1.jpg (153.4 KB, 0 views)
File Type: jpg font-face3.jpg (44.6 KB, 0 views)
File Type: jpg font-face2.jpg (26.6 KB, 0 views)
File Type: jpg font-face4.jpg (2.3 KB, 0 views)
File Type: jpg font-face5.jpg (22.3 KB, 0 views)
File Type: jpg font-face6.jpg (92.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 12-07-2012, 03:15 AM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version Information:

v1.0 - Dec 6 2012
-First version
v1.0.1
-Fix bug: bbcode was not installing
Reply With Quote
  #3  
Old 12-10-2012, 02:46 PM
Toorak Times's Avatar
Toorak Times Toorak Times is offline
 
Join Date: Jan 2011
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WOW...we have just figured out how to upload 4 fonts to our WYSIWIG and I see this. Thank you mate, 11 am tomorrow when my developer gets here I'm pointing him straight to it and see what he thinks. can we upload other fons through this mod of our own choice?

Cheers
Reply With Quote
  #4  
Old 12-10-2012, 02:49 PM
Silverrain Silverrain is offline
 
Join Date: Apr 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excuse me but where is this?

4. IF YOU WANT TO USE THEM ON THE CKEDITOR Go to AdminCP > Style Manager > Your Style > Toolbar Menu Options > and add the new fonts that are in the font text (Text Document)

I cant find Toolbar Menu Options in VB 4.2.0 ... and i have german version too. Can you help me with that?
Reply With Quote
  #5  
Old 12-10-2012, 03:45 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Toorak Times View Post
WOW...we have just figured out how to upload 4 fonts to our WYSIWIG and I see this. Thank you mate, 11 am tomorrow when my developer gets here I'm pointing him straight to it and see what he thinks. can we upload other fonts through this mod of our own choice?

Cheers
you can add as many fonts as you want as long as you upload the 4 font files for that font (eot,woff,ttf,svg) so it can work with all the different browser out there
you dont really even need this mod to upload new fonts you could just add the CSS to additional.css and it wil work just as the same you would need your CSS to point to the font file
Quote:
Originally Posted by Silverrain View Post
Excuse me but where is this?

4. IF YOU WANT TO USE THEM ON THE CKEDITOR Go to AdminCP > Style Manager > Your Style > Toolbar Menu Options > and add the new fonts that are in the font text (Text Document)

I cant find Toolbar Menu Options in VB 4.2.0 ... and i have german version too. Can you help me with that?
Admincp > Styles & Templates > Style Manager > Your Style > Toolbar Men? Optionen (Wird in dem Dropdown BE) > um verf?gbare Fonts hinzuzuf?gen
Reply With Quote
  #6  
Old 12-10-2012, 06:32 PM
Silverrain Silverrain is offline
 
Join Date: Apr 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://s1.directupload.net/images/121210/qhjqi6qk.png



Wo finde ich es?

please help me
Reply With Quote
  #7  
Old 12-10-2012, 07:05 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Silverrain View Post
bbcode schaltfl?che einstellungen
Attached Images
File Type: jpg fontsetting.jpg (66.7 KB, 0 views)
Reply With Quote
  #8  
Old 12-11-2012, 05:23 PM
Silverrain Silverrain is offline
 
Join Date: Apr 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vielen Dank! Dieser Schritt hat geklappt. Ich werd allerdings durch deine Erklärung nicht schlau. Ich habe es installiert und die Schriften sind alle sichtbar. Allerdings werden sie nicht Fehlerfrei dargestellt. Wenn ich unter Custom BB-Code reinschaue, sehe ich dort leider nix.. und auch die neuen Knöpfe im CKeditor kann ich nicht sehen.
Reply With Quote
  #9  
Old 12-11-2012, 06:13 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Silverrain View Post
Vielen Dank! Dieser Schritt hat geklappt. Ich werd allerdings durch deine Erkl?rung nicht schlau. Ich habe es installiert und die Schriften sind alle sichtbar. Allerdings werden sie nicht Fehlerfrei dargestellt. Wenn ich unter Custom BB-Code reinschaue, sehe ich dort leider nix.. und auch die neuen Kn?pfe im CKeditor kann ich nicht sehen.
i dont speech germen but i used google translate to read this can you show a screenshot?
Reply With Quote
  #10  
Old 12-12-2012, 03:16 PM
Silverrain Silverrain is offline
 
Join Date: Apr 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fonts are all visible now thank you!. However, the Custom-BB-Code-Button in CKeditor will not show up. ... I cant see this on my Forum from your pictures.

BBcode:

http://s1.directupload.net/images/121212/kqm6pofk.png

CKeditor:

http://s1.directupload.net/images/121212/cqhcgsiz.png
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04794 seconds
  • Memory Usage 2,367KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_html
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete