-p-
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Does WP support static pages like MT?Yes Direkt, I just edited my post 😀
Forum: Fixing WordPress
In reply to: Does WP support static pages like MT?Do you have some plugins installed that grow your database ridiciously, some statictics plugin perhaps or custom made queries to show different content based on the site section you are on?
Otherwise, I´d just suggest you change your host to one that better meets your obviously large needs. But that is probably something you already know. 🙂
Forum: Fixing WordPress
In reply to: E-mail SpamI´d say that it is more likely to be that form mail function vulnerability I also posted about earlier.
Forum: Fixing WordPress
In reply to: Spam received and sent via contact formI just received email from my ISP telling that during past few days it´s been more than 20.000 spam emails that have been sent from my server using this contact form vulnerability. So this is really serious security problem.
Some additional required fields in the contact form won´t help. For now, I´ve disabled all the contact forms from my WP installations. I hope this is taken seriously and something will be done.
Forum: Fixing WordPress
In reply to: Spam received and sent via contact formYes, I disabled all the contact forms at the moment. Installations with Textpattern were using the latest release, installations with WordPress the old version of Ryan Duffs contact-plugin. I upgraded all the WP installations to use Contact Form ][ (WP-1.5.x). It has subject field to prevent this kind of malicious use but this spam in question can assumably also bypass that see discussion here. And it has happened to other people too, see this message.
I did inform my host too.Forum: Installing WordPress
In reply to: import-mt.php *crashing* apache?Nice you got it solved 🙂
Forum: Plugins
In reply to: Plugin for creating a list of recent blog posts on sidebar?YellowSwordfish it worked great much less effort. But right now there’s no space between the entries. They’re stacked so close together you can’t tell them apart.
Is there a way of adding a space between each item?
Use
<li>and/or<ul>-tags just like normally.For example
<ul>
<li><?php wp_get_archives('type=postbypost&limit=10'); ?></li>
</ul>Forum: Installing WordPress
In reply to: import-mt.php *crashing* apache?I´d say it to be more like a problem with your import.txt.. I´ve imported 4 blogs this weekend from Movable Type to WP 1.5.2.
Try stripping out all the categories from MT before importing, that is a thing that has caused some problems earlier to me. You could consider also upgrading your MT first, ´cause if I remember correctly, importing entries in MT was quite buggy before version 3.17
But this is just my experience.
Forum: Fixing WordPress
In reply to: Centering Google AdsensePut it between center -tags or make class for it in the stylesheet.
Forum: Fixing WordPress
In reply to: Links formating issue – IE vs. Mozilla (picture provided)Other possibility would be adding value for line height, for example
line-height: 16px;
Forum: Requests and Feedback
In reply to: Hack or plugin needed: Custom fiels for comment formedit:
Okay, I was able to have that country field “automaticly” with
IP-to-nation-plugin but still would like to have other customisable fields.Forum: Themes and Templates
In reply to: Smaller font size in Kubrick theme postsLook the beginning in stylesheet:
body {
font-size: 62.5%; /* Resets 1em to 10px */
…
}and change that.
Forum: Everything else WordPress
In reply to: Paid(?) help to upgrade/install plugins etc.Help provided from here as well if needed!