mazalien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After installation, comment counts are all (0)I have the same problem.So I have re-open that thicket (ticket 2159) because
it works only when you re-edit a comment and re-save it, then it start count again. So lets wait and see what the devolopers do about it… GreetingsForum: Fixing WordPress
In reply to: No more comment countingmacmanx I reopend it. now lets see whats going to happen.
Forum: Fixing WordPress
In reply to: No more comment countingMacmanx
Thanks. I have uploaded the new file and made a test comment.
Nothing changeed.
This does not work for me.
Even in the adminarea (manage-post-area) only the old
amount of comments shows up next to the post. But in the comment
edit area the comments are really there…What to do now?
Forum: Alpha/Beta/RC
In reply to: Strange Bug: Can’t edit; Keep being redirected to slugI had the same redirection problem. I removed in posts.php
the following lines (lines 83 t/m86) to deactivate the i-frame :
<div id='preview' class='wrap'>
<h2 id="preview-post"><? php _e('Post Preview
(updated when post is saved)'); ?> <small class="quickjump">
<?p hp _e(' edit ↑'); ?>
</small></h2>
<i frame src="<?php the_ perm alink(); ?>
" width="100%" height="600" ></iframe>
</div>
and installed the preview plugin of Martin ChlupáÄ? at :
http://fredfred.net/skriker/index.php/jaeaa-preview/Forum: Themes and Templates
In reply to: DIV problem – Help required!Perhaps you could dump the code of comments.php and comments-popup.php
located at http:// yourdomain /wp-content/themes/yourtheme
over here : http://paste.uni.cc/ so we can see where the div-s are placed.Forum: Installing WordPress
In reply to: No “mod rewrite” -> Internal Server ErrorFkrusch perhaps you want to try this :
http://wordpress.org/support/topic/53298#post-291824Forum: Fixing WordPress
In reply to: Can’t update permalink structureSo it is a plugin afterall that causes the trouble… those damned things.
Forum: Fixing WordPress
In reply to: Can’t update permalink structureWell I did the same thing to test it out. Then the permalinks
are working correctly. What I also did was that I set up a complete new blog in a seperate database with a fresh out of the box install of wp 2.0. with some dummy posts an pages. And even then the permalinks don’t work. If you wander around through this forum than you will notice that a lot of people have the same kind of problem. Ryan Boren said in a mail to me that he want to investigate the problem. So perhaps you should wait a while with your upgrade untill there is a solution. For me rewrite.php works. So I leave the install of 2.0 for a while as it is utill Ryan comes with a solution.Forum: Fixing WordPress
In reply to: Can’t update permalink structureSauerland, then you might want to have look at this reply from Ryan Boren :
http://wordpress.org/support/topic/53273#post-291783
And I quote:
“Plugins that used the mod_rewrite_rules filter need to use the generate_rewrite_rules action instead. generate_rewrite_rules has been the preferred method for some time, but Codex was still referencing mod_rewrite_rules.”
Perhaps you shold deactivate your plugins one by one. Its a lot of work. I know…. :)-Or assist Ryan As he suggested over here about the same problem :
http://wordpress.org/support/topic/53244#post-291884Forum: Fixing WordPress
In reply to: Can articles be set to publish at a specified time and date?Yes you can. Therefore you will have to make sure to
mark the “post-time-stamp” in the ‘write-post” area. Choose any date
you like and don’t forget to push “publish” instead of “save”.
Wordprss will not publish this post untill the date you have chosen in the post-time-stamp.Forum: Fixing WordPress
In reply to: Can’t update permalink structureSauerland, Ryan Boren send me this little plugin. It bypasses the pemalinkhandeling by wordpress and stores the permalinks directly into .htaccess.
http://www.mazalien.nl/blog/rewrite.txtsave it as rewrite.php and activate it as a plugin. It worked for me.
Untill there is no solution you might want to used it.Forum: Fixing WordPress
In reply to: Can’t update permalink structureSauerland I cannot acces your website so I think there is no .htaccess file present.
Forum: Fixing WordPress
In reply to: .htaccess QuestionWell Gamerz in this topic you talked about an almost empty .htaccess file, so I have that kind of problems. Do you know the solution then ?
Forum: Fixing WordPress
In reply to: Can’t update permalink structureHi guys
have a look at here….
Forum: Fixing WordPress
In reply to: .htaccess QuestionGamerz, I saw your other post about this subject. Ryan Boren had ask me to use a plugin of him to debug the problem with the .htaccess file. See this topic , perhaps you should do the same.
Other topics with the same problems are ;http://wordpress.org/support/topic/53209
http://wordpress.org/support/topic/53244
http://wordpress.org/support/topic/53193Greetings Mazalien