bengo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_list_cats odd behaviour in themebrill
Forum: Themes and Templates
In reply to: Site broken in IE6thanks, i approached him by email.
Forum: Themes and Templates
In reply to: Site broken in IE6just to say, i got some brilliant help on this from bruno who is here:
2) For some entries the full page (with comments) has the whole central part moved down and to the left. This is caused by the presence of long urls in some comment which cause IE6 to enlarge the whole central part. Your “A startling lack…” entry is currently suffering this problem. A quick cure is the addition, at the end of your css, of:
.commentlist { word-wrap: break-word; }
This is a proprietary IE rule, which will force the wrapping of those long urls, so avoing them to break the layout.also the page went wrong with an image that was too big for the central column. bruno sorted me out again, like a god among men
Yes, any “too wide” content causes that effect (the page is not really broken, but the main content is moved down, and becomes difficult to read due to the colors of the background.)
You could try this:
.main { margin-right: -400px; }It should save that page with the big picture, and maybe other similar cases: it sort of negate the effect of the wide content, telling the browser that the right side is more to the left than what’s true. But without more careful testing it’s difficult to say if it won’t have any bad side effects. You can better write it in this way
* html .main { margin-right: -400px; }
so that it is hidden to non-IE browers that do not need it.i’m posting this here to answer my own question for archive purposes in time honoured geek forum tradition.
thanks bruno whoever you are!
Forum: Fixing WordPress
In reply to: wp-cache makes all posters recorded as having my IP address!ah, squid cache was switched on for my server when i got dugg! mystery solved…
Forum: Fixing WordPress
In reply to: phpBB Recent Postsi have installed this, but when i put the code in my sidebar template to call for the list i get this error. might it be related to my mysql databases for phpbb and wp each being on different servers (powweb randomly assigns them to one of 12)?
b
Can’t select database
We were able to connect to the database server (which means your username and password is okay) but not able to select the http://mysql10.powweb.com/badscienceforum database.
* Are you sure it exists?
* On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?If you don’t know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.
Forum: Fixing WordPress
In reply to: Monitor RSS subscribersincidentally:
Forum: Fixing WordPress
In reply to: Monitor RSS subscribersthe rather useful stattraq seems to give you some kind of a figure for “rss/atom/feeds” under “most viewed posts”, but i have no idea what the figure relates to. would love to know if there is an answer to your question though.