breanna
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Comment Popup?Thank You.
Forum: Plugins
In reply to: Quicktags? {how to}Thank you, that worked.
Forum: Plugins
In reply to: Quicktags? {how to}Ok I did that but one more error.
At the end of the directions it says;
[Save the file, upload. You should then have clickable smilies in admin. [b]Note: You cannot have clickable smilies AND the WYSIWYG editor. If both are present you will be able to see the smilies but nothing will happen when you click them.[/b] You will need to switch the new editor off for them to work.]
Which is my problem. How do I switch the new editor off for them to work. (i have no idea what WSIWYG is btw).
Forum: Plugins
In reply to: Quicktags? {how to}I’m using version 2.0.3 I don’t know wysiwyg monster you are referring to i’m using regular wordpress?
I found the quick tags in my includes folder but not in the admin folder as te instructions say to do so should i just add <?php wp_grins(); ?> to the one in the includes file?
Forum: Plugins
In reply to: My smileys wont click.bump.
Forum: Plugins
In reply to: My smileys wont click.I did they don’t work :/
Forum: Your WordPress
In reply to: I don’t want this divider?Thank you.
Forum: Plugins
In reply to: My smileys wont click.bump.
Forum: Plugins
In reply to: My smileys wont click.Well I followed the one at alexking but they both look the same so yea.
Forum: Themes and Templates
In reply to: Non popup commentsbump
Forum: Themes and Templates
In reply to: Non popup commentsIs anyone available to help?
Forum: Themes and Templates
In reply to: Non popup commentsOk I changed my profile. Any ideas what is wrong?
Forum: Themes and Templates
In reply to: Non popup commentsThe site in my profile is old sorry I will change it soon. I’m using the free iframe theme at babydoll.nu; http://www.babydoll.nu/go.php?/scripts/pinkbaby.zip
Forum: Themes and Templates
In reply to: Non popup commentsThanks, I tried that, still no luck. Here is my header.php;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml"><head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /><title>my daily blog</title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /><link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?><?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?><script src="showMore.js" type="text/javascript"></script>
</head><body>