In the News.php this line allows the RSS Feed reader to "see" the poster's email address. Could this be changed to only show the username of the poster???
'author' => (!empty($modSettings['guest_hideContacts']) && $user_info['is_guest']) || (!empty($row['hideEmail']) && !empty($modSettings['allow_hideEmail']) && !allowedTo('moderate_forum')) ? null : $row['posterEmail'],
Anyone? JPDeni?? ;D :o :'(
I hope one of the coders comes along and can fix this, I would like to know the answer to this one myself :)
This really is a SMF issue. But just change posterEmail to posterName should probably do it.
Quote from: IchBinÃ,â,,¢ on January 27, 2007, 08:11:22 PM
This really is a SMF issue. But just change posterEmail to posterName should probably do it.
Thanks for the try Ichbin, but nope that doesn't do it,Ã, :'(
As for SMF, well you know as well as I do that they never help anyoneÃ, :buck2:
So............ no one is able to help??? :'(
HELLO!! ANYONE????
pvcblue, You should know that shouting doesn't get you anywhere!
Once you made the change did you clear your cache? Do a hard refresh to make sure its working. My suggestion should have worked.
Actually, the best thing to do is probably just use
'author' => $row['posterName'],
There's no way the email will still be there.
Sorry for not answering before. I really thought this had to do with RSS, given the title of the topic.
Quote from: JPDeni on February 01, 2007, 04:42:43 PM
Actually, the best thing to do is probably just use
'author' => $row['posterName'],
There's no way the email will still be there.
Sorry for not answering before. I really thought this had to do with RSS, given the title of the topic.
YEA!! THANK YOU JPDENI THAT WORKED!!! WOOO HOOOOO!!!