About wp-grins?
-
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 messageFatal 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?
-
Is the plugin activated ?
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.
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.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.
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…
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:
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)
yup, they show up just fine if I go to their url or put them in the post by using the “insert image” button
The topic ‘About wp-grins?’ is closed to new replies.