ifelse
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Download CorruptI’ve just tested the download in FF and it opens and extracts fine. Make sure that the download has completely downloaded before opening. Also make sure that you’re saving it to your local machine before opening.
Forum: Fixing WordPress
In reply to: noone can be registered in admin areaIt’s a required part of the upgrade process to ensure database schema and function definitions are upgraded to the required level.
So yes, you should run them:-)
Forum: Fixing WordPress
In reply to: noone can be registered in admin areaDid you run upgrade.php, upgrade-schema.php and upgrade-functions.php (in the wp-admin directory)?
Forum: Fixing WordPress
In reply to: edit a post in this forum?There isn’t a delete option available to general users, only the mods.
Forum: Fixing WordPress
In reply to: Save Changes Without Publishing?Unless you unpublish it (i.e. set it to draft again), then it’s not possible. Edits are written directly updated to the content column in the DB i.e. there is no such concept of a “inprocess save”.
Forum: Themes and Templates
In reply to: Blix – New Theme for WP 1.5“It assumes that I am logged in as someone. You can’t enter your name, email or URI.”
Check your user list to see if you have a blank user added.Forum: Fixing WordPress
In reply to: Empty AdSense Blocks?!?They show up fine to me.
BTW, do you really need 3 adsense blocks? Personally, if anytihng, it makes me even more discouraged to click them even if the links are relevant…
Forum: Fixing WordPress
In reply to: DashboardForum: Everything else WordPress
In reply to: list of WPSite Service Peoples?The big problem is how to stop it looking like a form of endorsement or how to allow people to edit/retract their information.
That said, the wiki nature of the codex would be a good way to handle the latter.
BTW, could you flag this as “not a support question”?
Forum: Fixing WordPress
In reply to: How can I specify a CSS class to a blog title?You could try something like this:
<h2 class="if ( in_category('category_id') ){
echo "Tulane";
} ?>">
<?php
the_title();
?>
</h2>Forum: Everything else WordPress
In reply to: Plugin idea – Syntax coloured theme editor?How hard would it be to build a syntax coloured theme editor plugin for WordPress?
Extremely hard indeed if you’re looking for a editor and not just a viewer.Forum: Everything else WordPress
In reply to: Best text editor for XP?+1 for Notepad2. This is what I use for my site development. However, it doesn’t support MDI which was on your list of requirements.
A good commercial text editor is Editplus. The best handling of wordwrap that I’ve seen. Had they offered payment via Paypal and Notepad2 not available, I’d easily purchase it.
Forum: Your WordPress
In reply to: IfElse redesigned: Black GoldThanks for the kind words:-)
” it does mean focus is drawn away from the shorts until it is required.”
Yep, that was my intention. I wanted to, not so much draw attention away from the shorts but more highlight the main post. I have, however, modified the hover effect to act on the paragraph rather than the whole shorts section so it should be less distracting.Forum: Everything else WordPress
In reply to: posting offline?Thanks to the open protocol employed, there are a lot of programs that handle this. The key word to search for is XML RPC. As ever, the Codex comes to hand.
Forum: Fixing WordPress
In reply to: Line 2 Char 16, Expected “]”Seems to work in IE6. Try CTRL + F5 to make sure you’re not retrieving a cached copy…