mozey
Forum Replies Created
-
Thank you, i was having the same issue, and your fix worked.
NOTE: your & amp; were suppose to be a &
Forum: Plugins
In reply to: Call to a member function query() on a non-object init seems that my wpdb is not instantiated properly!. i tried a whole different ways of doing this!, no way!
OKay, i stumped across a plugin which removes the P’s from the excerpt. SO i modified it to do so for the content. Here it is with credits to the original author!, LOL ONE LINER 🙂
<?php
/*
Plugin Name: No Content-P
Description: Removes the paragraph tags from the output returned by the_content() function
Version: 1.0
Author: Amit Gupta
Author URI: http://blog.igeek.info/
*/
remove_filter(‘the_content’, ‘wpautop’);
?>any news on this issue? i’m actually going thought he same thing.
Forum: Fixing WordPress
In reply to: 2.2.3 VulnerabilityLOOOL!
Forum: Fixing WordPress
In reply to: Can’t access subdirectorieswell, i mseed around a bit, and i got somethin gkind of working, but it is hacky, and i dont like it.
so i just end up using subdomains and compeltly different directories!, but in my case, i could do that!, so
example.com
forums.example.comForum: Themes and Templates
In reply to: One category in as a front pageYour quick response is much appreciated hommes.
Forum: Fixing WordPress
In reply to: Can’t access subdirectoriesany progress on this?
Forum: Fixing WordPress
In reply to: Rich Text Editor Problem – 2.1ME TOO!, i’m having the same issue!, how do we report a bug!?!?
Forum: Fixing WordPress
In reply to: 1px shift in IE – Any Code??Okay, So, i THINK you want something called “Place Holder”, Here is a good explanation for it.
Another issue in Internet Explorer is that the background colour of the box sometimes overlap on to the element below, again causing a highly unsightly effect. This can be simply solved by placing a tiny placeholder beneath our box with round corners. Immediately after the fourth closing </div>, insert the following HTML:
<div class=”clear”> </div>
And assign it this CSS rule:
.clear {font-size: 1px; height: 1px}
i got this from http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-boxes.shtml
Forum: Developing with WordPress
In reply to: Load testing toolssaid and done, if your having the same issue, please check out my post on it.
http://mozey.wordpress.com/2007/02/14/bench-marking-your-wordpress/
Forum: Fixing WordPress
In reply to: 1px shift in IE – Any Code??bmg1227,
We need a bit more information, perhaps a URL would be good. Or even snippets of code.However, get firefox working on your machine. and get TWO plugins
1: Web devleopers plugin
2: IE switchOne will let you edit css on the fly as a side bar, and the other will use the IE engin to render the xhtml.
That will give you a bit to play wit.
Forum: Developing with WordPress
In reply to: Load testing toolsSo, i have heard the term
X requests per second
how do you get that?Forum: Your WordPress
In reply to: All criticisms & opinions welcomelooks google simple, nice work 🙂 Is it for download?
Forum: Everything else WordPress
In reply to: wp 2.1 in mu?“Much more efficient database code, faster than previous versions. Domas Mituzas from MySQL went over all our queries with a fine-toothed comb.”
that was mentioned in the post by matt announcing 2.1. Is the updated sql code in MU as well?