solvingnormal
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problem with login administrator v. 1.5If you are running on IIS, you may want to check out this bug
Forum: Fixing WordPress
In reply to: login issuesmotionid – this looks like the bug I’ve been experiencing – https://mosquito.www.ads-software.com/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
In reply to: http:/ as the root directory? V.1.5macmanx – followed all the suggestions on the page, including those on sexygirlgeek.com (linked from the codex).
Still no cigar.
Forum: Fixing WordPress
In reply to: http:/ as the root directory? V.1.5Thanks, 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
In reply to: 01-21: Login/siteurl problems fixedI 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
In reply to: http:/ as the root directory? V.1.5Commenting which two lines?
I’m dealing with this as well – seems to randomly revert back to http:
Forum: Fixing WordPress
In reply to: Quick Q on Quicktagssara – what plugins do you have activated?
Forum: Fixing WordPress
In reply to: Quick Q on Quicktagssara_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
In reply to: 1.3 v 1.5 and nightly builds…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 https://mosquito.www.ads-software.com/view.php?id=571
Forum: Plugins
In reply to: Plugin Request: Underline quicktag in editormacmanx – 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
In reply to: Plugin Request: Underline quicktag in editorKafkaesqui – 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
In reply to: Plugin Request: Underline quicktag in editorI 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
In reply to: Password-protecting post not working?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
In reply to: Password-protecting post not working?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
In reply to: Problems password-protecting postTried 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.