silencematters
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as PublicThe good thing is that I am having this problem occur locally and on the server. Which leads me to think that it is not a WP 2.0.3 issue.
However, getting the problem to reproduce based on a specific action is tough. I am trying every possible scenario that I can.It is definatly occuring after a post has been published for an amount of time.
Could it be that more than one user may be logged into one user name at a time?
Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as PublicWell, wouldnt you know it,.. I can no longer replicate the problem on a consistent basis from my side as well, locally, or on the server. It is happening with out a doubt.
Could it be something to do with one of the plugins that I have installed? I also have a few other plugins that I installed, but am not currently using. Could they be causing trouble?
This is very odd.
Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as PublicOk,.. so I just figured out a BIG bug in 2.0.3.
After you have published a post and you go back in and make an edit to the post, and click ‘SAVE’ – the post gets marked as PRIVATE.
However, if you click ‘Save & Continue Editing’ the post continues to be marked a ‘PUBLIC’.Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as PublicThis is a lest of the plugins that I am currently using on the blog that is having the issues.
Maybe that will help?***
Enhanced Post List
Paged Comment Editing
Include Page
CJD Notepad
Staticize Reloaded
the_excerpt Reloaded
Force Word WrappingForum: Plugins
In reply to: BUG – Post Preview redirects EDIT POST to index.phpSo after much looking around… I did find a little bit of JS code that is a frame breaker. Sorry for the initial loud post about the issue.
Forum: Fixing WordPress
In reply to: Cannot Edit Post – RedirectedHey all! I was wondering if you could help me out with a few answers to this question. The site that I am working on is about to upgrade to WP2.0 and at the moment, when ever someone clicks on MANAGE – EDIT, it gets redirected to the main home index page of the site. I am not using the framebuster plugin, but what should I be looking for in my code that would be causing this issue?
Forum: Fixing WordPress
In reply to: Change default thumbnail size in WP2.0Hey there Jim
Thanks for posting back…It makes sense how you have changed it to start formatting larger thumbnails.. but I am confused when you start talking about – using Internet Exporer I still get small images. and (you can see this if you click on the HTML button in the editor, every thumbnail will have a height=128 tag).
I am looking at things in Firefox at the moment, and when I send an image to the editor, I clearly dont see any code that is constraining my image to a paticular size.
As I understand it, a thumb of the image gets created when you upload, and that thumb image gets called when you send to editor.
Here is my test page so far.
https://silencematters.com/growing/
I dont see from the code how that would be any different in IE. Maybe you are talking about the WP upload manager in IE?Forum: Fixing WordPress
In reply to: Change default thumbnail size in WP2.0So you changed the thumbsize to less 192px from 96px?
Forum: Plugins
In reply to: Multiple loops messing up Next & Prev pagesThanks.. I will look through that and see if that solves things! Thanks for the help!
Forum: Installing WordPress
In reply to: Changing DirectoryThis is a fabulous resource for your issue:
https://www.tamba2.org.uk/wordpress/site-url/Forum: Alpha/Beta/RC
In reply to: 2.0 loopCan you post the loop that you are having trouble with here? It would help.
Forum: Plugins
In reply to: <!–MORE–> TAGhey there Jack
Check this out.
https://codex.www.ads-software.com/Customizing_the_Read_More
the file that you need to edit is here:
wp-includes/template-functions-post.phpthe link above should tell you more about it.
??
Forum: Requests and Feedback
In reply to: Create option for the_date to show all the timeI found an option.
You have to use the_time instead of the_date
https://codex.www.ads-software.com/Template_Tags/the_time
??Forum: Requests and Feedback
In reply to: Create option for the_date to show all the timeHi there Deni,
Have you found a solution to this? I am looking as well, and plan on finding a solution in the next couple of days. If I find anything, I will report back.
Forum: Fixing WordPress
In reply to: How do I excerpt an excerpt ?Did you get anywhere with that? I am still looking myself. I think it would help if we combined our efforts, or atleast discussed this more.