1. Мы продолжаем публиковать интересные статьи на тему SocialEngine 4. Одна из статей посвящена правильному выбору сервера для вашей социальной сети, а другая содержит советы по увеличению производительности платформы. Также мы добавили большую статью о пользовательских уровнях. Ознакомиться со статьями вы можете в разделе Вопросы и Ответы SocialEngine 4.
  2. Вам кажется, что ваша версия SocialEngine 4, работает медленно?

    Голосуйте. Пишите свою версию системы, железо на чем работает и количество пользователей. Будем увеличивать производительность :-) Подробнее

  3. В связи с участившимися случаями попыток продажи пользователями форума различных "сборок" коммерческих социальных платформ, обычно основанных на SocialEngine 3, вводится новое правило для форума. Запрещается создание тем или размещение в уже созданных предложений о продаже или размещение ссылок на сайты, где происходит продажа "сборок". Пользователи, которые продолжат свою коммерческую деятельность в данном направлении, будут заблокированы. Подробнее.

Смайлики для SE (часть 1, комментарии)

Discussion in 'Моды - Mods' started by morfei, May 8, 2011.

  1. morfei Thread starter User


    Offline
    Message Count:
    145
    Likes Received:
    93
    Приветствую всех, решил выложить модуль написанный мною примерно год назад, но теперь он мне не нужен, потому дарю забирайте. После некоторых доработок из того что было на форумах получилось то что ниже.

    1)Открываем /include/class_comment.php, находим:

    PHP:
    'comment_body' => $comment_info[$this->comment_type.'comment_body'],
    Заменяем на:

    PHP:
    'comment_body' => $this->emoticons($comment_info[$this->comment_type.'comment_body']),
    2)В самый низ той же страницы:

    Перед:

    PHP:
    }

    ?>
    Вставляем:


    PHP:
    // MY SMILE BEGIN
    function emoticons($text
      { 
          
    $text str_replace(":smile:"'<img src="./images/smilies_new/smile.gif" alt="smile" />'$text); 
          
    $text str_replace(":baffled:"'<img src="./images/smilies_new/baffled.gif" alt="baffled" />'$text); 
          
    $text str_replace(":biggrin:"'<img src="./images/smilies_new/biggrin.gif" alt="biggrin" />'$text); 
          
    $text str_replace(":confused:"'<img src="./images/smilies_new/confused.gif" alt="confused" />'$text); 
          
    $text str_replace(":cool:"'<img src="./images/smilies_new/cool.gif" alt="cool" />'$text); 
          
    $text str_replace(":dull:"'<img src="./images/smilies_new/dull.gif" alt="dull" />'$text); 
          
    $text str_replace(":eek:"'<img src="./images/smilies_new/eek.gif" alt="eek" />'$text); 
          
    $text str_replace(":frown:"'<img src="./images/smilies_new/frown.gif" alt="frown" />'$text); 
          
    $text str_replace(":growl:"'<img src="./images/smilies_new/growl.gif" alt="growl" />'$text); 
          
    $text str_replace(":mad:"'<img src="./images/smilies_new/mad.gif" alt="mad" />'$text); 
          
    $text str_replace(":nerd:"'<img src="./images/smilies_new/nerd.gif" alt="nerd" />'$text); 
          
    $text str_replace(":no:"'<img src="./images/smilies_new/no.gif" alt="no" />'$text); 
          
    $text str_replace(":oo:"'<img src="./images/smilies_new/oo.gif" alt="oo" />'$text); 
          
    $text str_replace(":redface:"'<img src="./images/smilies_new/redface.gif" alt="redface" />'$text); 
          
    $text str_replace(":rofl:"'<img src="./images/smilies_new/rofl.gif" alt="rofl" />'$text); 
          
    $text str_replace(":rolleyes:"'<img src="./images/smilies_new/rolleyes.gif" alt="rolleyes" />'$text); 
          
    $text str_replace(":sad:"'<img src="./images/smilies_new/sad.gif" alt="sad" />'$text); 
          
    $text str_replace(":sorry:"'<img src="./images/smilies_new/sorry.gif" alt="sorry" />'$text); 
          
    $text str_replace(":tongue:"'<img src="./images/smilies_new/tongue.gif" alt="tongue" />'$text); 
          
    $text str_replace(":wink:"'<img src="./images/smilies_new/wink.gif" alt="wink" />'$text); 
          
    $text str_replace(":yes:"'<img src="./images/smilies_new/yes.gif" alt="yes" />'$text); 
          
    // KOLOBOK
          
    $text str_replace(":good:"'<img src="./images/smilies_new/good.gif" alt=":good:" />'$text); 
          
    $text str_replace(":angel:"'<img src="./images/smilies_new/angel.gif" alt=":angel:" />'$text); 
          
    $text str_replace(":bad:"'<img src="./images/smilies_new/bad.gif" alt=":bad:" />'$text); 
          
    $text str_replace(":winking:"'<img src="./images/smilies_new/winking.gif" alt=":winking:" />'$text); 
          
    $text str_replace(":tease:"'<img src="./images/smilies_new/tease.gif" alt=":tease:" />'$text); 
          
    $text str_replace(":abrupt:"'<img src="./images/smilies_new/abrupt.gif" alt=":abrupt:" />'$text); 
          
    $text str_replace(":neigh:"'<img src="./images/smilies_new/neigh.gif" alt=":neigh:" />'$text); 
          
    $text str_replace(":hesitate:"'<img src="./images/smilies_new/hesitate.gif" alt=":hesitate:" />'$text); 
          
    $text str_replace(":surprise:"'<img src="./images/smilies_new/surprise.gif" alt=":surprise:" />'$text); 
          
    $text str_replace(":cry:"'<img src="./images/smilies_new/cry.gif" alt=":cry:" />'$text); 
          
    $text str_replace(":nosound:"'<img src="./images/smilies_new/nosound.gif" alt=":nosound:" />'$text); 
          
    $text str_replace(":force:"'<img src="./images/smilies_new/force.gif" alt=":force:" />'$text); 
          
    $text str_replace(":fool:"'<img src="./images/smilies_new/fool.gif" alt=":fool:" />'$text); 
          
    $text str_replace(":xm:"'<img src="./images/smilies_new/xm.gif" alt=":xm:" />'$text); 
          
    $text str_replace(":jokingly:"'<img src="./images/smilies_new/jokingly.gif" alt=":jokingly:" />'$text); 
          
    $text str_replace(":diablo:"'<img src="./images/smilies_new/diablo.gif" alt=":diablo:" />'$text); 
          
    $text str_replace(":meloman:"'<img src="./images/smilies_new/meloman.gif" alt=":meloman:" />'$text); 
          
    $text str_replace(":nausea:"'<img src="./images/smilies_new/nausea.gif" alt=":nausea:" />'$text); 
          
    $text str_replace(":tired:"'<img src="./images/smilies_new/tired.gif" alt=":tired:" />'$text); 
          
    $text str_replace(":stop:"'<img src="./images/smilies_new/stop.gif" alt=":stop:" />'$text); 
          
    $text str_replace(":rose:"'<img src="./images/smilies_new/rose.gif" alt=":rose:" />'$text); 
          
    $text str_replace(":thumbsup:"'<img src="./images/smilies_new/thumbsup.gif" alt=":thumbsup:" />'$text);      
          
    $text str_replace(":inlove:"'<img src="./images/smilies_new/inlove.gif" alt=":inlove:" />'$text); 
          
    $text str_replace(":bomba:"'<img src="./images/smilies_new/bomba.gif" alt=":bomba:" />'$text); 
          
    $text str_replace(":help:"'<img src="./images/smilies_new/help.gif" alt=":help:" />'$text); 
          
    $text str_replace(":adrupt:"'<img src="./images/smilies_new/adrupt.gif" alt=":adrupt:" />'$text); 
          
    $text str_replace(":dizziness:"'<img src="./images/smilies_new/dizziness.gif" alt=":dizziness:" />'$text); 
          
    $text str_replace(":ok:"'<img src="./images/smilies_new/ok.gif" alt=":ok:" />'$text); 
          
    $text str_replace(":wassup:"'<img src="./images/smilies_new/wassup.gif" alt=":wassup:" />'$text); 
          
    $text str_replace(":ksorry:"'<img src="./images/smilies_new/ksorry.gif" alt=":ksorry:" />'$text); 
          
    $text str_replace(":bravo:"'<img src="./images/smilies_new/bravo.gif" alt=":bravo:" />'$text); 
          
    $text str_replace(":krolf:"'<img src="./images/smilies_new/krolf.gif" alt=":krolf:" />'$text); 
          
    $text str_replace(":pardon:"'<img src="./images/smilies_new/pardon.gif" alt=":pardon:" />'$text); 
          
    $text str_replace(":kno:"'<img src="./images/smilies_new/kno.gif" alt=":kno:" />'$text); 
          
    $text str_replace(":crazy:"'<img src="./images/smilies_new/crazy.gif" alt=":crazy:" />'$text); 
          
    $text str_replace(":dontknow:"'<img src="./images/smilies_new/dontknow.gif" alt=":dontknow:" />'$text); 
          
    $text str_replace(":dance:"'<img src="./images/smilies_new/dance.gif" alt=":dance:" />'$text); 
          
    $text str_replace(":yahoo:"'<img src="./images/smilies_new/yahoo.gif" alt=":yahoo:" />'$text); 
          
    $text str_replace(":hi:"'<img src="./images/smilies_new/hi.gif" alt=":hi:" />'$text); 
          
    $text str_replace(":bye:"'<img src="./images/smilies_new/bye.gif" alt=":bye:" />'$text); 
          
    $text str_replace(":kyes:"'<img src="./images/smilies_new/kyes.gif" alt=":kyes:" />'$text); 
          
    $text str_replace(":kwink:"'<img src="./images/smilies_new/kwink.gif" alt=":kwink:" />'$text);
          
    $text str_replace(":wall:"'<img src="./images/smilies_new/wall.gif" alt=":wall:" />'$text);
          
    $text str_replace(":write:"'<img src="./images/smilies_new/write.gif" alt=":write:" />'$text);
          
    $text str_replace(":scratch:"'<img src="./images/smilies_new/scratch.gif" alt=":scratch:" />'$text);    
          
    // NO ACTIVE
          
    $text str_replace(":)"'<img src="./images/smilies_new/good.gif" alt=":)" />'$text);
          
    $text str_replace("))"'<img src="./images/smilies_new/good.gif" alt="))" />'$text);
          
    $text str_replace(":("'<img src="./images/smilies_new/bad.gif" alt=":(" />'$text);
          
    $text str_replace("(("'<img src="./images/smilies_new/bad.gif" alt="((" />'$text);     
          return 
    $text
      }
      
    //MY SMILE END

    3)Открываем include/class_actions.php

    Находим:

    PHP:
    // ADD THIS ACTION TO OUTPUT ARRAY
    И перед ним вставляем:

    PHP:
    // MY SMILE BEGIN
    $asconf['smiles'] = "smile,baffled,biggrin,confused,cool,dull,eek,frown,growl,mad,nerd,no,oo,redface,rofl,rolleyes,sad,sorry,tongue,wink,yes,good,angel,bad,winking,tease,abrupt,neigh,hesitate,surprise,cry,nosound,force,fool,xm,jokingly,diablo,meloman,nausea,tired,stop,rose,thumbsup,inlove,bomba,help,adrupt,dizziness,ok,wassup,ksorry,bravo,krolf,pardon,kno,crazy,dontknow,dance,yahoo,hi,bye,kyes,kwink,wall,write,scratch";
    $find = array();
    $replace = array();

    // SMILES REPLACING //
    $smilies_arr explode(","$asconf['smiles']);
    if (
    sizeof($action_vars)==8)
    {
    $action_text $action_vars[4];
    foreach(
    $smilies_arr as $smile)
    {
    $smile trim($smile);
    $find ':'.$smile.':';
    $replace '<img alt="'.$smile.'" src="./images/smilies_new/'.$smile.'.gif" />';
    $action_text eregi_replace("$find""$replace"$action_text);

    }
    $action_vars[4] = $action_text;
    }
      
    // MY SMILE END
    4)Открываем include/js/core-min.js

    Находим:

    PHP:
    Translate(829)+"</textarea>";if(this
    Заменяем на:

    PHP:
    Translate(829)+"</textarea>";c+='<div id="commentus_smile"><a href="javascript:void(0);" onclick="if(document.getElementById(\'strk1\').style.display==\'none\') document.getElementById(\'strk1\').style.display=\'block\'; else document.getElementById(\'strk1\').style.display=\'none\';"><img src="./images/smilies_new/smile.gif" alt="smile" /><p id="strk1" style="display:none;"><img src="./images/smilies_new/smile.gif" alt="smile" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :smile: \';" /><img src="./images/smilies_new/baffled.gif" alt="baffled" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :baffled: \';" /><img src="./images/smilies_new/biggrin.gif" alt="biggrin" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :biggrin: \';" /><img src="./images/smilies_new/confused.gif" alt="confused" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :confused: \';" /><img src="./images/smilies_new/cool.gif" alt="cool" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :cool: \';" /><img src="./images/smilies_new/dull.gif" alt="dull" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :dull: \';" /><img src="./images/smilies_new/eek.gif" alt="eek" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :eek: \';" /><img src="./images/smilies_new/frown.gif" alt="frown" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :frown: \';" /><img src="./images/smilies_new/growl.gif" alt="growl" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :growl: \';" /><img src="./images/smilies_new/mad.gif" alt="mad" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :mad: \';" /><img src="./images/smilies_new/nerd.gif" alt="nerd" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :nerd: \';" /><img src="./images/smilies_new/no.gif" alt="no" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :no: \';" /><img src="./images/smilies_new/oo.gif" alt="oo" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :oo: \';" /><img src="./images/smilies_new/redface.gif" alt="redface" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :redface: \';" /><img src="./images/smilies_new/rofl.gif" alt="rofl" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :rofl: \';" /><img src="./images/smilies_new/rolleyes.gif" alt="rolleyes" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :rolleyes: \';" /><img src="./images/smilies_new/sad.gif" alt="sad" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :sad: \';" /><img src="./images/smilies_new/sorry.gif" alt="sorry" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :sorry: \';" /><img src="./images/smilies_new/tongue.gif" alt="tongue" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :tongue: \';" /><img src="./images/smilies_new/wink.gif" alt="wink" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :wink: \';" /><img src="./images/smilies_new/yes.gif" alt="yes" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :yes: \';" /><br><img src="./images/smilies_new/good.gif" alt=":good:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :good: \';" /><img src="./images/smilies_new/angel.gif" alt=":angel:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :angel: \';" /><img src="./images/smilies_new/bad.gif" alt=":bad:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :bad: \';" /><img src="./images/smilies_new/winking.gif" alt=":winking:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :winking: \';" /><img src="./images/smilies_new/tease.gif" alt=":tease:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :tease: \';" /><img src="./images/smilies_new/abrupt.gif" alt=":abrupt:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :abrupt: \';" /><img src="./images/smilies_new/neigh.gif" alt=":neigh:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :neigh: \';" /><img src="./images/smilies_new/hesitate.gif" alt=":hesitate:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :hesitate: \';" /><img src="./images/smilies_new/surprise.gif" alt=":surprise:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :surprise: \';" /><img src="./images/smilies_new/cry.gif" alt=":cry:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :cry: \';" /><img src="./images/smilies_new/nosound.gif" alt=":nosound:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :nosound: \';" /><img src="./images/smilies_new/force.gif" alt=":force:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :force: \';" /><img src="./images/smilies_new/fool.gif" alt=":fool:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :fool: \';" /><img src="./images/smilies_new/xm.gif" alt=":xm:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :xm: \';" /><img src="./images/smilies_new/jokingly.gif" alt=":jokingly:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :jokingly: \';" /><img src="./images/smilies_new/diablo.gif" alt=":diablo:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :diablo: \';" /><img src="./images/smilies_new/meloman.gif" alt=":meloman:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :meloman: \';" /><img src="./images/smilies_new/nausea.gif" alt=":nausea:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :nausea: \';" /><img src="./images/smilies_new/tired.gif" alt=":tired:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :tired: \';" /><img src="./images/smilies_new/stop.gif" alt=":stop:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :stop: \';" /><img src="./images/smilies_new/rose.gif" alt=":rose:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :rose: \';" /><img src="./images/smilies_new/thumbsup.gif" alt=":thumbsup:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :thumbsup: \';" /><img src="./images/smilies_new/inlove.gif" alt=":inlove:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :inlove: \';" /><img src="./images/smilies_new/bomba.gif" alt=":bomba:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :bomba: \';" /><img src="./images/smilies_new/help.gif" alt=":help:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :help: \';" /><img src="./images/smilies_new/adrupt.gif" alt=":adrupt:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :adrupt: \';" /><img src="./images/smilies_new/dizziness.gif" alt=":dizziness:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :dizziness: \';" /><img src="./images/smilies_new/ok.gif" alt=":ok:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :ok: \';" /><img src="./images/smilies_new/wassup.gif" alt=":wassup:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :wassup: \';" /><img src="./images/smilies_new/ksorry.gif" alt=":ksorry:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :ksorry: \';" /><img src="./images/smilies_new/bravo.gif" alt=":bravo:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :bravo: \';" /><img src="./images/smilies_new/krolf.gif" alt=":krolf:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :krolf: \';" /><img src="./images/smilies_new/pardon.gif" alt=":pardon:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :pardon: \';" /><img src="./images/smilies_new/kno.gif" alt=":kno:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :kno: \';" /><img src="./images/smilies_new/crazy.gif" alt=":crazy:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :crazy: \';" /><img src="./images/smilies_new/dontknow.gif" alt=":dontknow:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :dontknow: \';" /><img src="./images/smilies_new/dance.gif" alt=":dance:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :dance: \';" /><img src="./images/smilies_new/yahoo.gif" alt=":yahoo:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :yahoo: \';" /><img src="./images/smilies_new/hi.gif" alt=":hi:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :hi: \';" /><img src="./images/smilies_new/bye.gif" alt=":bye:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :bye: \';" /><img src="./images/smilies_new/kyes.gif" alt=":kyes:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :kyes: \';" /><img src="./images/smilies_new/kwink.gif" alt=":kwink:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :kwink: \';" /><img src="./images/smilies_new/wall.gif" alt=":wall:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :wall: \';" /><img src="./images/smilies_new/write.gif" alt=":write:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :write: \';" /><img src="./images/smilies_new/scratch.gif" alt=":scratch:" onclick="document.getElementById(\'comment_body\').focus();document.getElementById(\'comment_body\').value += \' :scratch: \';" /></p></a></div>';if(this
    5)Открываем templates/style.css и в самый низ вставляем:

    PHP:
    #commentus_smile {
        
    position:relative;
        
    width:50%;
        
    float:left;
        
    text-align:left;
        
    margin-top:10px
    }
    #commentus_smile a {
        
    display:block;
        
    text-decoration:none
    }
    #commentus_smile a img {
        
    cursor:pointer
    }
    #commentus_smile a p {
        
    position:absolute;
        
    left:0;
        
    background:#fff;
        
    padding:5px;
        
    border:1px solid #d7dff6;
        
    width:300px;
        
    text-align:center
    }
    #commentus_smile a p img {
        
    padding:2px
    }
    6)Закидываем архив со смайликами в images/

    Вот и все, должно получится примерно такое:
    [IMG]

    P.S. Дареному коню в зубы не смотрят. Если "У меня уже есть такое", "это легко сделать", "Можно было сделать легче", "Фу как много не нужного когда"... Я рад за вас!

    Attached Files:

    Alpert108 likes this.
  2. Dj AngeL Active member


    Offline
    Message Count:
    282
    Likes Received:
    38
    My version of SE:
    3.20
    Молоток, спасибо, а свои я так понимаю смайлы которые хотим добавить нужно прописывать в коде вот тут?:

  3. morfei Thread starter User


    Offline
    Message Count:
    145
    Likes Received:
    93
  4. Igor3000 User


    Offline
    • Знаменитый
    Message Count:
    340
    Likes Received:
    29
    My version of SE:
    3.20
    Можть не в тему, но у меня вопрос: Сами смайли (от Yahoo, Icq и тд) имеют копирайт или они бесплатны для использования на сторонних сайтах?
  5. supruni Novice member


    Offline
    Message Count:
    50
    Likes Received:
    0
    Спасибо, большое. А можно маленькую просьбу? Как сделать так что бы эти смайлы показывались на модуле wall...
    Спасибо, заранее
  6. big-bang Novice member


    Offline
    Message Count:
    5
    Likes Received:
    0
    У меня тут возникла проблемка поставил смайлы, все отлично работают, но пропала капча не отображается, то-есть поле для капчи есть, но картинка не отображается, что делать? Очень хочется чтоб смайлы были, но и без капчи никуда))

    ---------- Сообщение добавлено 20.05.2011 в 13:12 ---------- Предыдущее сообщение было 19.05.2011 в 17:29 ----------

    Все разобрался просто криво скрипты вставил)))

Share This Page

All rights reserved SocEngine.ru ©