marvin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email notification of comments stopped workingProblem solved.
There was a problem after hosting change.
I was edit functions.php at lines 1006-1008 and 1046-1048.
replace:
$message_headers = "MIME-Version: 1.0\r\n"
. "$from\r\n"
. "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\r\n";
with:
$message_headers = "MIME-Version: 1.0\n"
. "$from\n"
. "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n";
Forum: Fixing WordPress
In reply to: Email notification of comments stopped workinghmm, after upgrading 1.2.1 -> 1.2.2 I have the same problem.
http://minimag.cz/dupeForum: Fixing WordPress
In reply to: RSS Feed Errorwp-rss2.php, line10:
header(‘Content-type: application/xml’, true);Forum: Fixing WordPress
In reply to: This problem needs to be resolved.hmm, maybe I have same problem:
line 1, column 1: XML Parsing error: <unknown>:1:1: not well-formed (invalid token)
<?xml version=”1.0″ encoding=”utf-8″?>
^
http://minimag.cz/dupe/wp-rss2.phpForum: Themes and Templates
In reply to: The best designed WordPress powered sitesForum: Everything else WordPress
In reply to: BLOG:CMS vs. WordPressNo comment 🙁
http://forum.blogcms.com/viewtopic.php?pid=2745#2734Forum: Everything else WordPress
In reply to: WordPress round the worldCzech: http://minimag.cz/arsinoe/
Forum: Plugins
In reply to: URI Titles for Non-English LanguagesThank you ala_747, HTML entities: http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php
Forum: Plugins
In reply to: URI Titles for Non-English LanguagesUnfortunately it doesn’t work in Czech 🙁
Characters: Ä› Å¡ Ä? Å™ ž ý á à é ú ů ň …Forum: Fixing WordPress
In reply to: Arcane bugs in 1.2-epsilon-RC1And weekday Thursday and Saturday can´t be translated via POT file (letters S and T), because there is same letters for these days in English (Sunday-Saturday and Tuesday-Thursday), but other languages have different.
v. 1.2 RC2Forum: Fixing WordPress
In reply to: 1.2-RC1 and translation problemsThank you!
Forum: Fixing WordPress
In reply to: Error: please type a commentIf are you simply renamed it_IT.po to it_IT.mo, it’s wrong. Try to download it_IT. mo from http://bronski.net/data/it_IT.mo
Forum: Fixing WordPress
In reply to: Error: please type a commentForum: Fixing WordPress
In reply to: Error: please type a commentInfo about localization:
http://wiki.wordpress.org/index.php/WordPressLocalization
Insert .mo file into wp-includes/languages