holographic
Forum Replies Created
-
Forum: Your WordPress
In reply to: Heuristic Bloglooks good to me! ??
Forum: Plugins
In reply to: Anonymous CowardI’m not sure if it’s different with 1.5, but for 1.2, you edit the function comment_author(), which is in the file
wp-includes/template-functions-comment.php
around line 107, change
echo "Anonymous";
to
echo "Anonymous Coward";
edit – they’re actually single quotes around the word, not double ones like it’s posted here..
Forum: Your WordPress
In reply to: Site Topic – CSS Newbie – Be niceyou realise that validation link points to this site, don’t you? The site in question doesn’t validate because of the opacity stuff, as previously pointed out
Forum: Themes and Templates
In reply to: Font sizes in a lineuse
<span>
Forum: Themes and Templates
In reply to: Both IE and Mozilla?https://www.w3schools.com/browsers/browsers_stats.asp
nice upward trend of Mozilla usage ?? Hopefully the release of FF1.0 will get a few more people to changeForum: Everything else WordPress
In reply to: robots and pingingoh ok. And the reason I changed the file was in an attempt to keep the search engines away!
Forum: Fixing WordPress
In reply to: Links in 1.2.1I’m using Carthik’s plugin on my blog to get this working, if that’s any use to you.
https://carthik.net/wpplugins/updatelinkroll.phps
although looking at it now, all that does is include the links cache file. hmm. Sorry, I’m not much use here I don’t thinkForum: Themes and Templates
In reply to: white space under footerthe
clear: both;
is somewhat crucial to the floats, so it has to stay.
negative margin seems to fix it, thanks for the suggestion ??Forum: Fixing WordPress
In reply to: Prevent New Registrationsin the admin panel, under options -> general, there is a tick box saying ‘anyone can register’. Untick it ??
Forum: Plugins
In reply to: help with writing a plugin$youremail is set before the function, but forgot to mention that on the original post
I assumed that $comment_author_email would give the email entered by the comment poster, but perhaps this is wrong. Any idea how I can get the email address of the commenter from the database if this variable doesn’t exist?Forum: Themes and Templates
In reply to: Lack of Love 1.0c for Kubrick/WPwell said dss ??
Forum: Requests and Feedback
In reply to: I can’t find my postslink as in a link to your blog ??
Forum: Installing WordPress
In reply to: upgrading to 1.2, changes in index.php?the only thing that killed my code was the old weblogs.com update bit.
Although I did re-write my index afterwards anyway to fit 1.2 tags rather than those from 1.01, just because.:)Forum: Themes and Templates
In reply to: Help: 2 Errors From XHTML 1.1 Strictyou’re missing an
</div>
at the end of your page somewhere. Simple as that!Forum: Fixing WordPress
In reply to: Random link listone of the parameters is ‘show_description’. Set it to 0 (false)