mediman
Support Team
YaBB God
Posts: 2858
|
|
Re:2 WICHTIGE Fragen!
« Reply #17 on: April 26, 2002, 03:16:08 AM » |
|
so nu aber!
öffne die Subs.php und suche
$smiliesfrom = array('::)', '>:(', '>:D', ':)', ';)', ':D', ';D', ':(', ':o', '8)', ':P', '???', ':-[', ':-X', ':-*', ":'(",':-\\','^-^','O0'); und ersetzte durch
$smiliesfrom = array(':D',':lol:',':mad:',':eek:',':cool:',':confused:',':rolleyes:',':p',':liebe:',':heul:'); öffne ubbc.js und suche
function smiley() { AddTxt=" :)"; AddText(AddTxt); }
function wink() { AddTxt=" ;)"; AddText(AddTxt); }
function cheesy() { AddTxt=" :D"; AddText(AddTxt); }
function grin() { AddTxt=" ;D"; AddText(AddTxt); }
function angry() { AddTxt=" >:("; AddText(AddTxt); }
function sad() { AddTxt=" :("; AddText(AddTxt); }
function shocked() { AddTxt=" :o"; AddText(AddTxt); }
function cool() { AddTxt=" 8)"; AddText(AddTxt); }
function huh() { AddTxt=" ???"; AddText(AddTxt); }
function rolleyes() { AddTxt=" ::)"; AddText(AddTxt); }
function tongue() { AddTxt=" :P"; AddText(AddTxt); }
function lipsrsealed() { AddTxt=" :-X"; AddText(AddTxt); }
function embarassed() { AddTxt=" :-["; AddText(AddTxt); }
function undecided() { AddTxt=" :-\\"; AddText(AddTxt); }
function kiss() { AddTxt=" :-*"; AddText(AddTxt); }
function cry() { AddTxt=" :'("; AddText(AddTxt); } und ersetze mit
function cheesy() { AddTxt=" :lol:"; AddText(AddTxt); }
function lach() { AddTxt=" :D"; AddText(AddTxt); }
function angry() { AddTxt=" :mad:"; AddText(AddTxt); }
function shocked() { AddTxt=" :eek:"; AddText(AddTxt); }
function cool() { AddTxt=" :cool:)"; AddText(AddTxt); }
function huh() { AddTxt=" :confused:"; AddText(AddTxt); }
function rolleyes() { AddTxt=" :rolleyes:"; AddText(AddTxt); }
function tongue() { AddTxt=" :p"; AddText(AddTxt); }
function kiss() { AddTxt=" :liebe:"; AddText(AddTxt); }
function cry() { AddTxt=" :heul:"; AddText(AddTxt); } lad dann halt die smilies neu hoch! die namen der smilies muessen die alten sein!
irgendwie fehlen aber smilies bei dir, sind doch 16 oder?
|