Thanks George.
Replacing it with comment_text() works just fine!
By the way, I wanted to know where the custom_comment() function is because I was curious about what it exactly does. Also I suspected that it can be fixed right there... ;-)
However, what I don't like is that I already changed tons of the internal theme files even though I'm using the child theme technique.
Could you please provide more options like this in future releases of the theme?!
What I had to edit so far:
- "include_js.php" -> autoplay_slideshow: false (otherwise major problem with youtube videos)
- "theme_add.php" -> removal of unused js/css files
- "theme-comments.php" -> comment_text() (to enable line breaks)
- "core.php" -> if (is_feed()) { $title = ''; } (doubled feed title error)
- "sendmail.php" -> $already_used = array(...,'undefined') (otherwise mail contains something like "undefined = Submit Message")
- "sendmail.php" -> $message1 = stripcslashes(nl2br($the_message)); (otherwise e.g. "that's" is mailed as "that\'s")
- "sendemail.php" -> Various modifications to enable different email addresses
...Of course this is just a small idea for you guys. Welcome Inn still rocks and your support is awesome!
Regards,
happysmile :)
Add Reply
You must log in to post.