mattread
Forum Replies Created
-
Forum: Plugins
In reply to: Category Icon PluginI’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 261Forum: Fixing WordPress
In reply to: Links opening in the same new window.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;Forum: Fixing WordPress
In reply to: mod_rewrite with second blog on subdomain?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#RewriteCondForum: Fixing WordPress
In reply to: Search Hilite with the_excerpt()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’);Forum: Themes and Templates
In reply to: two background images in #header?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 RunningYah, 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 liveLooks good in Linux on Konqueror now.
Forum: Plugins
In reply to: HTML Code in PostI 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 liveOn 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 PostThat 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 ProblemUPDATE:
The problem actually only occurs when I do a search for “test”.
without the quotes.Forum: Fixing WordPress
In reply to: MySQL Error 5Oh ya, here is my site:
https://www.mattread.com/tweaks/Forum: Fixing WordPress
In reply to: MySQL Error 5I 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 WPI 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
Forum: Plugins
In reply to: Possible online editor enhancements?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!!