midori
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Time ZoneIt works fine for me, but I am in a “+” zone. Could it be a problem with the “-” ?
Check that too: http://wiki.wordpress.org/Times%20in%20the%20weblog%20should%20differ%20byForum: Fixing WordPress
In reply to: Including different fixed blocks withs cats.There we are 🙂 http://www.loutan.net/blog/images/wp-cat-intro.zip
Hope it corresponds to what you wanted, if not, ask away 🙂
English discussion of the plugin, please post on this thread. French, go on my blog 😉 http://www.loutan.net/blog/index.php?p=295Forum: Fixing WordPress
In reply to: comments not showing..Did you set comment approval ? If yes, try to turn it off…
Forum: Fixing WordPress
In reply to: Redirecting after comments have been postedHuuuh, I am not sure I understand, but… try to find the *form* of the comment, and check for action=”something” in the <form> tag. that’s the place the user will be taken after he adds a comment. Although I do not know if changing it will keep the comments form functioning.
Forum: Fixing WordPress
In reply to: Problem with database connectionI tried to find that, and it seems there are no other than the wp-config. You could use an editor with a global search possibility, and try on your own files…
Forum: Fixing WordPress
In reply to: Cookies not workingNot that I know of, but facing the same weirdness, I found that removing all cookies of my website, then going there again, did the trick. Although I specially took care to add my blog to the list of site permanently authorised to set cookies.
Forum: Fixing WordPress
In reply to: Showing a recent post in index.php from blog.phpWell, i suppose it’s only a matter of fetching in php (mysql_query, ….) the last entry with post_status = ‘publish’, and post_password = ”, and displaying it in your main page ?
If you really need precise help, contact me in private… (all infos on my blog, http://www.loutan.net/blog/profile.php?num=1).Forum: Fixing WordPress
In reply to: Website WierdnessI was thinking more of something like some stupid issue of posts being set in the DB with wrong options, whatever the reason, that’s why I suggested to have a look at the DB itself.
Forum: Fixing WordPress
In reply to: Website WierdnessWell, the fact is, with the older version of WP, one of my reader always had problems seing the posts with IE. No apparent reason.
But in the way you describe this, I think it is more a DB issue, or in the way the blog fetches the contents. Not .htaccess, I think, because it would be *all or nothing* with it.Forum: Fixing WordPress
In reply to: Cookies not workingAdd the site to those allowed to put a cookie in your FF preferences…
Forum: Fixing WordPress
In reply to: Website WierdnessDid you have a look at the DB content via, for example, PHPmyAdmin ? Just to see if post where physically there but not displayed ?
Forum: Fixing WordPress
In reply to: Can’t See category option when postingRight side, column. But… do you have more than one category ?
http://www.loutan.net/inners/mine.jpg (Although I have wp-grins and wp-polls plugins that add things to the admin interface….)Forum: Fixing WordPress
In reply to: Including different fixed blocks withs cats.Yes, one. I tweaked so much my index that I can not get straight between which tag the text is supposed to show up 😛 So if you can telle me that you want it basically in, for example, <div class=”storycontent”> and </div> or so, that could help. And .. no, should be ready in a few days ^^;
Forum: Fixing WordPress
In reply to: Including different fixed blocks withs cats.Currently doing that as a plugin, if you can wait a bit….
Forum: Requests and Feedback
In reply to: Lost my admin password cannot login on my own siteMD5 encryption, if you want to know. You can find site where you can have your passwords md5 encrypted.