• I’m having problems installing wp-grins.
    I’ve edited the files it said to edit and uploaded the wp-grins.php file, but I get this error message

    Fatal error: Call to undefined function: wp_grins() in /home/athena/public_html/rant/wp-content/themes/defualt/comments.php on line 93

    What’s wrong and how do I fix it?

Viewing 15 replies - 1 through 15 (of 18 total)
  • Is the plugin activated ?

    Thread Starter SilverLining

    (@silverlining)

    I don’t know..how do I activate it?

    On your admin main page, go to > plugins

    Look for Wp Grins from the list of plugins and click on activate on your right if you haven’t done so.

    Thread Starter SilverLining

    (@silverlining)

    ok, now I’ve done that. but now that I’ve tried adding my own smilies, I get this error message as soon as I try to access my blog

    Parse error: parse error, unexpected ‘(‘, expecting ‘)’ in /home/athena/public_html/rant/wp-includes/vars.php on line 55

    help?

    what’s on line 55 of your vars.php file?

    You broke the pattern when you added your smilies.
    Look at other lines very very carefully.

    Thread Starter SilverLining

    (@silverlining)

    this is what my smilies list looks like. I can’t find where I’ve borgen the pattern

    $wpsmiliestrans = array(
    ‘ :)’ => ‘smile.gif’,
    ‘:baby’ => ‘baby.gif’,
    ‘:babyb’ => ‘babyboy.gif’,
    ‘:babyg’ => ‘babygirl.gif’,
    ‘:bang’ => ‘banghead.gif’,
    ‘ :'(‘ => ‘bawling.gif’,
    ‘:bheart’ => ‘brokenheart.gif’,
    ‘:cash’ => ‘cash.gif’,
    ‘:cen’ => ‘censored.gif’,
    ‘:chat’ => ‘chat.gif’,
    ‘:chill’ => ‘chillpill.gif’,
    ‘:cloud9’ => ‘cloud9.gif’,
    ‘:???’ => ‘confused.gif’,
    ‘:cop’ => ‘cop.gif’,
    ‘:couple’ => ‘couple.gif’,
    ‘:crowd’ => ‘crowded.gif’,
    ‘:666’ => ‘devil.gif’,
    ‘:diz’ => ‘dizzy.gif’,
    ‘:earth’ => ‘earth.gif’,
    ‘:!:’ => ‘exclamation.gif’,
    ‘:f:’ => ‘female.gif’,
    ‘ :(‘ => ‘frown.gif’,
    ‘:fry’ => ‘fryingpan.gif’,
    ‘:ghug’ => ‘grouphug.gif’,
    ‘:grumpy’ => ‘grumpy.gif’,
    ‘:headp’ => ‘headphones.gif’,
    ‘:heart’ => ‘heart.gif’,
    ‘:idea’ => ‘idea.gif’,
    ‘:idiot’ => ‘idiot.gif’,
    ‘:kiss’ => ‘kiss.gif’,
    ‘:lmao’ => ‘laughing.gif’,
    ‘:luck’ => ‘luck.gif’,
    ‘:m:’ => ‘male.gif’,
    ‘:med’ => ‘meditate.gif’,
    ‘:no:’ => ‘no.gif’,
    ‘:nurse’ => ‘nurse.gif’,
    ‘:party’ => ‘party.gif’,
    ‘:paw’ => ‘paw.gif’,
    ‘:peace’ => ‘peace.gif’,
    ‘:?:’ => ‘question.gif’,
    ‘:read’ => ‘reading.gif’,
    ‘:santa’ => ‘santa.gif’,
    ‘:sing’ => ‘sing.gif’,
    ‘:sbox’ => ‘soapbox.gif’,
    ‘:star’ => ‘starry-eyed.gif’,
    ‘:tounge’ => ‘tounge.gif’,
    ‘:wave’ => ‘wave.gif’,
    ‘:wide’ => ‘wide-eyed.gif’,
    ‘:witch’ => ‘witch.gif’,
    ‘:wizard’ => ‘wizard.gif’,
    ‘:worried’ => ‘worried.gif’,
    ‘:yes:’ => ‘yes.gif’,
    ‘:yuck’ => ‘yuck.gif’,
    ‘:zip’ => ‘ziplip.gif’,
    ‘:zzz’ => ‘zzz.gif’
    );

    I’m not sure but I’m guessing it’s where it reads: ‘ :'(‘ => ‘bawling.gif’,. The tick marks are translating : not :’ (. Not entirely sure, just a hunch…

    I’d agree.

    ‘ 🙁 => ‘bawling.gif’,
    is the only way to do it.
    Or remove it.

    Please do not post this list again.

    Thread Starter SilverLining

    (@silverlining)

    ok, now the error is fixed, but the smilies still don’t show up. just the firts plain smiling one and that one isn’t even clickable…

    Thread Starter SilverLining

    (@silverlining)

    I think there’s something wrong with the admin-function.php because when I make a post it just showed the image of the first smiley but it’s not clickable. when commenting, the first images is clickable but no others show..

    Have you followed the instructions for the version of WP you’re using?

    Podz has it all detailed here:

    http://www.tamba2.org.uk/wordpress/smilies/

    Thread Starter SilverLining

    (@silverlining)

    I think I’ve done exactly what that page says. To my knowledge I have wordpress 2.0, I downloaded it just a few days ago.

    OK. Are all your smilies uploaded to the correct location? For WP 2.0 that’s yoursite.com/wordpress/wp-includes/images/smilies

    Do the smilies display in your browser if you put them into the address bar? For instance:

    http://yoursite.com/wordpress/wp-includes/images/smilies/headphones.gif

    (substituting your domain name and the name of your wordpress folder, of course)

    Thread Starter SilverLining

    (@silverlining)

    yup, they show up just fine if I go to their url or put them in the post by using the “insert image” button

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘About wp-grins?’ is closed to new replies.