aaronr79
Forum Replies Created
-
The great master advises reading http://www.php.net/strip_tags
You don’t want to run both functions as
improved_trim_excerptwill always remove all links… instead just change the following line inimproved_trim_excerpt, from:$text = strip_tags($text, '<p>');… to:
$text = strip_tags($text, '<p><a>');Forum: Plugins
In reply to: Plugins not activatingHi
Can you log in to your server using SSH and change the user:group association?
ps – it’s not my plugin that’s causing problems is it ?
Forum: Fixing WordPress
In reply to: Typing “.htaccess” in post causing errorsMany thanks whooami 🙂
I disabled mod_security in wp_admin using .htaccess and all works well.
Much appreciated.
Forum: Themes and Templates
In reply to: IE not behaving – but I’ve no idea whyYou kind of need to see it to understand – but the first blog post displays OK, then nothing else appears. The footer of the page doesnt display properly, but if you hover the mouse over the where the footer should be the rest of the content (posts 2, 3, 4 etc) appear in a box like a title tag of an image would.
It’s bizarre and I appreciate my description probably isnt very good – please have a look for yourself in IE and you should see what I mean. – http://www.milienzo.com
Thanks
Forum: Themes and Templates
In reply to: IE not behaving – but I’ve no idea whyI correct my original observation – the problem DOES occur in IE when viewing my Archive pages, but not when viewing my Tags.
It’s almost as if the content of all the posts after the first post is appearing in an ALT tag that is only visible when hovering over an image.
It’s kinda weird and I guess you need to see it yourself.