antifuse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exporting from WPWell, you could always just do a backup of your whole database (that’s what I do). 🙂
Forum: Fixing WordPress
In reply to: Moving an InstallationOk, I updated the Wiki page… Now the only thing I can’t figure out is how to create a username on there, not that it really matters 😛
Forum: Themes and Templates
In reply to: wp Zen Garden!Hrmm… I disagree with you NTU: the basic index.php doesn’t really put much focus on the tool at all, it shows some BASIC stuff that you can do with it but it really doesn’t showcase a lot of the features and functionality of WP. I’d be willing to help out with this if people want to get it off the ground… and if anyone is considering it – don’t forget that 1and1.com has their free webhosting deal available for another week (if you haven’t already taken advantage of it for your own site).
Forum: Fixing WordPress
In reply to: Index page category problemThat sounds like this bug. Do you have the latest from CVS?
Forum: Fixing WordPress
In reply to: Moving an InstallationI’ve done this several times… moved back and forth between different directories. The only settings you need to change (that I can remember changing) are:
- smilies_directory in General Blog Settings
- siteurl in Base Settings
- link images in link manager possibly? I never use these so I’m not sure… they appear to be relative paths in the default settings
I would update the Wiki page, but I have yet to figure out how Wiki works… hehehehe… don’t want to screw up the page. 🙂
Forum: Themes and Templates
In reply to: wp Zen Garden!That would be totally awesome. I’d love to see some great CSS templates done by folks (simply because a lot of the ones I’ve seen thus far have been really messy).
Forum: Plugins
In reply to: 4images and wordpressI’m guessing the person wants a hack to integrate the two in some way…
Forum: Requests and Feedback
In reply to: true/false vs. 1/0sounds to me like developer preference… since there’s more than one person working on the code, there’s probably some devs that like using 1/0 and some that like using true/false 🙂
Forum: Requests and Feedback
In reply to: Bug: Default home page links to itselfstarsky: I was going to add to the persnicketiness of the thread by saying “I think you mean persnickety,” but apparently pernickitey means the same thing. But you still spelled it wrong 😛
Forum: Requests and Feedback
In reply to: Bug: Default home page links to itselfI don’t see it as a bug, frankly. How many people even know that the weblog title is a link? And yes, it’s on Jakob’s list, but frankly Jakob’s list is more of a guideline for corporate home pages (see #1: “Emphasize what your site offers that’s of value to users and how your services differ from those of key competitors”).
Forum: Requests and Feedback
In reply to: Permalink structureActually the RewriteRule should probably work for either way. 🙂
Forum: Requests and Feedback
In reply to: Permalink structureAgreed… double digit months/dates are just prettier. But that’s just in my own opinion… it’s easy enough to fix it for the permalinks, but the day/month links (used in the calendar) require a bit more work to tweak.
Forum: Fixing WordPress
In reply to: Suppress email link in comments?In wp-includes/template_functions.php, in the function comment_author_link() you can replace the line
if (empty($url) && empty($email)) {
with
if (empty($url)) {
and that will prevent the e-mail from being displayed. This is assuming that you want URLs to display but not e-mails.
Of course, if you’re worried about spam harvesting bots, when e-mails are displayed in the comments page they use the antispambot function…Forum: Fixing WordPress
In reply to: Edit page bugJust grabbed the latest CVS version (or rather, the one that Alex posted a zipfile of on his site) and the problem is fixed in it. 🙂
Forum: Fixing WordPress
In reply to: Nightly builds coming – here is a current CVS snapWoohoo! This is excellent, also quite useful when for whatever reason the CVS repository can’t connect (like for me today)