antifuse
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Request: Topic title on posts awaiting moderationbump
Forum: Plugins
In reply to: Displays 10 most recent linksUmm… that code is for using links with the link manager, not to pull links from posts… examining links from posts would be a much larger project, methinks…
Forum: Installing WordPress
In reply to: database name problemHrmm… did you install phpmyadmin yourself, or is it set up by your provider? I know with one provider I had, when they appended stuff to the database name they also appended it to the username… so you could try appending friendshipcorner_net_-_ to your username as well. Something to consider.
Forum: Fixing WordPress
In reply to: MT import – all comments closed – Can I change thaDo you have the ability to execute SQL statements directly on your database? (ie through the MySQL panel in a shell window, or via PhpMyAdmin)
If so, you can execute the following SQL statement:
update wp_posts set comment_status='open';
Of course, if you have a different prefix for your tables then change wp_ to whatever your prefix is 🙂Forum: Themes and Templates
In reply to: Archive URL strategiesGoogle works fine for me reaching the end of the archive link… my #1 entry (with over 1000 hits from Google searchers since I posted it) is http://www.ryanwaddell.com/archives/2004/1/14/why-is-nicole-ritchie-so-much-more-popular-than-paris-hilton/ so I would say google doesn’t have any problem with it 🙂
Forum: Installing WordPress
In reply to: Fatal Error?Hrmm… that’s a 1and1 database, and they automatically add the one user to the database when they set it up… my suggestion is to try getting phpMyAdmin working with your database info… If THAT doesn’t work (it’s really easy to set up, incidentally) then you might have to contact 1and1’s support.
Forum: Installing WordPress
In reply to: database connectionChances are it’s an earlier line… check for any php statements with missing semi-colons… Or if you save your index.php as index.phps on your site and show us where it is, somebody can take a look at it and help you out.
Forum: Everything else WordPress
In reply to: Statistic of searched terms in my blogI use AWStats for my site stats (it’s not really specialized for WP… but theoretically it could be modified to look for WP specific search URLs)… pretty much I just use it to see what google/other search terms people use to get to my site 🙂
Forum: Fixing WordPress
In reply to: Technorati pingsI’m thinking that tutorial is pretty much bang on, you just have to modify the appropriate wp files instead of b2 files (the files are almost identical, just the names are changed to be wp-related).
As an aside to this: Will there be any functionality added in (a la Movable Type) that lets us ping a list of other servers when we update our blog? So that we don’t have to go through and re-create a new ping function for every new site we want to ping?Forum: Fixing WordPress
In reply to: Tutorial for turning on comments popup?Hehehehe… no problem. Everybody’s gotta be a noob at some time 🙂
Forum: Fixing WordPress
In reply to: Tutorial for turning on comments popup?Not much tutorial required… in your index.php, uncomment the following line:
<?php // comments_popup_script(); // off by default ?>
And poof, you’re done! 🙂Forum: Fixing WordPress
In reply to: Can you have permanent comment links?They are! The time of each comment on your comments page should be the permalink to the comment itself. 🙂
Forum: Everything else WordPress
In reply to: Statistic of searched terms in my blogI’m not sure if WordPress actually logs this… You might have to use your server logs for it.
Forum: Fixing WordPress
In reply to: WP in its own directoryAhhhh… that’s entirely different. As far as I know there’s an extensive amount of hacking required to have index.php in the root folder and everything else in a separate folder.
Forum: Fixing WordPress
In reply to: comment HTML filter busted@nachoman: I assume you’re the same person as scenic? I actually just tested (I’m running the 01/23 nightly build) and that bug with removing the = next to ID appears to still be there.