sithicus
Forum Replies Created
-
Forum: Plugins
In reply to: Author HighlightI was trying to figure out how to make scriptygodess author highlight work for more then one author.. basically all i want to do is highlight the comments with different backgrounds depending on the author.. i see how she did it for two when it came to adding a picture.. but i wasn’t sure how to alter this code
<?php
$isByAuthor = false;
if($comment->comment_author_email == ‘YOUR-EMAIL’) {
$isByAuthor = true;
}
?>so it would work with two authors… any help?
Forum: Fixing WordPress
In reply to: Turning […] into a linkso what ended up being the solution?
Forum: Fixing WordPress
In reply to: Want to show welcome text.. but only on the home pageack,
thanks sorry for being a dumbass.. ya know when your focusing to hard to realizing your uploading to the wrong damn directory 🙂Forum: Fixing WordPress
In reply to: Want to show welcome text.. but only on the home pagehmm,
Yes i’m running 1.5, what http://www.mysite.com/ (i just use is_home?) or do i have to say is_index.php) or something.. that didn’t seem to work…. hrmm..
Forum: Fixing WordPress
In reply to: Want to show welcome text.. but only on the home pageThanks a ton!
Forum: Fixing WordPress
In reply to: Broke Everything messing with permilinksThis was the error in the error log:
[09-Mar-2005 07:59:55] PHP Fatal error: main(): Failed opening required ‘./wp/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php:’) in /home/ergonomi/public_html/wp/wp-content/themes/arzel/index.php on line 2Forum: Fixing WordPress
In reply to: Change Directory?what about if you have permilinks enabled.. what do you do then?
Forum: Fixing WordPress
In reply to: Collapsable MenusIt’s ultra easy to do in html so I’m hoping someone has implimented this for wordpress.
Forum: Your WordPress
In reply to: What do you think of mine?The collapsable menu’s are super cool, how did you do that??
You should post a tutorial on that.