niemi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slashes Added To Custom Fields<?
echo stripslashes($_POST[‘var’]);
?>In which file would we insert that piece of code?
Forum: Fixing WordPress
In reply to: Escape character inserted in custom fieldsI just created a blog and I have the excact same problem.
I started a thread on opendesigns so if you haven’t found a solution keep an eye on that one.
No-one found a fix for this yet?
Forum: Plugins
In reply to: Spyware lloking smiley related to statpressThanks!
Forum: Developing with WordPress
In reply to: WordPress post slugsPlease?
Forum: Developing with WordPress
In reply to: WordPress post slugsNo advice on this?
Forum: Plugins
In reply to: Can’t disable SAFE_MODE now what?It seems to work quite all right after all.
Forum: Plugins
In reply to: Can’t disable SAFE_MODE now what?Ok, I didn’t have the cache folder (wp-content/cache) which halted the installation. Now I was allowed to enable it, but it still tells me that it’s not quite good that SAFE_MODE is enabled.
Should it do me any harm, or will I just have to wait and see?
Forum: Fixing WordPress
In reply to: Show date for articles not for pagesThanks MH, that was exactly what I needed.
Forum: Plugins
In reply to: Googe Analytics filters: They work?You’re right.
Discussion continues here
Forum: Fixing WordPress
In reply to: Show date for articles not for pagesI don’t think your reply applies to my question. If so I don’t understand what you suggest ??
I want to keep the <?php the_time(‘F jS, Y’) ?> because I need it for my articles.
I want it not to show up beneath pages.
I only have one template file: index.php
Forum: Fixing WordPress
In reply to: ?, ? and ? (Danish characters)Handy, you might be right but I can’t be without Dreamweavers built-in FTP-client. I like to be able to upload directly.
Forum: Fixing WordPress
In reply to: ?, ? and ? (Danish characters)Oh I see. Notepad being more advanced than Dreamweaver. Quite impressive. ??
But thanks, it works very well now. I’ll just open all .php files in notepad and save them as UTF-8 now.
Forum: Fixing WordPress
In reply to: ?, ? and ? (Danish characters)I’m using Dreamweaver, I’m trying to read VERY carefully though…
Forum: Fixing WordPress
In reply to: ?, ? and ? (Danish characters)Okay, I found the line
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
in the header.php and pasted it to the footer, but it just changed “?” to two aa’s. Now I can’t even type ?, ? and ? in the .php footer. It shows ;'[ instead.
Forum: Fixing WordPress
In reply to: ?, ? and ? (Danish characters)Moshu >> I posted the solutions in different threads where the issue wasn’t yet solved. If one make a thread concerning his problem about the UTF-7 bug, it doesn’t help him much if no one answers him in his thread.
Well, at least not if I don’t search for the topic and find the solution in another thread. ??
Mosh and Handy, what exactly to you mean by “Make sure you save those files wiht the proper encoding” and” “make sure that it is also in utf-8”?
Can I specify the charset somewhere in the .php files or?