keveeeen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets Links – to fileshey…for anyone who has this question, see the following post:
http://wordpress.org/support/topic/164902?replies=5#post-972579
Forum: Plugins
In reply to: Blogroll hackgot it…
you have to comment out the below line in function clean_url in formatting.php
//$url = preg_replace(‘|[^a-z0-9-~+_.?#=!&;,/:%@$*\'()\\x80-\\xff]|i’, ”, $url);
if you actually know php (unlike me–i use to program about 10 years ago)…there’s probably a better way to do this but this works!
Forum: Plugins
In reply to: Blogroll hackHey guys,
this seems to work for me as well though WP is eliminating the space in my windows filenames…any idea where this is in the code so i can get rid of it?
many thanks!
Forum: Fixing WordPress
In reply to: WordPress in a IntranetAndrea, did you ever figure this out? I’m having the same problem…
Forum: Fixing WordPress
In reply to: Widgets Links – to filesHey jorgensen, you ever figure this out? I’m trying to do the same think…add a link to a local file folder on an intranet. This seems like something wordpress has to have dealt with given all the people now using blogs on fully fire-walled internal sites where security isn’t an issue and content isn’t on the web but instead on an internal server…