alains
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to change all filename without wp-Forum: Fixing WordPress
In reply to: change languageCheck http://codex.wordpress.org/WordPress_in_Your_Language
Then browse to a link in you language and follow the instructions.
Forum: Plugins
In reply to: [Plugin: Flexible Upload] Not compatible with WordPress 2.6?Still no developer to take over this top of the cream plugin? π
Forum: Fixing WordPress
In reply to: How can I hide “WordPress 2.7 is available! Please update now”I don’t think so.
p.s. Keep in mind that there are some plugins that are dependent on WP version information which is now missing. Just to let you know. I’ve had a problem with just one plugin but the solution was easy.Forum: Fixing WordPress
In reply to: How can I hide “WordPress 2.7 is available! Please update now”The line is removed automatically. Just try to login as a user without admin privileges.
Forum: Everything else WordPress
In reply to: Optimize SpeedKudos eas!
Thanks for this really useful reading, explanations and links.
Forum: Fixing WordPress
In reply to: How can I hide “WordPress 2.7 is available! Please update now”It’s “Wp security scan” plugin.
http://wordpress.org/extend/plugins/wp-security-scan/Among other things it is able to remove “WordPress xx is available! Please update now” to everyone except Admin.
This plugin is really a god’s gift!
Forum: Plugins
In reply to: [Plugin: Flexible Upload] Not compatible with WordPress 2.6?Unfortunately, I canβt find enough time these days to work on Flexible Upload.
I am open to anyone who would like to take over the plugin.This was posted on the author’s forum.
I hope that someone will take care of this “must have & should be WP default” plugin.
Awaiting to see it ready for action for WP 2.7.Forum: Fixing WordPress
In reply to: 2.7 Missing Page Templatesnintensity as greaterweb pointed… try to switch to another theme and then try to switch back to your theme.
Forum: Fixing WordPress
In reply to: 2 or 3 column categories in sidebarGreat! Thanks btdoyle.
Forum: Fixing WordPress
In reply to: How to translate some wordsYou can try with a language file and then setting the apropriate language in wp-config.php.
The other way is to edit this file: wp-includes\locale.php starting somewhere on line 140Forum: Fixing WordPress
In reply to: 2 or 3 column categories in sidebarAs iridiax said. Try using two wp_list_categories with custom parameters. First with included categories 1,2,3,4,5 and second with 6,7,8,9,10. Ok…it’s not an automatic solution but it does what you want. Hmm i think I saw on some blog a plugin to make it automatic but really don’t remember where…hmm try this: http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/
Forum: Fixing WordPress
In reply to: How do I switch the sidebar (widgets) to opposite side?Yup the first par was correct. Now you have to play with CSS to get things right.
Look for:
/* Begin Sidebar */ #sidebar { padding: 20px 0 10px 0; margin-left: 545px; width: 190px; }Note that you’ll probably have to play with some other IDs or classes to not break the layout.
Forum: Fixing WordPress
In reply to: How do I switch the sidebar (widgets) to opposite side?Just move the following code in your theme files:
<?php get_sidebar(); ?>You’ll have to adjust CSS too.
You can also do it just with CSS positioning… a little bit of advanced CSS knowledge here.
Forum: Fixing WordPress
In reply to: Admin is not noted as post author, how can I fix this?Seen this problem in one of my installations. The only difference in a non-working version compared to others working with no problems are two plugins: Role Manager and Freshpost.
Maybe this can help you a bit to pinpoint the problem.