Forum Replies Created

Viewing 15 replies - 31 through 45 (of 164 total)
  • Thread Starter khaled

    (@khaled)

    oh right sweet, no need for anything else eh, wow that’s pretty damn cool. However does would Sage pick it up, hmm let me try that…

    Thread Starter khaled

    (@khaled)

    podz are we talking about the_category_rss function?

    Thread Starter khaled

    (@khaled)

    Ian that seems like just the thing. How come I never came up with this little gem when I was looking to sort out my site eh :). I’m going to play around with this tonight. Who knows maybe get it working properly in a gif. Thanks for the heads up.

    Thread Starter khaled

    (@khaled)

    Okay I sorted it out. I remembered that this morning I actually updated one single plugin, which the plugin creator made a big deal about that it was important to update.

    Hmm now I’ve got to tell him it’s causing problems. It’s for the miniblog plugin.

    Thread Starter khaled

    (@khaled)

    Optimised, even got rid of the BA stats data in the mysql database to make it completely clean, and still no cigar. It some times works, if I right complete rubbish, and when I copy paste a proper post, it just gives me this error:

    WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ve been having some serious WordPress funkiness going on, somet]
    UPDATE wp_posts SET post_content = ‘I’ve been having some serious WordPress funkiness going on, something to do with mySQL and stuff. Hardly what I want to talk about today but anyway, if you see an error message, it’s not me having a laugh, just so you know. ‘, post_excerpt = ”, post_title = ‘code’, post_date_gmt = ‘2005-04-13 22:39:16’, post_date = ‘2005-4-13 22:39:16’, post_status = ‘draft’, comment_status = ‘open’, ping_status = ‘open’, post_author = ‘1’, post_password = ”, post_name = ‘code’, to_ping = ”, post_modified = ‘2005-04-13 22:39:36’, post_modified_gmt = ‘2005-04-13 22:39:36’, menu_order = ‘0’, post_parent = ‘0’ WHERE ID = 669

    Warning: Cannot modify header information – headers already sent by (output started at /home/.langer/emmortel/brokenkode.com/wp-includes/wp-db.php:98) in /home/.langer/emmortel/brokenkode.com/wp-admin/post.php on line 381

    Warning: Invalid argument supplied for foreach() in /home/.langer/emmortel/brokenkode.com/wp-admin/post.php on line 403

    Warning: Invalid argument supplied for foreach() in /home/.langer/emmortel/brokenkode.com/wp-admin/post.php on line 409

    Thread Starter khaled

    (@khaled)

    okay PHP Version 4.3.10
    Zend Engine v1.3.0

    I’ll try that macmanx, thanks. Disabling 26 plugins would effectively kill my website though. I’ll try the optimize function though.

    Thread Starter khaled

    (@khaled)

    The irony is NEVER lost on me every time something like this happens and it happens often for some f?£$ked up reason. Nothing pisses me off than that. I come off as completely hysterical when sending support e-mails to my hosting company, but I really can’t help it.

    Finally you’ve sorted out your site :). Loooking sweet dude.

    Forum: Themes and Templates
    In reply to: Rin

    Craig, BK is a HEAVILY modified Rin. I’ve got around 16 plugins working overtime on there as well. In fact I’m working on a plugin page so that I can thank all those beautiful people who’ve spent soo much of their time writing the code.

    alternatively check out:

    https://www.technorati.com/cosmos/search.html?rank=&url=http%3A%2F%2Fwww.brokenkode.com

    Should give you a small set of sites using rin and manji.

    Thread Starter khaled

    (@khaled)

    Yeah but which one :). I’ll give you a hint about me, I’m addicted to books. Soooo if someone would actually recommend one that’s good, and why, a little bit of searching for a review or two, and chances are I’ll probably end up buying it tonight :)…seriously.

    Thread Starter khaled

    (@khaled)

    Any good PHP book recommendations. Something for the beginner that also takes you further,..damn I feel sheeepish ??

    Thread Starter khaled

    (@khaled)

    ifelse haha, that’s pretty funny.

    root, yeah 3 is the new 2 :).

    Thread Starter khaled

    (@khaled)

    Ah shucks dude, making me blush, which reminds me yours is looking fantabuloso, seriously slick work. It’s like the antithesis of my site, the ying to my yang the black to my white. Great work btw :). And Rootie, Aphrodite seems to be shaping up. Spent all that time sorting out Gemini and now you’ve gone a clicked into sorting something else out :).

    Thread Starter khaled

    (@khaled)

    ifelse, you’re a genius :).

    I appreciate all help anyone gives me. Please don’t take my previous comment as a snarky one, it was meant to be tounge in cheek, honest :).

    There’s a bit of extra spacing, but to be honest I can live with that. Thanks guys.

    Thread Starter khaled

    (@khaled)

    This is more or less the mark up. When my e-mail address is present then bam it see it and uses the authorcomment class.

    <?php
    $isByAuthor = false;
    if($comment->comment_author_email == '[email protected]') {
    $isByAuthor = true;}
    ?>

    <?php if($isByAuthor ) { echo '<div class="authorcomment">';} ?>

    This part has the comment text and other bits and pieces.

    <?php if($isByAuthor ) { echo '</div>';} ?>

Viewing 15 replies - 31 through 45 (of 164 total)