brave3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update Services don’t work anymoreI have not changed versions but have had the same problem with Pingomatic starting Thursday the 20th. Have http://rpc.pingomatic.com/ in the “Update Services” box…
When I try to ping manually Pingomatic works successfully with all the sites except blo.gs which gives a “Got 0 response” for my feed URL. Can anyone shed some light on what that means?
Forum: Plugins
In reply to: Jeff Barr spam hack modificationThanks Kitten. Your comment is where I got the idea for using the strtolower function. But I did not know exactly how to implement it…
Forum: Plugins
In reply to: Jeff Barr spam hack modificationshould be actual ampersands in my last post…
Forum: Plugins
In reply to: Jeff Barr spam hack modificationDuh. I guess that’s another way to go about it. So line 2 should change to this?
if ( 'Jeff' != $jeff && 'jeff' != $jeff && 'JEFF' != $jeff )Forum: Fixing WordPress
In reply to: Comment stripped all CSS formattingForum: Fixing WordPress
In reply to: database error can’t open fileThanks. Host was able to get the table repaired on their end.
Forum: Themes and Templates
In reply to: sidebar being squeezed outbump
Forum: Plugins
In reply to: Weather HackGot it! Both center and font in index.php were causing problems. Thanks!
Forum: Plugins
In reply to: Weather HackI closed the ul above it and re-started the ul below so it is not wrapped in anything. It now displays on the page with a dot next to the city name and the same validation error remains. Sorry to be such a pain.
Forum: Plugins
In reply to: Weather HackI tried seemingly every combination of li and ul with the weather function call in index.php and still no dice. Here’s how it’s called in my index.php. The other li elements in the menu don’t cause any validation problems.
<li id="weather">
<font color="#000000"><?php WeatherIcon('KFTY','Current Atlanta conditions:') ?></font>Forum: Plugins
In reply to: Weather HackScrewed up the last post. Trying again…
else
{
$weather = $weather . '<li id="weather-' . $station . '" class="weather">'. "$location- ";
Forum: Plugins
In reply to: Weather HackGreat plugin! I’m not having any problems except that a line in weather.php won’t seem to pass XHTML validation:
XHTML Error: document type does not allow element “li” here
(it highlights the “>” right after class=”weather” in the lines below as the problem spot)
else
{
$weather = $weather . ‘<li id=”weather-‘ . $station . ‘” class=”weather”>’. “$location- “;
My site is in my profile if a closer look is warranted. TIAForum: Plugins
In reply to: changing comments link text based on # of commentsThanks. I’ll give it a shot.
Forum: Plugins
In reply to: E-mail a friend plugin?Does this hack have flood control and/or check for the same IP used more than once? Does it deliver the e-mail when more than one e-mail address is entered the “friend’s e-mail” box? I could see an e-mail spammer using the custom message part to include a link to their site. Maybe we can delete the custom message part of the form and then the spammers would have no reason to use it if they can’t include a link to their site… Would that work?
I’d look at the code/documentation but it looks the plugin site is down right now.Forum: Themes and Templates
In reply to: IE issueThat did the trick! Thanks a ton!