| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
<alphaoide> what does the error say? <konni__> http://uber.hax.is/wp-stattraq/ <konni__> you can probably see <alphaoide> you probably need to "install" it after activating it <konni__> i c <alphaoide> is your table prefix wp_ ? <konni__> aye <konni__> you are probably right <konni__> works now <konni__> thanks <konni__> <-- doofus <ear1grey> alphaoide, i've spoken with randy recently and he made sounds like he is keeping working on it. <ear1grey> i've also been developing it for my own use but it's in too hacky a state to distribute it. <alphaoide> that's awesome <alphaoide> has anyone seen get data for google analytics yet? <lars30> anyone here familiar with Alex Kings Wordpress as CMS method? <lars30> i'm having trouble with some of the code... and wanted to ask someone a few questions... <alphaoide> lars30, what's that? link? <lars30> http://www.alexking.org/blog/2005/03/23/wordpress-hacking/ <Podz> http://davenetics.com/2005/11/a-round-thing-with-salt/ very good <alphaoide> lars30, what's the question? <lars30> anyway i'm seeing that the "$_GET[?pagename?] = ?home?;" statement is executing... <lars30> but I still wind up on the blog's normal/default home page... <lars30> so I'm wondering... where the $_GET[?pagename?] variable is used later on in "the loop" <lars30> as I'm having trouble finding that. <skippy> "Who, other than those with severe blood pressure problems or a golfball sized kidney stone could possibly say no to a ****ing round thing with salt?" <lars30> yep.. I got that... <alphaoide> btw, that instruction is probably obsolete <lars30> but where does the $_GET[?pagename?] variable trigger the app to load, in this case, 'home' <lars30> ah.. well there you are... <alphaoide> so, what do you need to do? we have our own manual <lars30> that would explain it's not working. <lars30> heh.. yes I've been banging around in it for months.. it's quite impressive, nice work. <lars30> i'm trying to use Wordpress as a CMS <alphaoide> lars30, actually do you have a Page with a slug "home" <alphaoide> ? <lars30> yes <alphaoide> nevermind, his method is not pleasant to me <alphaoide> here's your option: home.php or opt-in frontpage plugin <lars30> ok.. hang on and let me look through the docs for that. <lars30> thanks! <wpbot> J2000_ca is blogging at http://blog.noontide.ca and http://uloo.ca <J2000_ca> ping skeltoac <cheater> what is this place? <cheater> oh <cheater> blog stuff <cheater> cya <konni__> does statttraq update realtime or ?? <alphaoide> konni__, I believe it does <konni__> if so it aint working for me <alphaoide> is there any data in stat table? <konni__> no none <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/ <alphaoide> what's your url? <konni__> http://uber.hax.is/wp-stattraq/ this 2 stat http://uber.hax.is/ 2 site <alphaoide> ok, do you have anything now? <konni__> none <skeltoac> J2000_ca: sup? Buzzlist got you down? <e-head> guys, i'm so rusty. <e-head> how do i display the rows in mysql for a particular table ? <J2000_ca> phen Tell io_error that bb 1.2 blocks people with Google Desktop <J2000_ca> skeltoac: I was just wondering if I wrote a thing to parse xml instead of meta tags would you merge in into the server <J2000_ca> phheny Tell io_error that bb 1.2 blocks people with Google Dekstop <J2000_ca> phenny Tell io_error that bb 1.2 blocks people with Google Dekstop <phenny> J2000_ca: I'll p*** that on when io_error is around. <J2000_ca> thanks <skeltoac> J2000_ca: I might. This has been suggested before but I never did it because the system works, and XML won't give significant performance gains. <e-head> Can anybody help me out here with something. I need to change the "site_url" and "home" options in wp_options table via the mysql admin console. <e-head> I can't do it using the actual wp admin page, unfortunately. <J2000_ca> skeltoac: I was thinking for mu it would all the server to see all the blogs off one page at once <skippy> e-head: http://www.tamba2.org.uk/wordpress/site-url/ <e-head> thanks skippy <skeltoac> J2000_ca: Could you elaborate that? <skeltoac> J2000_ca: If you're running a small MU site, fewer than 1000 users, you should run BOTD on the same box and have it look directly to the db for the meta. That's far, far, far, far, far more economical than doing an HTTP request for a WP-generated metadata page. <J2000_ca> phenny tell io_error this isn't the rss bug, just a general viewing bug <phenny> J2000_ca: I'll p*** that on when io_error is around. <J2000_ca> skeltoac: it does look directly, but for each of the blog I ***ume the server asks the each for the meta data <skeltoac> J2000_ca: The BOTD server currently does one http request for every URL it knows about. That's the jtmm query. <skeltoac> A small MU site would want to avoid the HTTP request when it wants the site's metadata because it could more easily do a db query. <e-head> Guys, when I do this in mysql: select 'site_url' from wp_options; <e-head> it lists a 110 rows. why so many ? <J2000_ca> yep, if I could set it up for xml instead of blah.uloo.ca/?botd=jtmm uloo.ca/?botd=jtmm etc. could all be done with uloo.ca/?botd=xml <skeltoac> Oh, I see where you're going with this. You want botd.com to optimize the way it gets metadata when all the metadata is on the same server. <J2000_ca> yep <skeltoac> Are you seeing a lot of botd=jtmm traffic? How much? <J2000_ca> I'm not sure, however I could just see it being a saving area. I only have 6 blogs on the same server but the bigger ones I'm sure have many more <konni__> in pages... is there a way to put a link to like... my guestbook.. so it would appear right away instead of as a link in a page?? <skeltoac> J2000_ca: I don't know of any other MU sites using the BOTD plugin to get listed on blogsoftheday.com <konni__> if im gonna change my image header... what do i need to change in order to change from a red "picture" color to like a banner of the same size <e-head> alright, i'm being a doofus. <skeltoac> e-head: Did you get it worked out? <e-head> hey <e-head> skeltoac: can you check this: <e-head> update wp_options set option_value='http://prague' where option_name='home'; <lars30> i'm trying to figure out how to use a Page as my default Home Page..and then having a link to called Blog to go to the page that is normally the home page in Wordpress (the most recent posts as displayed in the default setup) <e-head> will that do it ? <e-head> I'm trying to change the "home" value. <e-head> But I need to do it from the console ... not the admin page. <lars30> this seems to be more difficult than i had imagined it would be. <e-head> it's been a while since i've done any sql stuff, so if someone could check that syntax. <skeltoac> e-head: It should. <e-head> thanks. :) <h0bbel> lars30: seen http://www.semiologic.com/software/static-front/ ? <skeltoac> np :) <lars30> h0bbel, yes.. but if i do that, i believe I lose the ability to have the normal 'blog' page... <lars30> that is i can only get to posts by clicking on categories. <h0bbel> no, it should give you "news" or something similar <lars30> hmm... <lars30> i'll try static front right now and see if it does what i need.. <lars30> thanks h0bbel! <h0bbel> np <tinster> phenny tell splee* your category permalinks are b0rked - they spit out an error message; cl***es.php line 629 <phenny> tinster: I'll p*** that on when splee* is around. <tinster> thanks, phenny <phenny> Don't mention it. <lars30> h0bbel: Cool! that created the home page feature i wanted..now how do I link to a page that looks like the blog's previous home page? <h0bbel> hmm, not sure :) <h0bbel> Looking at it again, it looks like you are right about the categories <h0bbel> you may need to create a new page, with a custom template <wpbot> masquerade is Robert Deaton and http://somethingunpredictable.com/ <h0bbel> lars30: i've never done this, but you might be able to create a new page template (http://codex.wordpress.org/Pages#Creating_your_own_Page_Templates), with the contents of the original index.php in it an it'll work <masquerade> . <lars31> note to self.. don't login to vpn while running irc <h0bbel> lars31: i've never done this, but you might be able to create a new page template (http://codex.wordpress.org/Pages#Creating_your_own_Page_Templates), with the contents of the original index.php in it an it'll work <h0bbel> and on that note, i'm off <lars31> thanks much! <tpiddy> i want my front page, category pages to show x articles, and then the titles of another 30 articles <tpiddy> titles and permlinks <wpbot> gsnedders is a 13 year old Martian living on Pluto who has completely changed. See http://geoffers.uni.cc/ for more info. <DaHood> is there a quick way to separate regular comments from trackbacks/pingbacks? Is anything like that documented at the codex? <error_bot> Everybody hide your children and lock up your sheep, io_error is here! <io_error> A woman receiving treatment for diabetes at a state-run hospital in eastern India lost one of her eyes after ants nibbled away at it, officials said on Tuesday. <error_bot> io_error: Sent 3 hours and 52 minutes ago: <VxJasonxV> why does msh.com redirect to ioerror.us and not msh.org ? <phenny> io_error: 18:49Z <SteamedPenguin> tell io_error I've been sick, but his package is in the mail. ETA Thursday. <phenny> io_error: 19:52Z <J2000_ca> Tell io_error that bb 1.2 blocks people with Google Dekstop <phenny> io_error: 19:57Z <J2000_ca> tell io_error this isn't the rss bug, just a general viewing bug <io_error> VxJasonxV: ping <VxJasonxV> sup <io_error> error_bot: tell j2000_ca you idiot, that's months-old news, now go install a current version <error_bot> io_error: OK, uh... sure :) <io_error> SteamedPenguin: yo <VxJasonxV> hahahaha, ouch :P <VxJasonxV> on a side note io_error, ew @ your eastern India snippet <io_error> VxJasonxV: hm, I dunno why it redirects there... <VxJasonxV> pebkac :) <Podz> the handling of a lost p*** is very inelegant .. <wpbot> jalenack is baking cookies at http://blog.jalenack.com & cooking code at http://code.jalenack.com & is working with masquerade & firas on the last plugin you'll ever install. & doesn't use yucky AJAX kits & wants you to take his survey at http://school.jalenack.com/survey/ & the king of run-ons <masquerade> jalenack!
Return to wordpress or Go to some related
logs:
flash
|
|