lucky_strike
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Word-file (.doc) from wordpress?Hi,
I like to export articles dynamicaly as a word file. Word is a binary file, but you can use also html…I tried for about two houres and it seems to work :)). The main aspect is, that the html-content (with the word header) is in a tabel (no html-header or body). If you use p-tags, word likes to start a converter tool. But it seems that word has no problem to understand a table with HTML-formats.
to test it, I used a wordpress hack started with
header('Content-type: application/msword');
// Require WordPress Header
require('wp-blog-header.php');
?>and did all the content of the posts (without html head/body) in a table. ….
Forum: Plugins
In reply to: Web graber / content ripper for WP?thanks.
How ever, I tried for about one houer to use the parser ob webgarb inbetween WP – but I need to much time to fix all the bugs of that solution… example: and old forum (perl-cgi) parsed into WP
http://lahr.net/beta/media-ARCHIV2.php (…endles bugs ;-)))Forum: Fixing WordPress
In reply to: archive problemok – but now, I think, it works!
It was a “european problem” … in most european countries you usually write a date as “day/month/year”
Does anybody (except some british and german users :)) really tried to work with the structure described at “options-permalink.php” ? ;-))
That means – if you use the amercican date structre for permalinks (month/day/year) the script works well…
/archives/%monthnum%/%day%/%year%/%postname%Forum: Fixing WordPress
In reply to: archive problemhaha -no sorry, it don’t works everywhere – now, the calendar has a 404 ….tzzz?
Forum: Fixing WordPress
In reply to: archive problemThanks for help, I solved the problem now with “try and error”-methode
I cancled all date parameters (year%/%monthnum%/%day%)…. the structure is now just :/archives/%postname% – and it works erverywhere (I hope ;-)))
Forum: Fixing WordPress
In reply to: archive problemForum: Fixing WordPress
In reply to: archive problemI have the same problems… if I use:
/archives/%day%/%monthnum%/%year%/%post_id%/%postname%
anything works fine , but I hve a bad request at the archive
but if I use:
/archives/%year%/%monthnum%/%day%/%postname%/
the post links break!