Polls continued
Okay, I worked on the polls and well, I need comments.
And it was nice that none of you voted bad on the last one. I wouldn’t've been insulted you know ;-)
I still am not happy with the changes bcause I didn’t want to hardcode my siteurl into my-hacks but I couldn’t seem to get the function to get the siteurl in the echo to work and I figured I would take no chances. I’ll work on that later.
I *know* the text is toooooo tiny for you to see properly, but until I get the CSS fixed…just copy it into a text file or enlarge the window temporarily *please*…
I’ve just been *insulted* and she said how can you know what the problems are *before* you vote?
Well here’s how…EMPTY YOUR CACHE OR COOKIES OR WHATEVER
and vote again :-)

since i apparently did the insulting, here’s my further bit…so if I empty MY cache, how will YOU separate my “ignorant” vote from my now informed vote?
Or do you just not care?
Hm?
BTW, could you state that email is required, i did not know this before.
Comment by Chennette — Tuesday 4th, May 2004 @ 11:22 pm
I just don’t care! :-p
i do wish i could get a change vote option tho
*sniffle*
re email required: i’ll have to figure out where to put it..it used to be automatic i thought..
Comment by Lily — Tuesday 4th, May 2004 @ 11:25 pm
I just voted and the poll seems to work fine. Looks OK too. I am using Mozilla though. Lovely jubbley. On my blog it only says that URI trumps email which means if you put both in the URI shows on the link. You still have to use email though unless you change the settings in admin. Have you tried the mind reading yet??
Comment by Stuart — Wednesday 5th, May 2004 @ 12:03 am
i still think the font is a bit small, maybe because i nested alot of uls and lis in it…but i’ll be able to deal with the css soon
i guess there may be a place to edit comments in wp-comments.php perhaps…i’ll have to check
and i didn’t try it at work because it didn’t load…something to do with that lovely flashblock extenstion i just installed
so i’ll try it in a bit!
Comment by Lily — Wednesday 5th, May 2004 @ 12:14 am
it’s cuz of the my favourite number, the magic number 9, isn’t it?
Comment by Lily — Wednesday 5th, May 2004 @ 12:17 am
Hey, saw your comment. Care to exchange links? I just went live with my site and I’d like to get some traffic. Drop me a comment/email.
Comment by Brian — Wednesday 5th, May 2004 @ 1:33 am
link exchange..cool :-)
Comment by Lily — Wednesday 5th, May 2004 @ 1:48 am
Just a thought. Maybe black text would be clearer without increasing the font size.
Comment by Stuart — Wednesday 5th, May 2004 @ 6:17 am
probably! I’ll try it…i still haven’t figured out which css element to change but i figure it’s cuz i need to add a new div type thingy
Comment by Lily — Wednesday 5th, May 2004 @ 7:22 am
w00tage of the day: the tables are gone!
Comment by MaThIbUs — Wednesday 5th, May 2004 @ 8:20 am
heh heh heh
i just have to make the text nicer
but heh heh heh
Comment by Lily — Wednesday 5th, May 2004 @ 8:22 am
you need a line something like
global $siteurl
at the start of a function, i think that will contain the, er, site url
Comment by matthew — Wednesday 5th, May 2004 @ 8:38 am
ah! i tried calling it *in* the echo thingamajig…which didn’t go down to well…
will try that later…when i figure out php variables :-D
thanks!
Comment by Lily — Wednesday 5th, May 2004 @ 8:45 am
Regarding hardcoding URL…
<form action="index.php" method="post"> will be <form action="'.$siteurl.'/index.php" method="post"><a href="index.php?showresults=1"> will be <a href="'.$siteurl.'/index.php?showresults=1">
etc… you’ve got the point :) and remember to remove spaces ;)
regards
Edited by Lily, cuz she hates to delete comments and hopefully it’ll look right now
Comment by Max Thrane — Wednesday 5th, May 2004 @ 2:56 pm
bah… spaces haven’t helped… it was parsed anyway…
lemme try again:
<xa href="index.php?showresults=1"X> must be <xa href="'.$siteurl.'/index.php?showresults=1"X>
<xform action="index.php" method="post"X> must be <xform action="'.$siteurl.'/index.php" method="post"X>
etc.</xform></xform></xa></xa>
Edited by Lily to show Max what I got as text :-P
Comment by Max Thrane — Wednesday 5th, May 2004 @ 2:58 pm
mmkay… now it just got ignored totally… I’ll mail you instructions per mail in 5mins.
regards
Comment by Max Thrane — Wednesday 5th, May 2004 @ 2:59 pm
yay! thanks :-)
i need to figure out why my radio buttons at work are about an inch wide!
i think you can put things in the code tags…i think!
test:
googleComment by Lily — Wednesday 5th, May 2004 @ 3:47 pm
Having fun?? ;-)
Comment by Stuart — Thursday 6th, May 2004 @ 1:15 am
@Stuart: no and yes :P
@Max and anybody else:
echo "<form action=\"$siteurl/wpress/index.php\" name=\"polls\" method=\"post\">\n";
echo "<a href=\"$siteurl/wpress/index.php?showresults=1\">View Results</a>\n";
Comment by Lily — Thursday 6th, May 2004 @ 12:48 pm