schestowitz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: BlockQuoteit’s not tested, but
blockquote:before {
content: url(/IMG/image.png) ” “;
}I don’t even know if it’s perimitted when it comes to standards.
Forum: Fixing WordPress
In reply to: Permalink with StringYou can ‘fake’ structure, provided there aren’t too many pages involved using some URL rewrites. This is not recommended however. Honour the CMS (WordPress) conventions and accept the limitations.
Forum: Fixing WordPress
In reply to: Blog not updating…I am not too sure it’ll provide a solution. What browser are you using? Have you got another browser to test this with? Maybe a mate who can test this from a remote computer? You can try viewing your site from a proxy. Try <My domain name>/proxy. Username is ‘open’, password is ‘proxy’.
Forum: Plugins
In reply to: Recent CommentsAt least of them (recent comment plug-ins) was hammering really hard on the database/server and was leading to warning or banishment from Dreamhost. Be warned… know your poison (extension).
Forum: Plugins
In reply to: Ajax Spell CheckerHave you contacted the author of the plug-in? It would be hard to judge as we have no access to the editor, so can’t see for ourselves. Maybe it’s a known bug that is described in the form of comments in the author’s homepage. There are other spellchecker tools, by the way. Some of them are browser-bound.
Forum: Installing WordPress
In reply to: Wordpres 2.0 200 OK errorWhat happens when you import the database that is used in http://www.mazalien.nl/weblog/ ? Don’t point to it, but duplicate it for testing purposes instead and see what happens…
You can later progressively push bits from http://www.mazalien.nl/blog/ to http://www.mazalien.nl/weblog/ .
Forum: Installing WordPress
In reply to: nothing but rubbishSounds like a php file is treated as a simple object here. Contact the system admin if you haven’t PHP running. See server information as well if the sysadmin is on holiday…
Forum: Plugins
In reply to: SK2 and MySql 5 (and maybe beta 2 rc3)There might be a commonality here:
http://wordpress.org/support/topic/52997
No SK2 involved in that case though…
Forum: Alpha/Beta/RC
In reply to: Unknown column ‘comment_count’ in ‘field list’This sounds similar to:
http://wordpress.org/support/topic/52993
Does this happen in all items (posts)? It sounds as though there might be a bad comment or something that was not propagated successfully from a previous installation.
Forum: Fixing WordPress
In reply to: Links on menu.phpYou should not have changed menu.php. I urge you to use the link management tool, which acts as a ‘black box’, in the WordPress dashboard. It also enables you to control link visibility, just in case you occasionally swap/rotate.
Forum: Themes and Templates
In reply to: different template regarding to post id or date?This would be very hard to achieve. You will need to hack the WordPress code to do this. I thought about this before, but it has many reasons to be avoided. What’ll happen if you display various items together and each one inhereits a different theme? Thoughts to ponder…
Forum: Fixing WordPress
In reply to: Links on menu.phpMaking the link unavailable does not make a page disappear. It might make it inaccessible, an island, a page not to be crawled by search engines. Whether you should remove it is up to you. Less Google juice perhaps…
Forum: Fixing WordPress
In reply to: Reverse Order for all PostsYou must have stumbled upon an implementational conflict. The index files are used to display categories as well as anything else at the core. Changing the order of items fetching perhaps causes the archives-generating function to fail. Maybe it has an implicit precondision — an assumption about post order. All in all, you could probably retract the changes or find a more robust solution/hack.
Forum: Fixing WordPress
In reply to: RSS feed not being generatedHave you installed any plug-ins or changed any code?
Forum: Installing WordPress
In reply to: blog handicapedThis is quite normal. the comment will probably show up later.