Title: solvingnormal's Replies | WordPress.org

---

# solvingnormal

  [  ](https://wordpress.org/support/users/solvingnormal/)

 *   [Profile](https://wordpress.org/support/users/solvingnormal/)
 *   [Topics Started](https://wordpress.org/support/users/solvingnormal/topics/)
 *   [Replies Created](https://wordpress.org/support/users/solvingnormal/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/solvingnormal/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/solvingnormal/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/solvingnormal/engagements/)
 *   [Favorites](https://wordpress.org/support/users/solvingnormal/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/solvingnormal/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/solvingnormal/replies/page/2/?output_format=md)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problem with login administrator v. 1.5](https://wordpress.org/support/topic/problem-with-login-administrator-v-15/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/problem-with-login-administrator-v-15/#post-157666)
 * If you are running on IIS, you may want to check out [this bug](http://mosquito.wordpress.org/view.php?id=592)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [login issues](https://wordpress.org/support/topic/login-issues-1/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/login-issues-1/#post-139954)
 * motionid – this looks like the bug I’ve been experiencing – [http://mosquito.wordpress.org/view.php?id=592](http://mosquito.wordpress.org/view.php?id=592)
 * The only work-around I have (if it is the same thing) is downgrading to 1.2.2,
   logging in (this will set the cookies) and then upgrading. You should stay logged
   in.
 * Cindi
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http:/ as the root directory? V.1.5](https://wordpress.org/support/topic/http-as-the-root-directory-v15/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/http-as-the-root-directory-v15/#post-132179)
 * macmanx – followed all the suggestions on the page, including those on sexygirlgeek.
   com (linked from the codex).
 * Still no cigar.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http:/ as the root directory? V.1.5](https://wordpress.org/support/topic/http-as-the-root-directory-v15/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/http-as-the-root-directory-v15/#post-132176)
 * Thanks, macmanx.
 * I’ve installed the 01/21 nightly since another thread suggested it fixed this
   problem, so hopefully the edit will be unneeded. However, I’m now stuck with 
   another problem, logging in! I’ve posted about it in the 01/21 fix thread, hopefully
   someone there will have a solution.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [01-21: Login/siteurl problems fixed](https://wordpress.org/support/topic/01-21-loginsiteurl-problems-fixed/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/01-21-loginsiteurl-problems-fixed/#post-133982)
 * I downloaded the 01-21 build, and followed rboren’s instructions to log out/log
   in. Logging out wasn’t removing my cookie, so I manually deleted them. Trying
   to log in now, however, only redirects me to
 * /wordpress/wp-login.php?redirect_to=%2Fwordpress%2Fwp-admin%2Findex.php
 * and doesn’t set a cookie or log me in. Help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http:/ as the root directory? V.1.5](https://wordpress.org/support/topic/http-as-the-root-directory-v15/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/http-as-the-root-directory-v15/#post-132173)
 * Commenting which two lines?
 * I’m dealing with this as well – seems to randomly revert back to http:
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Quick Q on Quicktags](https://wordpress.org/support/topic/quick-q-on-quicktags/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/quick-q-on-quicktags/#post-123865)
 * sara – what plugins do you have activated?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Quick Q on Quicktags](https://wordpress.org/support/topic/quick-q-on-quicktags/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/quick-q-on-quicktags/#post-123712)
 * sara_mrvica – It looks like, according to your post, you might be using
    `<strong
   >`text`</strong/>`
 * The correct format is
    `<strong>`**text**`</strong>`
 * The only time you need a / at the end of a tag is in xhtml, which requires that
   all elements be closed. So for tags such as **br** and **link**, you close then
   with a space and then a slash. They’re called self-closing tags. (Ex: `<br />`
   or `<link rel="..." title="..." href="..." />`)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [1.3 v 1.5 and nightly builds…](https://wordpress.org/support/topic/13-v-15-and-nightly-builds/)
 *  [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/13-v-15-and-nightly-builds/#post-122564)
 * This was addressed in a bug report, where it was stated that Matt decided to 
   jump to 1.5. You can see the report at [http://mosquito.wordpress.org/view.php?id=571](http://mosquito.wordpress.org/view.php?id=571)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin Request: Underline quicktag in editor](https://wordpress.org/support/topic/plugin-request-underline-quicktag-in-editor/)
 *  Thread Starter [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/plugin-request-underline-quicktag-in-editor/#post-122510)
 * macmanx – when the <u> tag was deprecated, the W3C suggested replacing it using
   the style attributes. The answer I suggested, using span with a style attribute(
   either coded the way I did, or with a class where you've defined the class as
   having the text-decoration:underline), seems to be what I've seen recommended.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin Request: Underline quicktag in editor](https://wordpress.org/support/topic/plugin-request-underline-quicktag-in-editor/)
 *  Thread Starter [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/plugin-request-underline-quicktag-in-editor/#post-122509)
 * Kafkaesqui – A perfect solution! Thanks much. For any others who may wish, you
   can copy and paste the code below:
    edButtons[edButtons.length] = new edButton('
   ed_u' ,'u' ,'<span style="text-decoration:underline">' ,'</span>' ,'u' );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin Request: Underline quicktag in editor](https://wordpress.org/support/topic/plugin-request-underline-quicktag-in-editor/)
 *  Thread Starter [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/plugin-request-underline-quicktag-in-editor/#post-122499)
 * I guess I’m used to underlining book titles. I suppose I can use italics, it’s
   just not what I’m used to.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password-protecting post not working?](https://wordpress.org/support/topic/password-protecting-post-not-working/)
 *  Thread Starter [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/password-protecting-post-not-working/#post-121340)
 * dvogel –
    I’m using the 12/24 nightly build, and the edit link is working for
   me, despite password protected posts not working. May be two separate issues.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password-protecting post not working?](https://wordpress.org/support/topic/password-protecting-post-not-working/)
 *  Thread Starter [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/password-protecting-post-not-working/#post-121285)
 * I don’t seem to be having that problem. When you say at the same time, do you
   mean the edit link on posts that are password protected? Or that in builds where
   the password protection doesn’t work, the edit link doesn’t work either?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems password-protecting post](https://wordpress.org/support/topic/problems-password-protecting-post/)
 *  Thread Starter [solvingnormal](https://wordpress.org/support/users/solvingnormal/)
 * (@solvingnormal)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/problems-password-protecting-post/#post-121224)
 * Tried both things (fresh copies of both from WP)
    It’s my first time trying a
   password protected post, so it may be that it’s a 1.3 problem, rather than something
   I’m doing wrong. I’ll move this over to the beta forum.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/solvingnormal/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/solvingnormal/replies/page/2/?output_format=md)