I have tried to edit the comment file but gets parsing error.
This is the code I'm using and found on the plugins homepage:
<?phpif ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>
Where exactly do I put it?
I have tried to edit the comment file but gets parsing error.
This is the code I'm using and found on the plugins homepage:
<?phpif ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>
Where exactly do I put it?
I have the same problem, plus i have tried to look for other smilies for my comments and none of them same to work.
Have you seen this post? I think it answers the questions. http://wordpress.org/support/topic/169623
ceecee16 wrote:
Hey there this is a problem I had as well and was able to fix it easily. If you copied and paste the code for your comments.php page from the custom_smilies istallation page the code:
<?phpif ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>is wrong there should be a space between php and if like this:
<?php if ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>That seemed to clear up this issue for me! Hope it helps!
Thank you so much maidanet, this helped.
Wait, they do show up but nothing happens when I click them.
This topic has been closed to new replies.