• jonny

    (@jonny)


    I used to have Alex King’s wp-grins on 1.2, but now on 1.5 I’m kind of lost since “wp-admin/quicktags.php” is now “wp-admin/quicktags.js”. Is there a way to use wp-grins on 1.5? or maybe some other way to have the smilies on the post and comments forms?

Viewing 13 replies - 16 through 28 (of 28 total)
  • Hey everyone. I was finding that if I did this:

    “<?php wp_grins(); ?> between the author_URL and the comments textarea.”

    I was not getting the grins when logged in. Instead I put the code underneath the code “You can use these tags:” and it appears underneath the other quicktags. Found it better to keep it all together, and it showed up when I was logged in.

    where is the author_URL? I can’t find it in my comments.php

    I’ve tried a multitude of things, including all the advice in this thread… I can’t get the plug in to show up in my WP in order to activate it. Everything else is done correctly as far as I can tell but I can’t see it. Any ideas??

    This thread was very helpful. Now that I have the clickable smilies on both the comment area and to select for my post…what would I need to modify to have more smilies show up there? I have the .gif files…just need to know how to reference them and in which file/files to do it. Thanks!

    You need to upload them to the smilies folder and then add them to the wp-includes/vars.php file.

    Thanks, oriecat. Worked great.

    I seem to be having the same problem as the one mentioned above by manon.

    I have done all the code placement as mentioned above and I believe I finally have it positioned correctly because I am no longer getting any errors. But it isn’t showing up as an option under my Plugin Mangement and therefore I can’t activate it.

    I have the wp-grins.php file located directly within /wp-content/plugins. It is not within any other folder. The other plugin files that are located in there do show up under Plugin Mangement.

    The only other plugin I have added is the more smilies plugin. I have tried deactivating that one and it hasn’t made any difference and it seems to be performing as it should.

    Thanks

    Using WP1.5

    Is there a way to sort or group the smilies? I’ve got a couple of dozen and would like to sort them maybe like:

    Original
    Emotions
    Animals
    Animated

    etc

    I have similies both on the edit toolbar and the comment area,but they are not clickable!!! when I click any of the simlies,nothing happens.what is,there is no code inserted into the textarea.feels like the similies are just pics hung on the page.
    any ideas??

    Thanks for this! Btw, how can I add new smilies?

    My Codes are different

    <script src=”../wp-includes/js/quicktags.js” type=”text/javascript”></script>
    <script type=”text/javascript”>if ( typeof tinyMCE == “undefined” || tinyMCE.configs.length < 1 ) edToolbar();</script>
    </div>
    ‘;
    else echo ‘

    and when I modify the code into

    <script src=”../wp-includes/js/quicktags.js” type=”text/javascript”></script>
    <script type=”text/javascript”>if ( typeof tinyMCE == “undefined” || tinyMCE.configs.length < 1 ) edToolbar();</script>
    ‘;
    if (function_exists(“wp_grins”)) { echo “
    “; wp_grins(); }
    echo ‘</div>’;
    endif;
    }
    </div>
    ‘;
    else echo ‘

    it works … but I couldn’t login to my admin page. The page goes blank.

    Also on the comment page, the similies images aren’t showing

    Please help ??

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘wp-grins for 1.5 ?’ is closed to new replies.