mwolfgang
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.0 – emails from wrong addressOOps..
<$wp_email>
to
<$comment->comment_author_email>Matt
Forum: Fixing WordPress
In reply to: 2.0 – emails from wrong addressThe earlier solution only corrects the sender address in a registration email.
If you hit reply to a comment notification the reply address is actually the poster’s address.
To show the poster’s address in the ‘From’ field of the notification email:1. Open pluggable-functions.php
2. Change <$wp_admin> in line 290 to: <$comment->comment_author_email>Voila!
<Geeky Excitement! I’m starting to get PHP! (I’m 90 Pages in to PHP5 and MySQL Bible.)>
Forum: Fixing WordPress
In reply to: 2.0 – emails from wrong addressYou edit pluggable-functions.php line 119.
Thanks to #wordpress on IRC!
Forum: Fixing WordPress
In reply to: 2.0 – emails from wrong addressI found the fix here:
http://trac.wordpress.org/ticket/1164
But I’m not sure where to insert the code.
Does it go in wp_mail.php or wp_register.php and if so, where exactly does it go?
I’m a total newb…
Thanks,
MattForum: Fixing WordPress
In reply to: Wrong siteurl in wp_optionsI found the fix here:
http://wordpress.org/support/topic/54875?replies=2I couldn’t find any posts relating to siteurl searching from wordpress.org search, but I found it doing a google sitesearch. Thank GOD!
Matt
Forum: Fixing WordPress
In reply to: Link and Image Windows Hang in FirefoxIt was apparently caused by Tab Browser Extensions.
That really sucks, because that is one of my favorite extensions.
Matt
Forum: Fixing WordPress
In reply to: 2.0 – emails from wrong addressI’m having the same problem….
Any ideas?Forum: Fixing WordPress
In reply to: Imported Blogger NavBar?!?!Finally figured it out. The code was imbedded in a post.
Matt
Forum: Fixing WordPress
In reply to: Imported Blogger NavBar?!?!I realize that’s where it’s coming from, but that page is created dynamically, so I cannot just go in and edit it out of the index.php file. Does anyone know which file might contain this info?
Thanks,
Matt