fgluck
Forum Replies Created
-
Forum: Plugins
In reply to: List category postsJust installed with 2.6.
Appears that it only works when you specify a category by ID (e.g. [catlist id=3] works OK… [catlist name=news] does not work.
I am having a similar problem that showed up a couple of days ago. We just upgraded to 2.1.3 on this site in hopes that it would go away. It did not.
Symptoms:
1) Occurs in FFX (Mac and PC), IE6 and IE7 and SAFARI
2) Can not switch between VISUAL view and CODE view in editor without generating a javascript error.When I try to do switch between VISUAL and CODE, my Java debugger tells me in prototype.js, line 499
return (inline !== false ? this : this.toArray())._reverse();
is generating an error “too much recursion”. I am getting a stack overflow Error 500 in IE 6 and IE 7.
3) When I try and make a change to the text then “save” or “Save and Continue Editing”, I get a message “Do you really want to navigate away from this page?” Also, no changes are being made to the post I am editing.
Any ideas??
Forum: Installing WordPress
In reply to: stack overflow at line:500I too am having this problem. Here are the symptoms.
1) The site was upgraded from 2.0 to 2.1.22) I go to edit a page and add carriage returns.
3) In firefox, if I save the page, I get a message asking me if I want to navigate away from the page.
4) If I do the same thing in IE6, I get a message stackoverflow at line: 500
Forum: Fixing WordPress
In reply to: File Upload not appearing in IESorry…. I meant WP 2.0.5.
?? The future is now!!
Forum: Fixing WordPress
In reply to: File Upload not appearing in IEFound the source of the Problem …..
The UPLOAD section on Edit Pages was not showing up on one site but the other site. Both sites were WP 3.0.5 and both were accessed with IE 6.0.
Everything was fine in Firefox.
I had installed the WYSI-Wordpress Plugin on one of the sites and not the other. When I deactivated the WYSI wordpress, everything was OK.
Forum: Fixing WordPress
In reply to: Problems with WordPress and IE 6Had a problem similar to this.
The UPLOAD section on Edit Pages was not showing up on one site but the other site. Both sites were WP 3.0.5 and both were accessed with IE 6.0.
Everything was fine in Firefox.
I had installed the WYSI-Wordpress Plugin on one of the sites and not the other. When I deactivated the WYSI wordpress, everything was OK.
Forum: Fixing WordPress
In reply to: File Upload not appearing in IEI am experiencing this problem too. Both of my sites are 2.0.5. I am running IE-6. One one site, the upload section appears, on one site, the upload section does not appear.
Everything is OK in Firefox.
Any ideas???
Forum: Fixing WordPress
In reply to: Page with content from other pages?Thanks… this is what I needed.
Forum: Fixing WordPress
In reply to: the_content () – Working on single posts?I settled on a combination of the “Get A Post” plugin
here at:https://guff.szub.net/2005/01/27/get-a-post/
and the following code…
<div id="hp_story_2">
<?php get_a_post(39); ?> <!-- Get page ID #39 -->
<?php the_content_rss('',0, '',30); ?>
">» » »...
</div>Guess you can do anything in WordPress!!
Forum: Fixing WordPress
In reply to: the_content () – Working on single posts?Then any suggestions for a method of showing excerpts of a page similar to the way you can do it with a post?