New UBBC Tags
1.0
Adds new buttons for newer ubbc codes that YaBB 1F and up editions support. You will also need to put the images in the "newubbc" folder into your YaBB images directory.
DaveB
http://www.davesworldzone.com
Sources\Post.pl
function underline() {
AddTxt="[u][/u]";
AddText(AddTxt);
}
function emai1() {
AddTxt="[email][/email]";
AddText(AddTxt);
}
function bold() {
AddTxt="[b][/b]";
AddText(AddTxt);
}
function italicize() {
AddTxt="[i][/i]";
AddText(AddTxt);
}
function quote() {
AddTxt="[quote][/quote]";
AddText(AddTxt);
}
function center() {
AddTxt="[center][/center]";
AddText(AddTxt);
}
function hyperlink() {
AddTxt="[url][/url]";
AddText(AddTxt);
}
function showcode() {
AddTxt="[code][/code]";
AddText(AddTxt);
}
function list() {
AddTxt="[list][*][*][*][/list]";
AddText(AddTxt);
}
function showcolor(color) {
AddTxt="[color="+color+"][/color]";
AddText(AddTxt);
}
$txt{'252'}:
function teletype() {
AddTxt="[tt][/tt]";
AddText(AddTxt);
}
function right() {
AddTxt="[right][/right]";
AddText(AddTxt);
}
function left() {
AddTxt="[left][/left]";
AddText(AddTxt);
}
function superscript() {
AddTxt="[sup][/sup]";
AddText(AddTxt);
}
function subscript() {
AddTxt="[sub][/sub]";
AddText(AddTxt);
}
function image() {
AddTxt="[img][/img]";
AddText(AddTxt);
}
function ftp() {
AddTxt="[ftp][/ftp]";
AddText(AddTxt);
}
function move() {
AddTxt="[move][/move]";
AddText(AddTxt);
}
function shadow() {
AddTxt="[shadow=color,direction,width][/shadow]";
AddText(AddTxt);
}
function glow() {
AddTxt="[glow=color,strength,width][/glow]";
AddText(AddTxt);
}
function flash() {
AddTxt="[flash=width,height][/flash]";
AddText(AddTxt);
}
function pre() {
AddTxt="[pre][/pre]";
AddText(AddTxt);
}
function tcol() {
AddTxt="[td][/td]";
AddText(AddTxt);
}
function trow() {
AddTxt="[tr][/tr]";
AddText(AddTxt);
}
function table() {
AddTxt="[table][/table]";
AddText(AddTxt);
}
function strike() {
AddTxt="[s][/s]";
AddText(AddTxt);
}
function underline() {
AddTxt="[u][/u]";
AddText(AddTxt);
}
function emai1() {
AddTxt="[email][/email]";
AddText(AddTxt);
}
function bold() {
AddTxt="[b][/b]";
AddText(AddTxt);
}
function italicize() {
AddTxt="[i][/i]";
AddText(AddTxt);
}
function quote() {
AddTxt="[quote][/quote]";
AddText(AddTxt);
}
function center() {
AddTxt="[center][/center]";
AddText(AddTxt);
}
function hyperlink() {
AddTxt="[url][/url]";
AddText(AddTxt);
}
function showcode() {
AddTxt="[code][/code]";
AddText(AddTxt);
}
function list() {
AddTxt="[list][*][*][*][/list]";
AddText(AddTxt);
}
function showcolor(color) {
AddTxt="[color="+color+"][/color]";
AddText(AddTxt);
}
$txt{'252'}:
Sources\ModifyMessage.pl
function underline() {
AddTxt="[u][/u]";
AddText(AddTxt);
}
function emai1() {
AddTxt="[email][/email]";
AddText(AddTxt);
}
function bold() {
AddTxt="[b][/b]";
AddText(AddTxt);
}
function italicize() {
AddTxt="[i][/i]";
AddText(AddTxt);
}
function quote() {
AddTxt="[quote][/quote]";
AddText(AddTxt);
}
function center() {
AddTxt="[center][/center]";
AddText(AddTxt);
}
function hyperlink() {
AddTxt="[url][/url]";
AddText(AddTxt);
}
function showcode() {
AddTxt="[code][/code]";
AddText(AddTxt);
}
function list() {
AddTxt="[list][*][*][*][/list]";
AddText(AddTxt);
}
function showcolor(color) {
AddTxt="[color="+color+"][/color]";
AddText(AddTxt);
}
Add YABBC tags:
function teletype() {
AddTxt="[tt][/tt]";
AddText(AddTxt);
}
function right() {
AddTxt="[right][/right]";
AddText(AddTxt);
}
function left() {
AddTxt="[left][/left]";
AddText(AddTxt);
}
function superscript() {
AddTxt="[sup][/sup]";
AddText(AddTxt);
}
function subscript() {
AddTxt="[sub][/sub]";
AddText(AddTxt);
}
function image() {
AddTxt="[img][/img]";
AddText(AddTxt);
}
function ftp() {
AddTxt="[ftp][/ftp]";
AddText(AddTxt);
}
function move() {
AddTxt="[move][/move]";
AddText(AddTxt);
}
function shadow() {
AddTxt="[shadow=color,direction,width][/shadow]";
AddText(AddTxt);
}
function glow() {
AddTxt="[glow=color,strength,width][/glow]";
AddText(AddTxt);
}
function flash() {
AddTxt="[flash=width,height][/flash]";
AddText(AddTxt);
}
function pre() {
AddTxt="[pre][/pre]";
AddText(AddTxt);
}
function tcol() {
AddTxt="[td][/td]";
AddText(AddTxt);
}
function trow() {
AddTxt="[tr][/tr]";
AddText(AddTxt);
}
function table() {
AddTxt="[table][/table]";
AddText(AddTxt);
}
function strike() {
AddTxt="[s][/s]";
AddText(AddTxt);
}
function underline() {
AddTxt="[u][/u]";
AddText(AddTxt);
}
function emai1() {
AddTxt="[email][/email]";
AddText(AddTxt);
}
function bold() {
AddTxt="[b][/b]";
AddText(AddTxt);
}
function italicize() {
AddTxt="[i][/i]";
AddText(AddTxt);
}
function quote() {
AddTxt="[quote][/quote]";
AddText(AddTxt);
}
function center() {
AddTxt="[center][/center]";
AddText(AddTxt);
}
function hyperlink() {
AddTxt="[url][/url]";
AddText(AddTxt);
}
function showcode() {
AddTxt="[code][/code]";
AddText(AddTxt);
}
function list() {
AddTxt="[list][*][*][*][/list]";
AddText(AddTxt);
}
function showcolor(color) {
AddTxt="[color="+color+"][/color]";
AddText(AddTxt);
}