| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
<ringmaster> We would both end up with severe facial ticks. <masquerade> but I don't think its really all that feasible without m***ively breaking BC <masquerade> ringmaster, I already have minor ones from the bug hunt! <io_error> hmmm <io_error> Astronouth7303: because the devblog is down? <ringmaster> Yeah. I know what you mean. <Astronouth7303> so why does WP crash when that happens? (Instead of gracefully failing) <masquerade> Astronouth7303, like I said, nobody really knows, but its changed in future versions <Astronouth7303> at least it's after the local stuff... <masquerade> ringmaster, I still hate that Options->Personal is gone and we have to go to userS to see MY profile page instead of a list of userS <Astronouth7303> so basically, it's a known bug and no one's figured it out <t1m> bah I can't figure this out, how do I display the value of of custom field key? <ringmaster> masquerade: I'll add that to my Admin Revert plugin, so it says "Profile" instead of "Users". <t1m> the codex isn't making sense to me <t1m> for http://codex.wordpress.org/Using_Custom_Fields <masquerade> ringmaster, move it under Options->Personal <masquerade> ringmaster, I'll write the code to do it if you'd like, I find it freaking stupid that options are now under Users instead of options <ringmaster> Ok. I'll also be changing the post writing page to have buttons that make sense. "Save" and some radio buttons or something. <masquerade> ringmaster, a dropdown would work too <ringmaster> Sure. <masquerade> takes up a bit less space <masquerade> the write screen is cluttered as hell as it is <ringmaster> I guess I'll remove the div with the post status stuff, too. <ringmaster> Since that would be redundant. <masquerade> ringmaster, remind me to show you some of the progress I've made on Elixir later tonight <ringmaster> masquerade: Mmm. Certainly. <ringmaster> I'm sure I will turn green with envy. <masquerade> its almost ready for a public alpha/beta, probably by the end of the weekend, or next weekend <h0bbel|afk> masquerade: sign me up if you need testers <noderat> http://chris.coggburn.us/2005/11/18/video-friday-skeleton-dance/ <noderat> Fun stuff. =) <masquerade> h0bbel|afk, didja put your name in on wp-elixir.com <h0bbel|afk> probably not :) <noderat> I need to start getting some traffic to those videos so I can test my protection scripts <masquerade> I'm going to e-mail out invitations to help out to everyone who signed up there <h0bbel|afk> am now :) <wpbot> TonySt is wpTony - he blogs about teen life in rural Maine at www.tonystreet.com and he is posting photos at http://tonystreet.deviantart.com and at http://flickr.com/photos/tonystreet/ <ringmaster> Oh, crap! It's after 5! I don't have to be here! <masquerade> ringmaster, hehe, don't you love IRCing from work? <KevinMarks> io_error: index rebuild in progress; it may be a while <h0bbel> h0bbel|wrk loves it too, it seems. <ringmaster> masquerade: Yes. <HauntedUnix> Hey h0bbel <h0bbel> weee <t1m> can someone show me the code for fetching and displaying a value of a custom field key? the codex is not making sense to me. <wpbot> davidhouse is a UK PHP hobbyist and lives at http://xmouse.ithium.net. and the owner of a wordpress.com account! david.wordpress.com <t1m> in terms of how I output a value. <KevinMarks> io_error: what's with the leading dashes? <masquerade> t1m, learn to seach the codex <masquerade> |codex custom post fields <KevinMarks> oh hang on, typo on my part <t1m> I read http://codex.wordpress.org/Using_Custom_Fields I can't figure it out. <Podz> http://www.betanews.com/article/Critical_Flaw_Found_in_Apples_iTunes/1132347268 <t1m> I just want to output a single value not a list, my value is a link. <ringmaster> get_post_custom_values($key) <t1m> that fetches it, how do I tie that in to a output tag? <masquerade> get_post_meta($post_id, $key, $single) will do too <masquerade> t1m, echo it <ringmaster> <?php echo get_post_custom_values($key); ?> <ringmaster> There's a post_custom() in 1.6 that returns just one value if there's only one element tin the array. Otherwise you might need to: <t1m> ringmaster that didn't work <ringmaster> <?php $foo = get_post_custom_values($key); echo $foo[0]; ?> <t1m> wouldn't it be <?php get_post_custom_values($key) echo $value; ?> <t1m> ? <t1m> ooh i'll try that. <wpbot> tanuki is a larger-than-life (but gradually deflating) geek, college student, navel gazer, and blogger: http://bgeiger.net/weblog/ and http://begeiger.blog.usf.edu/ <t1m> arg, that didn't work either. <ringmaster> t1m: Make sure you either replace $key with 'your_custom_field_key_name' or you actually set $key equal to your key name. <ringmaster> "that didn't work" isn't helpful. Describing what it *did* do is helpful. <t1m> well see I'm stupid, didn't know $key actually represents the name of the key, I thought it was going to fetch all keys. <ringmaster> Nope. :) <twidget> .seen chrisjdavis <phenny> twidget: I last saw chrisjdavis at 2005-11-14 15:24:11 UTC on #wordpress <t1m> I'm curious as to what the [0] does at the end of the variable echo.. <twidget> . <ringmaster> The function returns an array. [0] picks the first (and usually only) element. <ringmaster> If you put two values on the same post with the same key, the [0] code would only return the first one. <t1m> ah, so echo $foo[0] $foo[1] would put both? <ringmaster> If there were two, yeah. <t1m> nice! <ringmaster> foreach($foo as $bar) echo $bar; will put all of them. <t1m> bar? <ringmaster> foo bar baz , yeah. <t1m> lol <t1m> oh <ringmaster> bar, baz, qux, quux, corge, grault, garply, waldo, fred, plugh, xyzzy, thud <ringmaster> http://www.faqs.org/rfcs/rfc3092.html <davidhouse> http://trac.wordpress.org/ticket/1901 <davidhouse> any reason that isn't just copied-pasted into a seperate file? <JoeyDay|lunch> Are there any other wordpress channels? <JoeyDay|lunch> Like a specific channel for developers or support? <davidhouse> #wordpress is basically a catchall <davidhouse> there is #wordpress-docs and #wordpress-bugs <mumbles> and on wednesdays #wordpress-meetup <JoeyDay|lunch> Cool, thanks. <io_error> error_bot: newticket <error_bot> io_error: http://trac.wordpress.org/newticket <SmooveB> and saturday night, #wordpress-drunks! <SmooveB> wait, no, that's all the time too <mumbles> hehe <twidget> My blog is broken <io_error> error_bot: tell io_error [ticket 1526] <error_bot> io_error: OK, uh... sure :) <error_bot> io_error: Sent just now: <io_error> http://trac.wordpress.org/ticket/1526 <io_error> cool <io_error> error_bot: tell MarkJ* [ticket 1526] <error_bot> io_error: OK, uh... sure :) <debian_user> anybody have any suggestions on rss management tools? <debian_user> I've tried all sort of different things, desktop feed readers, and php-bases aggregators, I'm just wondering if anyone has any tips on the best rss management tools? <debian_user> not necessarily just for wordpress, just in gneral <masquerade> liferea <debian_user> masquerad <debian_user> liferea is client based <debian_user> I'm looking for something server-side <io_error> SteamedPenguin: ping <SmooveB> liferea: software should not sound like obscure diseases you catch while travelling <wpbot> Viper007Bond is posting random crap and WordPress plugins at http://www.viper007bond.com/ and pretending that he knows what he's doing. <e-head> guys ... where does wordpress mess with the query string and set up all those variables ? <e-head> wp-blog-header.php ? <debian_user> SmooveB: hahaha, that was funny <io_error> e-head: wp-includes/cl***es.php <e-head> ahh <io_error> Tropical Storm GAMMA headed for Florida <TheWarden> gtg <justin_randell> ajax back button in the admin interface: are there any plans to support it? <masquerade> justin_randell, that's pointless <justin_randell> i'll take that as a no then, and wont file a bug reprot <zeeble> Hi guys. http://www.zeeble.net/blog/ How do i add a set of horizontal links in white to my photogallery, downloads section, contact form, etc in the area just below the bloginfo? <io_error> SteamedPenguin: wake up! <wpbot> Firas is tempting Fate and evading Nemesis and neglecting his Academic Career <phenny> Firas: 15:54Z <geeksmakemehot> tell Firas http://web2.0validator.com/ <masquerade> Firas, hehe, speak of the devil, I just linked one of your posts in my post <k-man> hellow <k-man> hello even <Firas> phenny, tell jenn heh <phenny> Firas: I'll p*** that on when jenn is around. <Firas> masquerade: link to your post? <masquerade> Firas, hold on, gotta finish writing it :-P <Firas> phenny, tell geeksmakemehot heh <phenny> Firas: I'll p*** that on when geeksmakemehot is around. <Firas> man, thunderbird is showing me the new mail icon but no new mail items <Firas> hmmm <mumbles> have you done the get new mail butten /? <io_error> Firas: you write posts?!? <io_error> error_bot: seen MarkJ* <io_error> oh blah <io_error> error_bot: seen MarkJaquith <error_bot> io_error: MarkJaquith was last seen in #wordpress 1 day, 5 hours, 2 minutes, and 52 seconds ago: <MarkJaquith> I wish they had Picasa for OS X... it slays iPhoto
Return to wordpress or Go to some related
logs:
caiwhiqk
|
|