brianbonner
Forum Replies Created
-
Forum: Plugins
In reply to: Looking for WP-Since Last Visit plugin usersThis may sound stupid, but there is no documentatin with this plugin and I need to know the code to place in my template to use it.
Thanks
Forum: Fixing WordPress
In reply to: Separating comments from pingbacks and trackbackscrowspeak,
How does that show trackbacks in a seperate page?Macmanx,
I have been to all those links numerous times now. This issue has never been resolved. I have placed a feature request.Forum: Fixing WordPress
In reply to: Trackbacks on main pageRyan,
That just changes the label, not the content or where it is displayed.Forum: Plugins
In reply to: Set the visibility of a postI use Solvent.
http://jynnantonnyx.com/archives/2005/05/17/solventForum: Fixing WordPress
In reply to: Separating comments from pingbacks and trackbacksHow is that more clutter than comments & Trackbacks (0)? Plus having a trackback link allows you to lead other bloggers to your trackback url.
I want to show trackbacks in its own popup like comments-popup.
Forum: Fixing WordPress
In reply to: Separating Comments and TrackbacksI am curious how you did it, but your profile does not list a webpage.
Forum: Fixing WordPress
In reply to: Showing trackbacks other than commentsSkippy,
That would allow me to show inline trackbacks in ALL posts, but not individual posts.I would have to figure out how to code a popup window for the trackbacks to appear in. Actually using WP code to show trackbacks is even easier than the code it provides.
But thank you! That was in context of my question.
PS the inline trackback plug-in does not funbction on my blog for whatever reason. I ASSuMe it is because of a plug-in conflict.
Forum: Fixing WordPress
In reply to: Showing trackbacks other than commentsThank you for the effort, but none of the above solved my problem. The hack by scripty goddess may have been of some help if It wasn’t over a year old. I am a bit wary of things that old with WP.
I could easily figure out how to seperate the trackbacks, but to get it to open in a popup listing and not have to hack the main program files would be unlikely. I don’t hack program files so as not to have problems on updates.
I guess it is not all that important anyway.
Forum: Plugins
In reply to: Plugin: search reloadedOK, it appears to be working properly, however it needs to return the results in reverse date format; ie. newest to oldest. Right now it is just random. Was this intended?
Forum: Plugins
In reply to: BAstats ErrorI am actually working with a programmer on a really good stat program. CG referrer http://www.chait.net/index.php?p=238
However it is not finished yet. But it still works fine, but all the bells and whistles aren’t complete. Download it and check it out. The author is very responsive.P.S. BAStats has been fixed. the version has not changed, but just download it again and install it. the problems above have been addressed and it does not break my RSS validation.
but I like CG-referrer better.
Forum: Fixing WordPress
In reply to: Placing the page option on the main pageThanks for the heads up. I have no idea why I do searches in the codex and always come up with a bunch of nothing. Your information led me to more information and I decided to to use the following code;
<div class="centreblock">
<center>
<?php next_posts_link('« Previous Entries') ?> -
<?php previous_posts_link('Newer Entries »') ?>
</center>
</div>
It works great thank you! I found the post nav link to be too confusing so this is why I used the above in its place.Forum: Fixing WordPress
In reply to: WP mailing using Email post and Subscribe to CommentsCancel that, for some reason it took a long loooong time for the emails to route.
Forum: Requests and Feedback
In reply to: Trackback uriLesBessent,
Sure, but this is not intuitive to no computer savy people. I always set up for the lowest common denominator and since the request I made is how all the other blog systems work that is what people are used to. So I want that option.Kafkaesqui,
That is how I have it set up but this leads to other problems when shrinking the window in IE and forget Firfox since it doesn’t wrap long lines at all it just disappears behind theright sidebar.This is something that really needs to be changed. There is no other way I can find in the codex to use the hook to behave properly. Properly meaning the norm.
Forum: Requests and Feedback
In reply to: Support forum SubscribeI would prefer a subscribe to comments like the plugin I use, so you get an email when someone replies to the post.
Forum: Plugins
In reply to: BAstats ErrorI thought I could fix it but I was wrong.
Arctork,
This is the code in question, it is on line 114 in BAStats_logger.php and is:
if(in_array('log_spam', $options) && in_array('referer_spam', $settings))
{
That calls the code you posted. How it is bad I don’t know.