Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 19:39

All times are UTC + 1 hour




Post new topic TOPIC_LOCKED  [ 1 post ] 
Author Message
PostPosted: 27 Dec 2011, 23:59 
Offline
Tiptop
Tiptop
User avatar

Joined: 11 Feb 2008, 11:49
Posts: 241
Font Face Dropdown

Adds a font face dropdown to your postbox

Credit: 4seven / bbcodebox3 / 2008

Instruction

make a bbcode in acp

Quote:
bbcode usage
Code:
[font={SIMPLETEXT}]{TEXT}[/font]


html replacement
Code:
<span style="font-family: {SIMPLETEXT}">{TEXT}</span>


help line
Code:
nothing


display on posting page
Code:
no


open

language/en/posting.php

find

Code:
$lang = array_merge($lang, array(


after add

Code:
    'BBCODE_FT_HELP'              => 'Font Face: [font=Arial]Text[/font]',



open

styles/prosilver/template/posting_buttons.html

find

Code:
      d: '{LA_BBCODE_D_HELP}',


after add

Code:
      ft: '{LA_BBCODE_FT_HELP}',


find

Code:
            <option value="200">{L_FONT_HUGE}</option>
            </select></span>


after add

Code:
<span class="genmed nowrap"><select class="select_class" class="gensmall" name="addbbcode3" onchange="bbfontstyle('[font=' + this.form.addbbcode3.options[this.form.addbbcode3.selectedIndex].value + ']', '[/font]');this.form.addbbcode3.selectedIndex = 0;" onmouseover="helpline('ft');" onmouseout="helpline('tip');">
            <option selected="selected" value=""><!--{L_FONT_TYPE}-->Fonts</option>
            <option style="font-family: Arial" value="Arial">Arial</option>
            <option style="font-family: Arial Black" value="Arial Black">Arial Black</option>
         <option style="font-family: Century Gothic" value="Century Gothic">Century Gothic</option>
            <option style="font-family: Comic Sans MS" value="Comic Sans MS">Comic Sans MS</option>
            <option style="font-family: Georgia" value="Georgia">Georgia</option>
            <option style="font-family: Verdana" value="Verdana">Verdana</option>
            <option style="font-family: Courier New" value="Courier New">Courier New</option>
            <option style="font-family: Times New Roman" value="Times New Roman">Times New Roman</option>
            <option style="font-family: Trebuchet MS" value="Trebuchet MS">Trebuchet MS</option>
            <option style="font-family: Impact" value="Impact">Impact</option>
            </select></span>


clear all caches

_________________
Mod-Bot / Service-Team


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic TOPIC_LOCKED  [ 1 post ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.052s | 22 Queries | GZIP : Off ]