Smilies

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Smilies

    who can help me i want to create for methos a place for smilies all my smilies are in one page how can i add like moods and flags and all diff type pages of smilies not only smilies

    for example

    happy
    exhausted
    angry
    flags
    naughty

    and so on and in the uploader it must have option to add it in that catagories

    must there be a lot of sql added or just in smilies list changed
    ________________
    Jacques
    jacques@gw-designs.co.za
    http://coding.biz.tm
    Come join and lets make it a place to learn all the noobies how to code
    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

    #2
    Originally posted by riderz View Post
    who can help me i want to create for methos a place for smilies all my smilies are in one page how can i add like moods and flags and all diff type pages of smilies not only smilies

    for example

    happy
    exhausted
    angry
    flags
    naughty

    and so on and in the uploader it must have option to add it in that catagories

    must there be a lot of sql added or just in smilies list changed
    code to sort smilies in diff categories has been posted once
    by alesh..
    maybe you could check if code is still on forum
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      Tanx metulj will have a look but this community search option not working 100% for me no more


      cant find any post of alesh lol ive placed his name in search option and ive only got this post where u placed his name
      Last edited by riderz; 23.04.09, 19:12.
      ________________
      Jacques
      jacques@gw-designs.co.za
      http://coding.biz.tm
      Come join and lets make it a place to learn all the noobies how to code
      __________________

      NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

      Comment


        #4
        add a new line in ibwf_smilies .. -> tipe || and and for every categ. use number ...when u make form :
        echo "category:<br/>";
        echo "<select name=\"tipe\" value=\"0\">";
        echo "<option value=\"0\">Other</option>";
        echo "<option value=\"1\">Love</option>";
        echo "<option value=\"2\">Sad</option>";
        echo "<option value=\"3\">Happy</option>";
        echo "<option value=\"4\">Rage</option>";
        //and other
        echo "</select><br/>";

        to make categ, use copy and paste action from where u can se the smilies several times ...edit the conditions ...in sql ... WHERE tipe='2' for exaple and other
        <?php unlink('World/Europe/Romania.country'); ?>

        Comment

        Working...
        X