dulcechick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment linksI have another problem regarding the comments I don’t know If I should create a new topic or just post it here instead? :-/
Forum: Fixing WordPress
In reply to: Comment linkswow, thank you so much! ??
Forum: Fixing WordPress
In reply to: Comment linksOh by the way, I tried adding target=”_blank” to this tag <?php comment_author_link() ?> but I received an error… somebody please help me.
Forum: Installing WordPress
In reply to: Blank pageI’m having the same problem, I only get a blank page when I point my browser to these address:
https://www.dulcechick.com/b2/
https://www.dulcechick.com/wordpress
but when I login everything’s working… I wonder what’s the problem, any help will be greatly appreciated.Forum: Fixing WordPress
In reply to: Comment PopupsYay, It’s working, thank you! ??
Forum: Plugins
In reply to: Clickable Smilies in comments.Okay, now I added the original code and I can see a lot of smileys but they’re not clickable… I guess I didn’t understand what southerngal said about the back slash she said that we should change the \ to a back slash…. but I did it and when I save my file I get the error, I’m so confused…. this is a slash –>> / right? and this is a back slash \ so why did southerngal said that we should change \ to backslash when this is a \ backslash??? please someone email me the correct code…. I guess I’m having trouble with my browser? I’m using mozilla. ??
Any help will be greatly appreciated, thank you. ??Forum: Plugins
In reply to: Clickable Smilies in comments.Ok I don’t know what I have done but now I get this error:
Parse error: parse error in /home/mnm/public_html/wordpress/wp-admin/wp-quicktags.php on line 8
here’s the code of my wp-quicktags.php:
<script src=”wp-quicktags.js” language=”JavaScript” type=”text/javascript”></script>
<script language=”JavaScript”>edToolbar();</script>
<?php
foreach($b2smiliestrans as $smiley => $img)
{
print ‘<img src=”‘.$smilies_directory.’/’.$img.'”
alt=”‘.$smiley.'” class=”middle” onClick=”bbinsert(document.post,\’\’,
\”.str_replace(“‘”,”\'”,$smiley).’/’)” \> ‘;
}
?>Forum: Plugins
In reply to: Clickable Smilies in comments.Hello,
My smilies on the comment pop up page are working real fine ?? now I tried to add the clickable smileys on the post /edit template and when I click on them they’re not working they’re not even showing the :smiliename: in the box where you type your entry, I have changed the \ to back slash and did everything that laughing lizards said. ?? Please help me…