wsw70
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Simile Timeline problem – no excerpt in info bubblesThis plugin is broken with WP 2.3 (due to a reorg of the table names). It is listed as broken on the WP site.
We can just hope that the aithor will upgrade itForum: Plugins
In reply to: Template on new blogYes – sorry I have it as a shortcut and I was not precise enough.
Forum: Fixing WordPress
In reply to: browsable copy of a blog – suggestions?I thought about that too but I am affraid that wordpress being php-based, the content grabbers like Teleport or httrack can have issues. I will try tonight when back at home.
Thanks!
WojtekForum: Fixing WordPress
In reply to: Call to undefined function: xml_parser_create()I had exactly the same problem. Solved by re-emerging php with the ‘xml’ flag set (in /etc/make.conf)
Forum: Fixing WordPress
In reply to: redefining home()Sorry for the delay – I had some issues with the blog and reverted back to pure standards 🙂
The summary is that the trick above definitely does not work (sorry for the typo in the name – I was of course looking at functions.php).
I really wonder whether this file is parsed at all as it was empty before I added the lines suggested by filosofo
Forum: Fixing WordPress
In reply to: redefining home()I decided to go for mod_rewrite in Apache to handle this and it works. I added lines like
RewriteRule /paplanie /index.php/?cat=1
in the definition of my virtual host (together with aRewiteEngine on).The question of style.css not being parsed is still there, though 🙂
Thanks,
WojtekForum: Fixing WordPress
In reply to: redefining home()Thanks for the hint but it did not work.
Now – I wonder whether the finctions.php file is read in at all. I have a similar problem with the style.css file — if I update it the changes do not appear (for instance for my horizontal menu). If I add the CSS entries directly in header.php then it works.
I use WordPress 2.0 — the latter used to work in 1.5.Just a though — I would appreciate someone more knowledgable to comment.
Thank you,
Wojtek