umquat
Forum Replies Created
-
Forum: Plugins
In reply to: Show the size in chars of the excerpt field.I installed and removed it in less than 5 mins.
It felt like killing a mosquito with a photon torpedo! that plugins is soo huge that I wouldn’t know where to begin!
—————-
Thanks webs!I’ll install it and report back ??
Forum: Plugins
In reply to: Multisite proposalOkies, I’ll post it over there ??
Forum: Fixing WordPress
In reply to: photos / mini-gallery.phpI tried to get it working, but failed :-(. I’m using 1.2
It complains a lot about failing to include(), but after fixing that, the plugin headers are all wrong, so it won’t show up properly in the plugin control page.
After fixing that, my PHP started to complain about parse errors on a perfectly formed line. (line 27, the title)
any ideas?Forum: Plugins
In reply to: Tweaked post edit code (multi-user blog)Anyone working on this? one engine, many front-ends?
If I wanted to start coding suchs athing where would I need to start? who would be the WP developer most interested in such a feature?
Best
Rub??nForum: Fixing WordPress
In reply to: 1.2-epsilon-RC1 not showing extended charswoops, double post, I thought edit did exactly that ?? Please delete the ugly post ??
Forum: Fixing WordPress
In reply to: 1.2-epsilon-RC1 not showing extended charsala_747, michel_v: UTF-8 is better, so I needed to convert the mysql dump to UTF-8. In Linux there’s a nifty utility called iconv.
This is what I did:
iconv -f iso-8859-1 -t utf-8 ../blogdump_wp_1.0.sql >blogdump_wp_1.0-UTF8.sql
Then I could feed it it Mysql, worked like a charm.
I think the moving to UTF-8 is a very solid decision, but the upgrade script really should take care of that. I would suggest the following steps:- Dump the DB to a file
- If in Linux, use the systems iconv to convert encodings
- for Windows users, provide the instructions to download and execute iconv.exe (maybe from https://www.zlatkovic.com/pub/libxml/iconv-1.9.1.win32.zip) Maybe bundle it if licensing permits
- create another database, preferably with another user and passwd
- feed the newly converted file to mysql, using the new database and user
- Run the current upgrade (modify structure, etc.)
- Ask if the source code will use the current location, or another one
Hope it helps
Cheers
Rub??n