TigerDE2
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Languages – converting .PO to .MOHave you looked at poEdit’s help menue?
It’s very helpful… πForum: Fixing WordPress
In reply to: Localizing WP1.5Newest pot files:
http://codex.wordpress.org/Image:wordpress.pot
Recent translations:
http://wiki.wordpress.org/?pagename=WordPressLocalization
See also:
https://launchpad.ubuntu.com/rosetta/products/wordpress/wordpress-1.5
hth
ChristianForum: Everything else WordPress
In reply to: German Spam@nuclearmoose: deutscher SPAM. We’ve adopted that word. Though you could probably say “deutscher WerbemΓΒΌll”. SPAM is more precise, though… π
ChristianForum: Everything else WordPress
In reply to: UTF-8 Supporting Free Win32 PHP-Editors?This is what I’ve been planning for over a year now.
But I’m attending college in GB at the moment and I’m only at home for the vacations, so it wouldn’t be much use installing it right now anyway. (Especially since I intend to pay for a package because I want to have a support hotline I can call for the first few days.) But I’m definately going to install Linux some day next year. I hope… π
ChristianForum: Everything else WordPress
In reply to: UTF-8 Supporting Free Win32 PHP-Editors?@bendg: It’s a pitty Quanta isn’t available for Windows. It seems to be such a good editor…
But I’ll have a look at Notepad2 right now. π
Cheers!@podz: NVU doesn’t support unicode/utf. (I couldn’t find it at least…) Thanks though.
@manzabar: Thanks for the tips, but I don’t really like jEdit for some reason. (I’ve had a look at it before.) I’ll probably use it now, though… π
Regards,
ChristianForum: Fixing WordPress
In reply to: [1.2.2] How to check if visitor is logged in?This thread help indeed! π
Thanks. πForum: Plugins
In reply to: a problem with Faked Folder pluginHi!
Simply create an empty file and name it .htaccess.
If you’re using Windows, open Notepad.exe, click File > Save and enter “.htaccess” as filename (with those two “”!!!).
Upload the file into your wp directory and try again. You might have to change the CHMOD to allow PHP to write to it.
Also, make sure you have set your FTP program to show hidden files.
Either in the options, or, if it supports filters (e.g. WS FTP), enter -a as a filter.
hth
ChristianForum: Everything else WordPress
In reply to: Wikipedia co-Founder Blogs Using WordPress!!!He is, by the way, using WP for over two months now.
So it’s nothing to get too excited about… πForum: Everything else WordPress
In reply to: @allusion: Question concerning your index.phpThanks. π
Forum: Everything else WordPress
In reply to: @allusion: Question concerning your index.phpI thought so, but it somehow doesn’t make sense to me:
Why would he check for it only in the second statement?
It’s kind of obsolete because the whole rest of that if statement should – in theory – check for exactly the same thing, shouldn’t it?
Regards,
ChristianForum: Fixing WordPress
In reply to: Problems with POT file creationCheers.
That’s a bug then: Double lines and Windows line endings…Forum: Fixing WordPress
In reply to: Problems with POT file creationIt turned out this wasn’t the problem.
But I just had the ingenious idea to simply take the online wordpress.pot and use poedit to update it.
The results: 54 new and 12 obsolete strings.
That explains a lot… ;o)
Regards,
ChristianForum: Fixing WordPress
In reply to: Problems with POT file creationHmm…
I think I do now know what the problem is…
poedits result:
#: wp-admin/categories.php:341
#, php-format
msgid ""
"Note:
\n"
"\n"
"Deleting a category does not delete posts from that category, it will just\n"
"\n"
"set them back to the default category %s."
msgstr ""
Something has gone wrong, I suppose… 8)Forum: Fixing WordPress
In reply to: Problems with POT file creationUhm, I tried, but it’s a mess, even with WinMerge’s Move Block Detection enabled…
I’ll try again, though… πForum: Everything else WordPress
In reply to: poedit help neededFor some reason, I the archive contents seem to have Windows Line Endings (/r/n) which I now try to convert to *NIX line endings.
Going to be a little difficult… π