Lucian Florian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Question mark replaces some charactersI would also check the wordpress database tables in phpMyAdmin. The mysql collation should be normally: utf8_general_ci.
It would be very weird to convert normal characters to questions marks. Maybe you have some specials characters in there.
Forum: Fixing WordPress
In reply to: Which weblog client will do this best :)With WordPress the the content is store in database. Comments are stored separately than content on your pages.
If you want to replace the database that you have up with the one that you are working locally, the comments will be overwritten. Maybe you can do synchronization, step by step manually.Forum: Fixing WordPress
In reply to: Question mark replaces some charactersgo in your admin control panel->settings->reading settings and make sure Encoding for pages and feeds is set to utf-8. In case is I would try with latin just for testing.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Home Title Not Workingtry adding this in your header within <head>in your template file, header.php
<?php if ( is_front_page()) { ?><title>Home | <?php bloginfo('name'); ?></title><?php } else { ?><title><?php wp_title(' | ',true,'right'); ?><?php bloginfo('name'); ?></title><?php } ?>Forum: Developing with WordPress
In reply to: Migrating a corporate site to WordPress… or notDo not take me wrong, I love WordPress, however is not well suited for large websites. You should consider other CMS solutions.
Maybe a paid one like ExpressionEngine will do it, but is not quite that user friendly in control panel, like WordPress.You can use WordPress for that too, even I have used it for a large website. But I had to install way too many plugins and some of them I had to hack to achieve the write functionality. So when I upgraded wordpress an a important plugin was not compatible with new WordPress version. Because I customized it I couldn’t upgrade so I had to do it manually.
Use the right CMS for right project.
Forum: Fixing WordPress
In reply to: Adding to my limit of 2M php.ini upload maxThis thread is so much discussed.
For wp-config.php:
define(’WP_MEMORY_LIMIT’, ‘64M’);For .htaccess:
php_value memory_limit 64MForum: Fixing WordPress
In reply to: Problem with admin panel in Firefox and Chrome.free hosting from godaddy inserts ads in header. WordPress won’t work on that. Upgrade to paid hosting and you will solve the problems.
Forum: Fixing WordPress
In reply to: How to have the same theme for the front and backendcheck out this plugin:
http://wordpress.org/extend/plugins/theme-my-login/However, read the full post for drawbacks:
http://wordpress.org/support/topic/241025?replies=7Forum: Fixing WordPress
In reply to: How to have the same theme for the front and backendThat’s not easy to cutomize. WordPress is not good for everything, in which case you should look for the right CMS.
Forum: Fixing WordPress
In reply to: Not Showing Comments – HELPyou need to go in your theme: wp-content->themes->your-active-theme->pages.php There somewhere you will have a code that include the comments form to your pages. take it out. If you are unsure about what to delete, ask somebody to do it or make some research.
Forum: Fixing WordPress
In reply to: Site Hackedkoinzux.net is this your link to the website?
Usually google does that to your site if you have suspicious activity.Forum: Plugins
In reply to: [Plugin: Events Calendar] Problem: Overwrites images of other pluginsYes, the solution works but still are many other problems with this, so
until the bugs are solved, I use Event Calendar 3 which is working great on Wordpres 2.8.4.Forum: Plugins
In reply to: [Plugin: Events Calendar] version 6.6 beta and and preview modificationsI confirm the problem even on latest stable version: 6.5.2.1. I have 2.8.4.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Problem: Overwrites images of other pluginsI confirm. It replaces even regular images inserted with ‘img src=”..” /’ tag. The 6.6 beta plugin is still buggy on 2.8.4 wordpress version.
I decided to test this myself on a wordpress 2.7.1 installation.
I don’t know about the 2.8.4 version, but after couple tests I can confirm it is working good. The unsubscribe works good as well, but the user who wants to unsubscribe is taken to a ugly page with no design.I haven’t got the change to test the admin very well, but so far it works.