Forum Replies Created

Viewing 15 replies - 151 through 165 (of 167 total)
  • Forum: Plugins
    In reply to: Category Icon Plugin

    I’m getting this warning evertime I try to login to my WP. I have to disable this plugin then I can login again. I also get similar warnings when I try to edit a post, write a post, change options, and when someone posts comments. I think the Plugin has a BUG. As I say I only get the warnings when this plugin is enabled. I have tried disabling all others too.
    Warning: Cannot modify header information – headers already sent by (output started at /home/mayhemma/public_html/blog/wp-content/plugins/cat-icon.php:1) in /home/mayhemma/public_html/blog/wp-login.php on line 257
    Warning: Cannot modify header information – headers already sent by (output started at /home/mayhemma/public_html/blog/wp-content/plugins/cat-icon.php:1) in /home/mayhemma/public_html/blog/wp-login.php on line 258
    Warning: Cannot modify header information – headers already sent by (output started at /home/mayhemma/public_html/blog/wp-content/plugins/cat-icon.php:1) in /home/mayhemma/public_html/blog/wp-login.php on line 259
    Warning: Cannot modify header information – headers already sent by (output started at /home/mayhemma/public_html/blog/wp-content/plugins/cat-icon.php:1) in /home/mayhemma/public_html/blog/wp-login.php on line 260
    Warning: Cannot modify header information – headers already sent by (output started at /home/mayhemma/public_html/blog/wp-content/plugins/cat-icon.php:1) in /home/mayhemma/public_html/blog/wp-login.php on line 261

    You could make a javascript like this one:
    function externalLinks() {
    if (!document.getElementsByTagName) return;
    var anchors = document.getElementsByTagName(“a”);
    for (var i=0; i
    var anchor = anchors[i];
    if (anchor.getAttribute(“href”) &&
    anchor.getAttribute(“target”) == “blank”)
    anchor.target = “_blank”;
    }
    }
    window.onload = externalLinks;

    I’m not sure, but if you put :
    RewriteEngine On
    RewriteBase /blog/
    Won’t it only apply the rules to the folder /blog/ ??
    Also I think if you put something like this you can get it to work in subdomains:
    RewriteCond %{REMOTE_HOST} ^host1.*
    RewriteRule …some special stuff for this host…
    Try this URL for more info:
    https://httpd.apache.org/docs/mod/mod_rewrite.html.en#RewriteCond

    Thread Starter mattread

    (@mattread)

    Yes that worked great. I just added a filter to the bottom of the google-hilite file. here’s what I added so it hilited the_excerpt:
    add_filter(‘the_excerpt’, ‘hilite’);

    You could put the header with the flower on top of another header with the site name. meaning you could have seperate div’s for each header, the flower on top of the text. also make sure you put an non-breaking space in the empty div with the flower if you do it this way.

    Forum: Your WordPress
    In reply to: Up and Running
    Thread Starter mattread

    (@mattread)

    Yah, the images were sized for a previous design that was wider, and I haven’t shrink them down yet. But I’m about to upload the new pics any time know. Really, I am. And thanks to all who replied. It’s good to now that trying to comply with standards really does work…
    if ($replied) {
    You Rock!
    }

    Forum: Themes and Templates
    In reply to: almost live

    Looks good in Linux on Konqueror now.

    Forum: Plugins
    In reply to: HTML Code in Post
    Thread Starter mattread

    (@mattread)

    I have a problem with the Plugin. if I have more than on instance of the “code” tags then it displays the middle “code” tags as special characters.

    <html></>

    Plain Text

    The above will display “Plain Text” and the middle “code” tags as preformatted text <pre>

    Forum: Themes and Templates
    In reply to: almost live

    On Linux using Konqueror your right side mrnus are really screwed up, but in Mozilla there fine. Heres what I think:
    #menuleft {
    padding: 2px 0 1px 3px;
    position: absolute;
    right: 190px;
    top: 170px;
    width: 175px;
    float: left;
    }
    Try taking out “float: left;”

    Forum: Plugins
    In reply to: HTML Code in Post
    Thread Starter mattread

    (@mattread)

    That Plugin is awsome. That’s exactly what I wanted, and I do mean exactly.
    Oh and here’s your picture:
    https://www.mattread.com/i/mfr.jpg
    “It’s a wonderful day in the neighboorhood….”

    Forum: Fixing WordPress
    In reply to: Search Problem
    Thread Starter mattread

    (@mattread)

    UPDATE:
    The problem actually only occurs when I do a search for “test”.
    without the quotes.

    Forum: Fixing WordPress
    In reply to: MySQL Error 5
    Thread Starter mattread

    (@mattread)

    Oh ya, here is my site:
    https://www.mattread.com/tweaks/

    Forum: Fixing WordPress
    In reply to: MySQL Error 5
    Thread Starter mattread

    (@mattread)

    I could login, post new new posts but just not retrieve posts for editing or viewing. However My site is working now, but this has happened before so I was just wondering if anyone knew what Errcode 5 (Input/Output Error) is, and what to do when it happens. To me it sounds like is a server problem??

    Forum: Your WordPress
    In reply to: Tabbed WP
    Thread Starter mattread

    (@mattread)

    I am a dial-up user and it loads very fast for me. In fact the reason for all pages loading at once was for dial-up users, so that you wouldn’t have to wait for the next page to load while you are reading. ie. loading the graphics again and everything else. The only real slow thing is the big background images

    If you want spell checking you could just use Konqueror Web Browser. It will do “web form” spell checking!! And everyone should be using LINUX anyway.
    TUX WANTS YOU!!

Viewing 15 replies - 151 through 165 (of 167 total)