nathanmo
Forum Replies Created
-
Forum: Plugins
In reply to: Image Resizing/Thumbnail Generation PluginThese issues should be all resolved in the latest version 0.1.4. It has an admin panel now, etc and you can change the styling there etc.
Forum: Plugins
In reply to: Image Resizing/Thumbnail Generation PluginIt takes the sizing values from the <img> tag.
Specifically width and height. If you have only width or only height, it will resize the width or height to the value you specify and the other attribute will be resized in proportion.
It also allows for a size attribute..
<img src=’myphoto.jpg’ size=’70%’>
And this would create a new image that is 70% of the size of the original. And links the new image into url code automatically.
Forum: Fixing WordPress
In reply to: How to turn off preview modeThat rocks my socks. Thanks.
Forum: Fixing WordPress
In reply to: How to turn off preview modeHrm.. yeah I didn’t think that option would do it. That preview mode is so annoying, cause it has to load the whole page to preview it and it takes too long if you gotta graphics heavy site.
Forum: Installing WordPress
In reply to: Posts not saving to databaseAre they located in the MySQL Administrator?
Forum: Installing WordPress
In reply to: Posts not saving to databaseWhere do I find these options to remove them?
Forum: Installing WordPress
In reply to: Posts not saving to databaseActually, it does seem to be a problem with MySQL 5.0 which is really sad. I installed MySQL 4 on my server and it works now.
Forum: Installing WordPress
In reply to: Posts not saving to databasePerhaps we can just give wordpress db defaults. I’d also be interested if you could find the answer in MySQL 5.0
Forum: Installing WordPress
In reply to: Posts not saving to databaseAnother thing is that when I go to change the options, and save them, they do write to the database. But when I try to add a new Page or Post, nothing is saved in the database even though it says it is.
Forum: Installing WordPress
In reply to: Posts not saving to databasemode_rewrite? I am not using apache. I am using IIS 6. As far as I know there is now mode_rewrite.