S_P_O_X_X_X Posted May 9, 2007 Report Share Posted May 9, 2007 ATVAINOJOS PAR # POSTU BET man vajadzetu zinat ka php-fusion var ielikt jaunus smaidinus Link to comment Share on other sites More sharing options...
MeTroiD Posted May 9, 2007 Report Share Posted May 9, 2007 vienkāši novaini image/smiles mapē smaidiņus... Ja gribi klāt pielikt kaut ko, tad izmanto infuson'u extra smilies or editē maincore.php... Ceru, ka uzvedu uz pareizā ceļā Link to comment Share on other sites More sharing options...
S_P_O_X_X_X Posted May 9, 2007 Author Report Share Posted May 9, 2007 vienkāši novaini image/smiles mapē smaidiņus... Ja gribi klāt pielikt kaut ko, tad izmanto infuson'u extra smilies or editē maincore.php... Ceru, ka uzvedu uz pareizā ceļā meginashu ar maincore Link to comment Share on other sites More sharing options...
MeTroiD Posted May 9, 2007 Report Share Posted May 9, 2007 (edited) // Parse smiley bbcode into HTML images function parsesmileys($message) { $smiley = array( "#\:\)#si" => "<img src='".IMAGES."lbg/smile.gif' alt='smiley'>", "#\;\)#si" => "<img src='".IMAGES."lbg/wink.gif' alt='smiley'>", "#\:\(#si" => "<img src='".IMAGES."lbg/sad.gif' alt='smiley'>", "#\:\|#si" => "<img src='".IMAGES."lbg/frown.gif' alt='smiley'>", "#\:o#si" => "<img src='".IMAGES."lbg/shock.gif' alt='smiley'>", "#\:p#si" => "<img src='".IMAGES."lbg/pfft.gif' alt='smiley'>", "#b\)#si" => "<img src='".IMAGES."lbg/cool.gif' alt='smiley'>", "#\:d#si" => "<img src='".IMAGES."lbg/grin.gif' alt='smiley'>", "#\:@#si" => "<img src='".IMAGES."lbg/angry.gif' alt='smiley'>" ); foreach($smiley as $key=>$smiley_img) $message = preg_replace($key, $smiley_img, $message); return $message; } // Show smiley icons in comments, forum and other post pages function displaysmileys($textarea) { $smiles = ""; $smileys = array ( ":)" => "smile.gif", ";)" => "wink.gif", ":|" => "frown.gif", ":(" => "sad.gif", ":o" => "shock.gif", ":p" => "pfft.gif", "B)" => "cool.gif", ":D" => "grin.gif", ":@" => "angry.gif" ); foreach($smileys as $key=>$smiley) $smiles .= "<img src='".IMAGES."lbg/$smiley' alt='smiley' onClick=\"insertText('$textarea', '$key');\">\n"; return $smiles; } Šajā kodā... Man tur nedaudz direktorija mainīta, bet tas nekas... Tur pievieno klāt gan apakšējo, gan aukšējo... BTW - Skatos baigi aizrāvies ar Fusion Prieks... Edited May 9, 2007 by MeTroiD Link to comment Share on other sites More sharing options...
S_P_O_X_X_X Posted May 9, 2007 Author Report Share Posted May 9, 2007 (edited) es kad tur izmainiju viss web negaja IENAC IEVERTE vissiem.oo.lv Edited May 9, 2007 by S_P_O_X_X_X Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now