codergurl
Forum Replies Created
-
Forum: Plugins
In reply to: Post-to-Post Navigationtip: you can use $pagenow inside of basename (__FILE__)
Forum: Fixing WordPress
In reply to: include errors with nighly 2004-08-10I did a fresh install on my local server, and it returned the same errors.
Forum: Plugins
In reply to: Parse for People PluginYou’re in luck. I just started coding something like this for my journals a few days ago. I haven’t had time to finish because I’ve been taking advantage of tax free weekend. 😉
Forum: Plugins
In reply to: New daily plug pluginchange .php to .phps so we can see the source code to download
Forum: Fixing WordPress
In reply to: new hostAnonymous probably didn’t mean to post this at all. I was just filling space. 😉
Use the excerpt field?
Forum: Installing WordPress
In reply to: new install displaying wp-admin/install.php as chiyeah, not a good idea. i just changed my character encoding to utf-8 and i could see it. i have no idea why your config file isn’t being excuted instead of returned on the install page. =/
Forum: Fixing WordPress
In reply to: new hostI need one. My current host doesn’t fit my needs. No shell access, safe mode is on, Imagick not installed, and the list goes on. =/
Forum: Fixing WordPress
In reply to: Question for admin…You can’t use bbcode. You have to use the html tag.
Example:
some code
Outputs:
some codeForum: Fixing WordPress
In reply to: validation error: I am getting 2 <p>’s added to eNot it’s not you. I have the same problem with 1.3 adding extra tags.
Forum: Fixing WordPress
In reply to: how to have it permanent?Try out Adhesive or Sticky Post. There’s also a hack found here.
Forum: Plugins
In reply to: Tagboard hackthere’s also plenty of tagboard/guestbook scripts you can install. try searching hotscripts.com
Forum: Fixing WordPress
In reply to: Change admin interfaceedit edit-form-advanced.php or switch to the simple edit form
Forum: Fixing WordPress
In reply to: Test if you are on a permalink page<?php
if ($single) {
/* blah blah blah */
} else {
/* blah blah blah */
}
?>
In 1.3-alpha, you can use is_single() instead of $single.Forum: Plugins
In reply to: WordPress Shell HackMe neither, but since it’s available now. Why not? 😛