skippy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to say ‘howdy, $user_id’global $user_identity;
get_currentuserdata();
if ($user_identity) { echo "Hi $user_identity!"; }Forum: Plugins
In reply to: NEEDED: guest name checkIf by “reserved” in the database you mean “belongs to a registered user”, then impostercide is the tool you want.
If by “reserved” you mean “already used”, then how do you propose to allow the person who last used that name to come back and use it again? The blog cannot determine which public user is which.
Forum: Plugins
In reply to: avatar hack/pluginhttp://www.gravatar.com/ is the current leader of the pack. They have a WordPress plugin. I have a different version available here:
http://www.skippy.net/blog/category/gravatarsForum: Fixing WordPress
In reply to: WordPress database errorI see no such error. Did you do anything?
Forum: Installing WordPress
In reply to: Creating a table in dbUse phpMyAdmin, go to the
SQLtab, and paste theCREATE TABLEbit into the text area.Forum: Fixing WordPress
In reply to: World Press user steals my postsRegistrant:
N/A
La Costa Strada 22
Rome, NA 33-533
ITDomain name: XJKUEBM.COM
Administrative Contact:
Bufoni, Allesandro allesandrobufoni@xjkuebm.com
La Costa Strada 22
Rome, NA 33-533
IT
+39.046382429
Technical Contact:
Bufoni, Allesandro allesandrobufoni@xjkuebm.com
La Costa Strada 22
Rome, NA 33-533
IT
+39.046382429Registration Service Provider:
Everyones Internet, domains@ev1servers.net
http://www.ev1servers.netI’d suggest you send a note to ev1servers.net and ask them to intervene.
Forum: Fixing WordPress
In reply to: Post via email does not work.thanks for the correct, tanster. That’ll teach me to link from memory, instead of verifying that my memory is correct!
Forum: Fixing WordPress
In reply to: Post via email does not work.Are you running a cron job to enable WordPress to check this account?
Have you read the Blogging By Email instructions?
The best solution would be to delete your files and drop your database; then restore everything from known good backups. This will take time, and be a big pain in the ass. Be sure to change your password(s), and remove any unnecessary plugins
Forum: Fixing WordPress
In reply to: InnoDB versus myISAMDoes your
wp-config.phpfile contain the correct username, database name, and table prefix? The latter two need to match the data you imported.Forum: Fixing WordPress
In reply to: Why not use phpbb ?You can also use HTML encoding, which means to type “ampersand+the letter ell+the letter tee+semicolon” (<) to create the opening bracket for HTML tags. > will produce the closing bracket.
Forum: Fixing WordPress
In reply to: InnoDB versus myISAMOnce you export the database, you should have a plaintext file filled with SQL statements. It will be in this file that you’ll find the ENGINE= bit that I mentioned above. You won’t see it until you export the database to a file. Open the file in your favorite text editor, and search for
InnoDB. Replace withMyISAM. Repeat as necessary.Forum: Fixing WordPress
In reply to: Change “Blog address (URI)” in WP 2.0 – No more emailsWhy not share your changes here, so that people searching in the future can get the answer, instead of an email address?
Forum: Fixing WordPress
In reply to: InnoDB versus myISAMIf you look at your database export, you should (hopefully) see something like this at the end of each
CREATE TABLEstanza:
ENGINE=InnoDBTry changing those from
InnoDBtoMyISAM. Good luck.Forum: Plugins
In reply to: New Plugin: Non-Numeric-NamesBe sure to use Spam Nuker to delete spam, or to retrieve legitimate comments incorrectly flagged as spam.