midori
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: search problem – xml and headersMmh, check the modiefied files (config, …) if there is any kind of white space before
<?php or after ?>?Forum: Your WordPress
In reply to: Why it always hint to come amissAccess denied for user: ‘corr@localhost’ to database ‘corr’
seems you did not give the right user and / or pass for the DB access….Forum: Fixing WordPress
In reply to: recent comments syntax?http://mtdewvirus.com/wp-hacks/ for the plugin.
See the plugin page in the wp documentation wiki.Forum: Fixing WordPress
In reply to: Including different fixed blocks withs cats.Well, appart from the typo that was corrected, I suppose you do not use exactly the same things (div, p, …) after and before that I do, and that the plugin gives as *default*.
Just try to modify that in the plugin (or use the advanced function) to have the blog display the same that you use for other posts…
Change :
$showbefore = '<h3 class="storytitle">', $showmiddle = '</h3><div class="storycontent">', $showafter = '</div>'by what you want used… I do not know what you use…Forum: Plugins
In reply to: [bug] v1.0a of wp-cat-intro.phpHello, corrected, or so I hope. Sorry for the typo. It will teach me not to develop with french variable names and swich to english later….
Forum: Themes and Templates
In reply to: Where are themes?Forum: Installing WordPress
In reply to: Post installationForum: Installing WordPress
In reply to: 403 on installationCheck via ftp that no .htaccess is restricting acces to the folder. (It can be at one level above the folder containing the blog…. or inside it, or inside wp-admin).
Forum: Installing WordPress
In reply to: Confusion2 information to change in the options via admin pannel / DB directly, where you had to give the path.
Forum: Installing WordPress
In reply to: Confusion>> WordPress has a “.PHP”
Yes, a XML feed created by a php page 😛 That’s all.
>>would a search engine find me, and if so, how does wordpress recall this information if the phrase is held in a MySQL database?
When the searchbot comes, he asks for the *pages* themselves, and the blog system feeds the pages with the mysql datas.. So it’s transparent for the bot.Forum: Fixing WordPress
In reply to: Make all posts privatebtw, there are many many informations here: http://dev.mysql.com/doc/mysql/en/index.html
Forum: Fixing WordPress
In reply to: Make all posts privateUPDATE yourprefixfortables_posts SET post_status = 'private'and the reverse: same, but = ‘publish’Forum: Fixing WordPress
In reply to: Names of the months – color definition?Sowwy, I checked, it’s caption.
Forum: Fixing WordPress
In reply to: centering imagesBy the way, the <center> tag is supposed not to be used. And it’s only in IE that the text-align: center won’t work properly.
Forum: Fixing WordPress
In reply to: Names of the months – color definition?th, I think. anyhow, something near thar (wp-calendar, thead, td, ….)