Welcome, Guest. Please Login or Register.
May 15, 2024, 11:03:29 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  German User Help  |  Archiv  |  2 WICHTIGE Fragen! « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: 2 WICHTIGE Fragen!  (Read 2451 times)
Elliot
Noobie
*
Posts: 23


ICQ - 145528212 WWW
Re:2 WICHTIGE Fragen!
« Reply #15 on: April 25, 2002, 06:12:13 PM »
Reply with quote

was issn jetzt?

*sheeeeeeeeeeeep*  ::)
Logged

Ironman
Guest
Re:2 WICHTIGE Fragen!
« Reply #16 on: April 25, 2002, 07:09:50 PM »
Reply with quote

Na mal keine Hektik  ;D Der gute mediman macht das schon...  8)

@mediman: die von dir oben genannten dateien sind also auch die beiden dateien die ich ändern muss wenn ich nur 5 oder 6 zusätzlich Smilies haben möchte? (Klar die dazugehörenden Images muss ins YaBB Images Verzeichnis)
« Last Edit: April 25, 2002, 07:17:21 PM by Ironman » Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:2 WICHTIGE Fragen!
« Reply #17 on: April 26, 2002, 03:16:08 AM »
Reply with quote

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?
Logged

mainComm Dev Team
Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Archiv  |  2 WICHTIGE Fragen! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.012 seconds with 19 queries.