7milesdown
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trackbacks !I just recently got my trackbacks going, but Im not sure how to get others trackbacks to appear on my site either…LOL. looks like we are both clueless
Forum: Fixing WordPress
In reply to: Trackbacks for 1.5 nightliesWell, since no one solved this or tried to help me, I dug deep in the site the past few days and found this.
Yep, had problems like that. Solutions:
1. Add to .htaccess:
<Files “index.php”>
AcceptPathInfo On
</Files>
2. In wp-comments.php, change the trackback link info to:
<?php bloginfo(‘url’); ?>/trackback.php?p=<?php the_ID() ?>
3. In template-functions-comment.php, go to the trackback_url function and change:
$tb_url = get_settings(‘siteurl’) . ‘/wp-trackback.php/’ . $id;
to:
$tb_url = get_settings(‘siteurl’) . ‘/wp-trackback.php?p=’ . $id;Number three worked for my 1.5 nightlies. I just wanted to share in case others were frustrated like myself. Its working good now. For some odd reason my trackback URL was coughing out a NO INPUT IS SPECIFIED until I used the 3rd fix here. It works great now.
Forum: Plugins
In reply to: Plugin Manager by Dr. Dave!I would have done that, unfortunately there is no where to ask questions. I dont want to put it on his blog, that would be rather rude. So I asked here in the support forum.
Forum: Fixing WordPress
In reply to: Asides with 1.5aaronshaf, that would be a great option I cONCUR!
Forum: Everything else WordPress
In reply to: comment spammingTraffic is good! you getting reads! What do you mean traffic is growing?
Forum: Fixing WordPress
In reply to: WordPress 1.5Its beta. got to be paitent!
Forum: Installing WordPress
In reply to: I’m ready for a meltdownwhoa…..insane indeed.
Forum: Fixing WordPress
In reply to: Weird Spam Karma Issue^^ Im having the same issues. I installed, and eats spam like nothing. But hard to get comments by regulars. hmmmm
Forum: Installing WordPress
In reply to: Latest nightly build – bad things happeningI reverted back to 1.5 1.4.05 and problems resolved. thanks. gonna wait till I hear more about these bugs.
Forum: Installing WordPress
In reply to: Latest nightly build – bad things happeninggah, im getting those problems today! whoa is me! wow, talk about a jinx………GRRRR
How did you go backward with the build? Just overwrite using 1.4.05?
Forum: Installing WordPress
In reply to: Latest nightly build – bad things happeningOH NO!
Forum: Installing WordPress
In reply to: Latest nightly build – bad things happeningIm using the Jan 8th build. haven’t found any bugs? what are they?
Forum: Installing WordPress
In reply to: Where can I download Ver. 1.5Nightlies! at the bottom of the Download page
Forum: Your WordPress
In reply to: The Drum Report revampedreally like the header. good work!
Forum: Plugins
In reply to: New Plugin: ShowOnFrontPageAwesome Idea. I was wondering how long it would take someone to realize this would be a valuable function.