nickaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Enable Comments on a NON article page?Anyone got a concept here? My friend Mr Google is failing me.
Forum: Fixing WordPress
In reply to: Site Firing Blanks – Intermittantly…Thanks…. yeah, that seems like a pretty scary method to deactivate a plugin. What about just deleting, or re-naming the folder that it sits in?
Forum: Fixing WordPress
In reply to: Site Firing Blanks – Intermittantly…Okay, PHEW! That worked… thing is, why in the name of god did it happen? If I hadn’t been there watching, it could have been hours… Are there any of you guys out there who are server/cache experts who would be able to take a look, optimize the heck out of this thing so it doesn’t happen again? Or better yet, some safety feature that notices if the site is skunked every 5 minutes or so and kills the cache, or whatever?
Thanks!
Forum: Fixing WordPress
In reply to: Site Firing Blanks – Intermittantly…dead as a rock – http://www.triplepundit.com
How can I inactivate the plugin without the admin screen? Can I do it via FTP?
I’ll re-boot the bastard and see what happens….
Forum: Themes and Templates
In reply to: Customizing the Login ScreenDiggable, thanks!
Forum: Themes and Templates
In reply to: Trying to understand comments templateHa! I got it! I just did this:
<p class="reply"> <?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?> Or <a href="LINK TO REGISTRATION">REGISTER HERE</a> if you are new.<?php edit_comment_link();?></p>I reckon, however, that’s a pretty ugly hack. Is there any reason I shouldn’t do it this way?
Forum: Themes and Templates
In reply to: Trying to understand comments templateThanks! Man, this is frying my brain… so… if you still have a second. Here’s the whole function, as far as I can tell:
function sdac_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>"> <div id="comment-<?php comment_ID(); ?>" class="completeComment"> <div class="gravatar"> <?php if (function_exists('get_avatar') && get_option('show_avatars')) { echo get_avatar($comment, 32); } ?> </div> <div class="commentBox"> <p class="commentMeta"><?php comment_time('F d, Y');?> at <?php comment_time('G:i a T');?> | <?php comment_author_link();?> writes:</p> <?php if ($comment->comment_approved == '0') : ?> <p><?php _e('Your comment is awaiting moderation.') ?></p> <?php endif; ?> <?php comment_text(); ?> <p class="reply"> <?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?> <?php edit_comment_link();?></p> </div> </div> </li> <?php }I’m still totaly baffled as to where that wording is coming from? I see the “reply” part… but there’s nothing there that would seem to me to produce that text….I guess I could hard-code something in right?
Forum: Themes and Templates
In reply to: Trying to understand comments templateBrillant, thanks Otto ….
Here’s what I have:
wp_list_comments('type=comment&callback=sdac_comment');What’s that junk in there? I think it’s coming from something custom in the theme, but I can’t figure out why… the extra problem is that I don’t only want to change the text – what I’d also like is to add a second option, ie:
“login here …. or click this to register if you’re new”
Forum: Themes and Templates
In reply to: Where is the Gallery Template?Ah ha! lovely, and thank you. I had not seen those. This should be the ticket.
Forum: Themes and Templates
In reply to: Where is the Gallery Template?Hmm cool… seems like massive overkill though. There must be SOMETHING in wordpress SOMEWHERE that controls how those image pages lay out no? Where in the world could it be? Or even, what should I search for to find it?
Forum: Themes and Templates
In reply to: Where is the Gallery Template?Thanks… I’ve been through all that. The gallery thums itself I think I can handle (just needs some CSS) But I need to style the actual pages that the gallery links to.
For example, here’s one I just threw together:
http://www.triplepundit.com/2010/11/photo-essay-clif-bar-emeryville-headquarters/Click through on an image to see it “full size” and you get a pretty ugly series of pages. There must be some kind of template that controls what those resulting page look like, right?
Forum: Fixing WordPress
In reply to: Better Gallery URLs?Never mind, I’m retarded. that was just in preview mode!
Forum: Fixing WordPress
In reply to: Massive numbers of "false" 404 Errors…Any conceptos out there? Have you run this check on your site? Now I have like 4000 errors, but almost none of them seem to be real errors!
Forum: Fixing WordPress
In reply to: Massive numbers of "false" 404 Errors…So I did a little more reserach and the vast majority of what “404 Notifier” is reporting are redirects from old URLs which changed. So nobody is landing on a 404 page… but I guess the robots are being tricked into thinking it’s a 404?
Here’s an example:
http://www.triplepundit.com/2010/10/29/software-to-hold-greenwashers-accountable/
If you visit that URL, it slightly changes via a redirect. But it throws me a 404 message! Have I done something bad?
Forum: Plugins
In reply to: Better Stats Concept?any funky plugins out there for this?