pacifican
Forum Replies Created
-
Forum: Your WordPress
In reply to: First blog, slight change of default theme.Thank you for the suggestions. I will look into the fluid layout and roll out a new coverpage.
Cheers.Forum: Fixing WordPress
In reply to: Post loading failure after commentI found out the problem. I can post my WP to the public now, no worry about comment spam.
Forum: Themes and Templates
In reply to: Changing Layout for Categories divFound out the answer finally. Changed as such:
#categorydiv {
line-height: 130%;
margin-right: 15px;
position: absolute;
right: 5%;
width: 14em;
}
/* Above is the width of category list field. */
/* =========== Default is 9em =============== */and
#poststuff {
margin-right: 16em;
}
/* Above is the main width of post entry field. */
/* ============ Default is 11em =============== */Two fields are controlled by CSS.
Ignore the post entry window of < cols=”40″ >.The “Categories” list is looking good now.
Forum: Fixing WordPress
In reply to: Changing Database NameMySQL 5.1 enhancements, the RENAME DATABASE statement.
You will have to wait and change you DB name when 5.1 is available.Forum: Fixing WordPress
In reply to: Changing Database NameOne more thing, I even tried to let WP regenerate a new database with the name I wanted and over-write that new one. BAD TRY.
Any suggestion?
Forum: Fixing WordPress
In reply to: Changing Database NameI tried anything you might have thought of. Just can not get a namechanged database working.
Here is some info might be helpful to know.
https://help.scibit.com/mascon/masconRename_delete_copy_or_move_a_dat.htmlForum: Installing WordPress
In reply to: stylesheet resolve at localhostHey Dragon, thank you for the quick response.
You are the man. I actually didn’t think that is a resonable field to be there, so sort of skipped it. This possible problem should be stated on the interface. You think?
I typed web root dir, in my case “/blog” into the URL filed instead of “URL” or IP, and it worked. Setting it to the root dir just make more sense to me. Should we propose to revise it for the next version?
Thank you again, Dragon.