iand
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can I return to prev ver after i install 2.0 if I don’t like it?You will also have to replace your database (due to running upgrade.php from 1.5.2 >> 2.0). The easiest way is to use the last db backup taken before you upgraded. Alternativly is the database downgrader. Make sure you backup your 2.0 database and files first incase anything goes wrong.
Just out of interest, what is it you don’t like about 2.0? There are a couple of plugins that can somewhat restore the 1.5x appearance/functionality:
Admin revert” and
Old style upload
You can loose the uploader via changing thewp-admin.cssfile:
Change:
#uploading {
border-style: none;
padding: 0px;
margin-bottom: 16px;
height: 15em;
width: 100%;
/* overflow-y: hidden;*/
}
to
#uploading {
display: none;
}Forum: Installing WordPress
In reply to: admin…There is bug in (WP2.0) wp-login.php which stops it redirecting.
More information here:
http://wordpress.org/support/topic/54045Forum: Everything else WordPress
In reply to: getting in touch with WordPress?The main protagonists are linked on this page, and I would think you should be able to find contact details on their blogs.
Forum: Fixing WordPress
In reply to: Inserting plugins into pagesIf you want to add it to a WP created page (through write > page) you will need an additional plugin such as php-exec –
http://wordpress.org/support/topic/52928Forum: Fixing WordPress
In reply to: Comment Count Not UpdatingGuessing you are using SK2 (after snooping in your plugins folder)… You need to update to the latest version SK2.1x and get the compatability plugin.
http://wordpress.org/support/topic/53323Forum: Fixing WordPress
In reply to: 2.0 POST.PHP Layout HelpIf it is 2.0 can you not just drag and drop the sidebar elements as you wish?
Forum: Installing WordPress
In reply to: Are there any security reasons to upgrade from 1.5.2 tot 2.0?A simple question: No
As far as is known 1.5.2 is secure.
Forum: Plugins
In reply to: Limit word pluginYou need to edit the index.php file in the folder for the theme you are using -> wp-content/themes/themeinuse/index.php Depending on how your theme is and what you want, you may also want to change page.php etc too.
Forum: Fixing WordPress
In reply to: How could I handle huge numbers of “refreshes” in wordpress 1.5?Depending on how frequently your ‘live’ updates are, you could install wp-cache and set the cache-timer to one minute (or longer or shorter as appropriate) this would result in mostly serving hmtl rather than hammering the server with so many database queries.
Forum: Fixing WordPress
In reply to: Comment Counter Not Working AnymoreAre you running SK2? If so, upgrade to drDaves latest version and get the compatability plugin:
http://wordpress.org/support/topic/53323Forum: Fixing WordPress
In reply to: Getting rid of “Feed:”It will be in your theme footer – something like /wp-content/themes/themeyouareusing/footer.php. Or you may be able to edit the footer through the presentation menu.
I am guessing it is to stop people seeing if there are any extra folders in wp-content (writable ones??)
Forum: Installing WordPress
In reply to: How to move all posts from one category to another?I am not sure. I think there are some security issues with 1.5.1 so it may be wise to upgrade to 1.5.2 anyway. (I think there is a post somewhere that batch categories does not work with 2.0).
http://static.wordpress.org/archive/ for older versions.
Forum: Fixing WordPress
In reply to: Post not showing up…Options > writing > formatting > ‘Users should use the visual rich editor by default’
and
users > your profile > personal options > ‘Use the visual rich editor when writing’Forum: Installing WordPress
In reply to: How to move all posts from one category to another?If you are using 1.5.2 you can use Batch categories