Mark McKibben
Forum Replies Created
-
Forum: Plugins
In reply to: random quote“It’s not my goddamn planet, understand, monkey boy?”
– The Adventures of Buckaroo Banzai Across the 8th DimensionForum: Plugins
In reply to: random quote“I don’t want to talk to you, no more, you empty-headed animal, food trough wiper. I fart in your general direction. You mother was a hamster and your father smelt of elderberries.”
– Monty Python and the Holy GrailForum: Plugins
In reply to: Help me choose photo gallery plugin/script. . .Simple PHP Gallery might also be of interest to you.
Forum: Fixing WordPress
In reply to: Separating comments from pingbacks and trackbacksNope, that’s just how WordPress works; however you can use ScriptyGoddess’s hack to seperate them.
Forum: Fixing WordPress
In reply to: Comment awaiting moderationProbably, but I haven’t found it yet. But I have had users submit their comments multiple times because my site was eating them. For now, I’ve just added the Comment Preview hack; which I’m hoping will cut down on that problem somewhat.
Forum: Installing WordPress
In reply to: Blank index.php after successful install@chanz, the admin account always logs in as admin. I don’t know why, that’s just the way WP works (threw me for a loop the first time I started playing around with WP). However any posts that you write as admin should show up as being written by you (depends on your settings in the admin panel).
Forum: Installing WordPress
In reply to: Strange!: Installation appears successful, but noWhat do you mean by “After a bunch of code”? Were you getting error messages? Was some of the PHP code actually showing on the page? Something else?
Forum: Plugins
In reply to: last visit*grin* I just get extremely tired of people who are too lazy to find things themselves and then leave 1-2 word posts for us to figure out.
Forum: Plugins
In reply to: last visitWe all hope so.
Forum: Themes and Templates
In reply to: templates… are temporary workers who always show up late for work.
… make setting up WordPress based sites easier.
… can be used to club Anonymous posters over the head for leaving one word posts.Forum: Installing WordPress
In reply to: Password problemsYou’d want to search these forums. Here’s a thread that might help you with your login problem:. Login / Password problems ?
Forum: Fixing WordPress
In reply to: Can I comment on my own blog?Perhaps you have comment moderation enabled. Presuming that you have WordPress v1.2 installed, go into the Admin section, click the Edit link and then in the small text on the dark bar is an option labeled “Awaiting Moderation”. Click that and you might find that all your comments are there waiting to be approved (unapproved comments don’t show on your blog to discourage comment-spammers).
Forum: Plugins
In reply to: did anyone got Amazon Media Manager 1.1?? to work@beel: You rock! Your last suggestion fixed it and now I’ve got AMM running as a plugin.
@davidchait: I’d looked at your hack back when I was wanting to add this sort of thing to my site, but I found AMM first and it seemed easy enough to do what I was looking for. I will be watching the forums to see what new features you implement; but at this point, I don’t feel the need to switch.Forum: Plugins
In reply to: did anyone got Amazon Media Manager 1.1?? to workHmm, I tried that actually but when I activate the plugin; it then gives me the following error.
<pre>
Warning: main(admin-header.php): failed to open stream: No such file or directory in /home/manzabar/public_html/wp-content/plugins/amazonphp.php on line 18
Fatal error: main(): Failed opening required ‘admin-header.php’ (include_path=’.:/usr/share/php’) in /home/manzabar/public_html/wp-content/plugins/amazonphp.php on line 18
</pre>
Then I went into the amazonphp.php file, to line 18 and saw:
<pre>
require_once(‘admin-header.php’);
</pre>
I tried changing this to find the file using a relative path:
<pre>
require_once(‘../../wp-admin/admin-header.php’);
</pre>
Unfortunately, I got the same errors as before, so then I tried changing this to use an absolute path:
<pre>
require_once(‘/home/manzabar/public_html/wp-admin/admin-header.php’);
</pre>
But I still got the errors. Any suggestions?Forum: Plugins
In reply to: did anyone got Amazon Media Manager 1.1?? to workHas anybody tried setting this hack up as a plugin yet? Been successful? Care to share how they did it?