star
Forum Replies Created
-
Forum: Plugins
In reply to: Alex’s 1.2 Compatible PluginsI use CookieWall (www.analogx.com) to selectively block cookies but none of those sites (including mine) are on the block list. Actually, as of yesterday, now my site always says “1 new entry and 0 new comments”.
Forum: Plugins
In reply to: Alex’s 1.2 Compatible PluginsWhat if it’s like that every single time I visit that page, even when there really are new entries/comments?
Forum: Plugins
In reply to: Weather HackAfter searching the internet for ways to fix transparent pngs in IE, I managed to use javascript to get it to work. Here’s how: https://homepage.ntlworld.com/bobosola/
And to see it working: https://snurl.com/wordpForum: Plugins
In reply to: Visitor Tracking Statistics for 1.2The date/times that dstats2 is logging are incorrect…how do I correct it? Thanks! I just installed it today and already it thinks it’s on the second day.
Forum: Plugins
In reply to: Alex’s 1.2 Compatible PluginsConcerning the last visits plugin,
It always displays “0 new posts and 0 new comments since your last visit” even when there ARE new posts/comments. When I visit other sites with this plugin, it seems to me they all say 0 new posts and 0 new comments as well. Is this a problem with my computer?
this is my site: https://snurl.com/wordp
Thanks!Forum: Plugins
In reply to: Weather HackI did want two different locations, I just didn’t post the rest of the code. ??
<?php show_wp_weather($station = ‘KNKX’, $location=’la jolla, ca’); ?>
<?php show_wp_weather($station = ‘KSJC’, $location=’san jose, ca’); ?>
here it is in action:
https://scvcstar.host.sk/wp/index.phpForum: Plugins
In reply to: Sticky Post / select custom field pluginI got it to work, however, the sticky note and its comment boxes appear on every entry’s comment page! Can someone help me?
https://scvcstar.host.sk/wp/index.php/archives/2004/06/16/grr/Forum: Plugins
In reply to: Weather HackNevermind, I got it…I changed the function in weather.php to:
function show_wp_weather($station=”,$location=”) {
and then changed the index.php to:
<?php show_wp_weather($station = ‘KNKX’, $location=’la jolla, ca’); ?>
Thanks for your help Beel!!Forum: Plugins
In reply to: Weather HackThanks Beel! It worked beautifully. Now I have two, but they’re both under the same city name…how do I change the name for the second one?
Forum: Plugins
In reply to: Weather HackThat anonymous was me, thanks for replying so quickly! No, I don’t know php, I learned a little bit from customizing my wordpress, but I wouldn’t be able to do anything without help. How complicated would it be to explain it? Thanks. =)