manpikin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site is hosed – any thoughts?updated to 2.6.2. That wasn’t too terrible. There was a time wordpress was updating versions every month – that was too much.
Forum: Fixing WordPress
In reply to: Site is hosed – any thoughts?Thanks for the suggestions and the sarcasm. Deactivating the markdown plugin did it.
> did you want a hacked blog? youre running a version that
> hackable with a simple copy and paste.Sweet security there. I’ll be sure to upgrade after backing up.
– nj
Forum: Fixing WordPress
In reply to: Write page – html? Why is it showing up as plain text?moshu,
thanks for the response – that’s the thing – I think I have deactivated the RTE. My entry form is identical to my write-post form where html is working just great.In the options > writing tab, i’ve unchecked “Users should use the visual rich editor by default”
Not sure what else to do!
This what my test pages look like:
http://www.naijajams.com/test/and one created w/ 1.5:
http://www.naijajams.com/about/any thoughts?
thanks.Forum: Fixing WordPress
In reply to: E-mail LinkI got this to work, thanks…
you need to add:
email_process.php
email.phpto your wp-content/themes/youthemename/
folder…
and add the following line from the blue_radient index.php to your theme index.php where you want the link:
line starts:
<a href=”javascript:void …
and ends:
title=”Email this post”>
and a trailing end anchor (bbpress is filtering it out)
Forum: Requests and Feedback
In reply to: Email Post to someonewow… I can’t believe that WordPress doesn’t have this functionality already built in … and this one seems pretty crappy… I don’t like how it requires the smtp… I can’t even get it to work either 🙁
I should just friggin write a decent one.