milque
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MySQL Database Restore ErrorThis is the code:
CREATE TABLEwp_calendar
(
timestamp
int( 11 ) NOT NULL default ‘0’,
type
varchar( 255 ) COLLATE latin1_general_ci NOT NULL default ”,
text
text COLLATE latin1_general_ci NOT NULL ,
PRIMARY KEY (timestamp
) ,
UNIQUE KEYtimestamp
(timestamp
)
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci COMMENT = ‘wordpress Calendar plugin by Vanguard’;And I have no idea where text text co came from.
Forum: Fixing WordPress
In reply to: MySQL Database Restore ErrorThat didn’t work. The error that I get and the one from the link you posted is kinda different…
Thank you, though
Forum: Fixing WordPress
In reply to: Question regarding PagesThank you ??
Forum: Fixing WordPress
In reply to: Lost Password to Local WordPressThank you whooami. That’s very useful ??
Forum: Installing WordPress
In reply to: Installing WordPress LocallyThank you so much! Your help is very useful ??
Forum: Installing WordPress
In reply to: Installing WordPress LocallyOh, thank you. Say, I’d prefer to follow the tutorial word by word, can I just install XAMPP without having any problems caused by the old Apache, PHP and MySQL?
Or should I delete them first?
Forum: Fixing WordPress
In reply to: How to Make Posts Appear Later?Thank you. That helps tons!
Forum: Fixing WordPress
In reply to: Regarding Page LinksOh, thank you! It looks so much better now.
From here:
Forum: Themes and Templates
In reply to: Sidebar Problemktinkel, how do I allow for a few uncounted pixels that can flex between main and sidebar columns, as you suggested? And thanks for the compliment ??
med103, the link you gave me covers a wide range of topics. Which should I go for?
Thanks.
Forum: Themes and Templates
In reply to: Sidebar ProblemI have added a closed DIV tag, and fixed that particular error. But the problem still persist.
I don’t understand the other errors, though.
Please help…
Forum: Themes and Templates
In reply to: Sidebar ProblemI have fixed, yet it’s still at the bottom of the page. ??
Forum: Themes and Templates
In reply to: Sidebar ProblemI didn’t really add any links, I left all the default links as it is. Can that be the problem? That one of the default links is too long?
Thank you.
edit: Nope. None of the links are too long. Is there any other solution?